Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.9 KB

MetricsInstantQueryList.md

File metadata and controls

108 lines (59 loc) · 2.9 KB

MetricsInstantQueryList

Properties

Name Type Description Notes
Kind Pointer to string [optional]
Id Pointer to string [optional]
Items Pointer to []InstantQuery [optional]

Methods

NewMetricsInstantQueryList

func NewMetricsInstantQueryList() *MetricsInstantQueryList

NewMetricsInstantQueryList instantiates a new MetricsInstantQueryList 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

NewMetricsInstantQueryListWithDefaults

func NewMetricsInstantQueryListWithDefaults() *MetricsInstantQueryList

NewMetricsInstantQueryListWithDefaults instantiates a new MetricsInstantQueryList 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

GetKind

func (o *MetricsInstantQueryList) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *MetricsInstantQueryList) GetKindOk() (*string, bool)

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

SetKind

func (o *MetricsInstantQueryList) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *MetricsInstantQueryList) HasKind() bool

HasKind returns a boolean if a field has been set.

GetId

func (o *MetricsInstantQueryList) GetId() string

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

GetIdOk

func (o *MetricsInstantQueryList) 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 *MetricsInstantQueryList) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *MetricsInstantQueryList) HasId() bool

HasId returns a boolean if a field has been set.

GetItems

func (o *MetricsInstantQueryList) GetItems() []InstantQuery

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

GetItemsOk

func (o *MetricsInstantQueryList) GetItemsOk() (*[]InstantQuery, 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 *MetricsInstantQueryList) SetItems(v []InstantQuery)

SetItems sets Items field to given value.

HasItems

func (o *MetricsInstantQueryList) HasItems() bool

HasItems returns a boolean if a field has been set.

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