Name | Type | Description | Notes |
---|---|---|---|
BlobsCount | Pointer to int32 | [optional] | |
Fee | Pointer to string | [optional] | |
Logo | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] |
func NewResponsesRollupAllSeriesItem() *ResponsesRollupAllSeriesItem
NewResponsesRollupAllSeriesItem instantiates a new ResponsesRollupAllSeriesItem 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 NewResponsesRollupAllSeriesItemWithDefaults() *ResponsesRollupAllSeriesItem
NewResponsesRollupAllSeriesItemWithDefaults instantiates a new ResponsesRollupAllSeriesItem 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 *ResponsesRollupAllSeriesItem) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.
func (o *ResponsesRollupAllSeriesItem) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupAllSeriesItem) SetBlobsCount(v int32)
SetBlobsCount sets BlobsCount field to given value.
func (o *ResponsesRollupAllSeriesItem) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (o *ResponsesRollupAllSeriesItem) GetFee() string
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ResponsesRollupAllSeriesItem) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupAllSeriesItem) SetFee(v string)
SetFee sets Fee field to given value.
func (o *ResponsesRollupAllSeriesItem) HasFee() bool
HasFee returns a boolean if a field has been set.
func (o *ResponsesRollupAllSeriesItem) GetLogo() string
GetLogo returns the Logo field if non-nil, zero value otherwise.
func (o *ResponsesRollupAllSeriesItem) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesRollupAllSeriesItem) SetLogo(v string)
SetLogo sets Logo field to given value.
func (o *ResponsesRollupAllSeriesItem) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (o *ResponsesRollupAllSeriesItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesRollupAllSeriesItem) 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 *ResponsesRollupAllSeriesItem) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesRollupAllSeriesItem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesRollupAllSeriesItem) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesRollupAllSeriesItem) 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 *ResponsesRollupAllSeriesItem) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesRollupAllSeriesItem) HasSize() bool
HasSize returns a boolean if a field has been set.