Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.91 KB

File metadata and controls

108 lines (59 loc) · 2.91 KB

PersesDashboard

Properties

Name Type Description Notes
Kind Pointer to string [optional]
Metadata Pointer to PersesProjectMetadata [optional]
Spec Pointer to PersesDashboardSpec [optional]

Methods

NewPersesDashboard

func NewPersesDashboard() *PersesDashboard

NewPersesDashboard instantiates a new PersesDashboard 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

NewPersesDashboardWithDefaults

func NewPersesDashboardWithDefaults() *PersesDashboard

NewPersesDashboardWithDefaults instantiates a new PersesDashboard 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 *PersesDashboard) GetKind() string

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

GetKindOk

func (o *PersesDashboard) 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 *PersesDashboard) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *PersesDashboard) HasKind() bool

HasKind returns a boolean if a field has been set.

GetMetadata

func (o *PersesDashboard) GetMetadata() PersesProjectMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *PersesDashboard) GetMetadataOk() (*PersesProjectMetadata, bool)

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

SetMetadata

func (o *PersesDashboard) SetMetadata(v PersesProjectMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *PersesDashboard) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetSpec

func (o *PersesDashboard) GetSpec() PersesDashboardSpec

GetSpec returns the Spec field if non-nil, zero value otherwise.

GetSpecOk

func (o *PersesDashboard) GetSpecOk() (*PersesDashboardSpec, bool)

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

SetSpec

func (o *PersesDashboard) SetSpec(v PersesDashboardSpec)

SetSpec sets Spec field to given value.

HasSpec

func (o *PersesDashboard) HasSpec() bool

HasSpec returns a boolean if a field has been set.

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