| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | Pointer to string | [optional] | |
| Metadata | Pointer to PersesProjectMetadata | [optional] | |
| Spec | Pointer to PersesDashboardSpec | [optional] |
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
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
func (o *PersesDashboard) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
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.
func (o *PersesDashboard) SetKind(v string)
SetKind sets Kind field to given value.
func (o *PersesDashboard) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *PersesDashboard) GetMetadata() PersesProjectMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
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.
func (o *PersesDashboard) SetMetadata(v PersesProjectMetadata)
SetMetadata sets Metadata field to given value.
func (o *PersesDashboard) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *PersesDashboard) GetSpec() PersesDashboardSpec
GetSpec returns the Spec field if non-nil, zero value otherwise.
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.
func (o *PersesDashboard) SetSpec(v PersesDashboardSpec)
SetSpec sets Spec field to given value.
func (o *PersesDashboard) HasSpec() bool
HasSpec returns a boolean if a field has been set.