Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.39 KB

File metadata and controls

134 lines (73 loc) · 3.39 KB

ResponsesSizeGroup

Properties

Name Type Description Notes
AvgSize Pointer to int32 [optional]
Count Pointer to int32 [optional]
Name Pointer to string [optional]
Size Pointer to int32 [optional]

Methods

NewResponsesSizeGroup

func NewResponsesSizeGroup() *ResponsesSizeGroup

NewResponsesSizeGroup instantiates a new ResponsesSizeGroup 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

NewResponsesSizeGroupWithDefaults

func NewResponsesSizeGroupWithDefaults() *ResponsesSizeGroup

NewResponsesSizeGroupWithDefaults instantiates a new ResponsesSizeGroup 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

GetAvgSize

func (o *ResponsesSizeGroup) GetAvgSize() int32

GetAvgSize returns the AvgSize field if non-nil, zero value otherwise.

GetAvgSizeOk

func (o *ResponsesSizeGroup) GetAvgSizeOk() (*int32, bool)

GetAvgSizeOk returns a tuple with the AvgSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAvgSize

func (o *ResponsesSizeGroup) SetAvgSize(v int32)

SetAvgSize sets AvgSize field to given value.

HasAvgSize

func (o *ResponsesSizeGroup) HasAvgSize() bool

HasAvgSize returns a boolean if a field has been set.

GetCount

func (o *ResponsesSizeGroup) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ResponsesSizeGroup) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCount

func (o *ResponsesSizeGroup) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *ResponsesSizeGroup) HasCount() bool

HasCount returns a boolean if a field has been set.

GetName

func (o *ResponsesSizeGroup) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ResponsesSizeGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *ResponsesSizeGroup) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResponsesSizeGroup) HasName() bool

HasName returns a boolean if a field has been set.

GetSize

func (o *ResponsesSizeGroup) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *ResponsesSizeGroup) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSize

func (o *ResponsesSizeGroup) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *ResponsesSizeGroup) HasSize() bool

HasSize returns a boolean if a field has been set.

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