Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.24 KB

File metadata and controls

108 lines (59 loc) · 3.24 KB

GetCache2XXResponseApiCachesInner

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
Stats Pointer to GetCache2XXResponseApiCachesInnerStats [optional]

Methods

NewGetCache2XXResponseApiCachesInner

func NewGetCache2XXResponseApiCachesInner() *GetCache2XXResponseApiCachesInner

NewGetCache2XXResponseApiCachesInner instantiates a new GetCache2XXResponseApiCachesInner 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

NewGetCache2XXResponseApiCachesInnerWithDefaults

func NewGetCache2XXResponseApiCachesInnerWithDefaults() *GetCache2XXResponseApiCachesInner

NewGetCache2XXResponseApiCachesInnerWithDefaults instantiates a new GetCache2XXResponseApiCachesInner 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

GetId

func (o *GetCache2XXResponseApiCachesInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetCache2XXResponseApiCachesInner) GetIdOk() (*string, bool)

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

SetId

func (o *GetCache2XXResponseApiCachesInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetCache2XXResponseApiCachesInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *GetCache2XXResponseApiCachesInner) GetName() string

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

GetNameOk

func (o *GetCache2XXResponseApiCachesInner) 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 *GetCache2XXResponseApiCachesInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetCache2XXResponseApiCachesInner) HasName() bool

HasName returns a boolean if a field has been set.

GetStats

func (o *GetCache2XXResponseApiCachesInner) GetStats() GetCache2XXResponseApiCachesInnerStats

GetStats returns the Stats field if non-nil, zero value otherwise.

GetStatsOk

func (o *GetCache2XXResponseApiCachesInner) GetStatsOk() (*GetCache2XXResponseApiCachesInnerStats, bool)

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

SetStats

func (o *GetCache2XXResponseApiCachesInner) SetStats(v GetCache2XXResponseApiCachesInnerStats)

SetStats sets Stats field to given value.

HasStats

func (o *GetCache2XXResponseApiCachesInner) HasStats() bool

HasStats returns a boolean if a field has been set.

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