| Name | Type | Description | Notes |
|---|---|---|---|
| AvgSize | Pointer to int32 | [optional] | |
| Count | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Size | Pointer to int32 | [optional] |
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
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
func (o *ResponsesSizeGroup) GetAvgSize() int32
GetAvgSize returns the AvgSize field if non-nil, zero value otherwise.
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.
func (o *ResponsesSizeGroup) SetAvgSize(v int32)
SetAvgSize sets AvgSize field to given value.
func (o *ResponsesSizeGroup) HasAvgSize() bool
HasAvgSize returns a boolean if a field has been set.
func (o *ResponsesSizeGroup) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *ResponsesSizeGroup) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ResponsesSizeGroup) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ResponsesSizeGroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ResponsesSizeGroup) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesSizeGroup) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesSizeGroup) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *ResponsesSizeGroup) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesSizeGroup) HasSize() bool
HasSize returns a boolean if a field has been set.