Name | Type | Description | Notes |
---|---|---|---|
Items | Pointer to []ResponsesODSItem | [optional] | |
Width | Pointer to int32 | [optional] |
func NewResponsesODS() *ResponsesODS
NewResponsesODS instantiates a new ResponsesODS 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 NewResponsesODSWithDefaults() *ResponsesODS
NewResponsesODSWithDefaults instantiates a new ResponsesODS 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 *ResponsesODS) GetItems() []ResponsesODSItem
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *ResponsesODS) GetItemsOk() (*[]ResponsesODSItem, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesODS) SetItems(v []ResponsesODSItem)
SetItems sets Items field to given value.
func (o *ResponsesODS) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *ResponsesODS) GetWidth() int32
GetWidth returns the Width field if non-nil, zero value otherwise.
func (o *ResponsesODS) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesODS) SetWidth(v int32)
SetWidth sets Width field to given value.
func (o *ResponsesODS) HasWidth() bool
HasWidth returns a boolean if a field has been set.