| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| Limit | int32 | ||
| LowerBound | int32 | ||
| UpperBound | int32 |
func NewLimitOutOfRange(type_ string, message string, limit int32, lowerBound int32, upperBound int32, ) *LimitOutOfRange
NewLimitOutOfRange instantiates a new LimitOutOfRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLimitOutOfRangeWithDefaults() *LimitOutOfRange
NewLimitOutOfRangeWithDefaults instantiates a new LimitOutOfRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *LimitOutOfRange) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LimitOutOfRange) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LimitOutOfRange) SetType(v string)
SetType sets Type field to given value.
func (o *LimitOutOfRange) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *LimitOutOfRange) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LimitOutOfRange) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *LimitOutOfRange) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *LimitOutOfRange) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LimitOutOfRange) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *LimitOutOfRange) GetLowerBound() int32
GetLowerBound returns the LowerBound field if non-nil, zero value otherwise.
func (o *LimitOutOfRange) GetLowerBoundOk() (*int32, bool)
GetLowerBoundOk returns a tuple with the LowerBound field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LimitOutOfRange) SetLowerBound(v int32)
SetLowerBound sets LowerBound field to given value.
func (o *LimitOutOfRange) GetUpperBound() int32
GetUpperBound returns the UpperBound field if non-nil, zero value otherwise.
func (o *LimitOutOfRange) GetUpperBoundOk() (*int32, bool)
GetUpperBoundOk returns a tuple with the UpperBound field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LimitOutOfRange) SetUpperBound(v int32)
SetUpperBound sets UpperBound field to given value.