Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.15 KB

ResponsesODS.md

File metadata and controls

82 lines (45 loc) · 2.15 KB

ResponsesODS

Properties

Name Type Description Notes
Items Pointer to []ResponsesODSItem [optional]
Width Pointer to int32 [optional]

Methods

NewResponsesODS

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

NewResponsesODSWithDefaults

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

GetItems

func (o *ResponsesODS) GetItems() []ResponsesODSItem

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

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.

SetItems

func (o *ResponsesODS) SetItems(v []ResponsesODSItem)

SetItems sets Items field to given value.

HasItems

func (o *ResponsesODS) HasItems() bool

HasItems returns a boolean if a field has been set.

GetWidth

func (o *ResponsesODS) GetWidth() int32

GetWidth returns the Width field if non-nil, zero value otherwise.

GetWidthOk

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.

SetWidth

func (o *ResponsesODS) SetWidth(v int32)

SetWidth sets Width field to given value.

HasWidth

func (o *ResponsesODS) HasWidth() bool

HasWidth returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]