| Name | Type | Description | Notes |
|---|---|---|---|
| Datasources | Pointer to map[string]PersesDatasourceSpec | Datasources is an optional list of datasource definition. | [optional] |
| Display | Pointer to PersesDashboardDisplaySpec | [optional] | |
| Duration | Pointer to string | A Duration represents the elapsed time between two instants. It must be provided as a string like "1h", "30m", "15s". | [optional] |
| Layouts | Pointer to []PersesLayout | [optional] | |
| Panels | Pointer to map[string]PersesPanel | [optional] | |
| RefreshInterval | Pointer to string | A Duration represents the elapsed time between two instants. It must be provided as a string like "1h", "30m", "15s". | [optional] |
| Variables | Pointer to []PersesVariableTypes | [optional] |
func NewPersesDashboardSpec() *PersesDashboardSpec
NewPersesDashboardSpec instantiates a new PersesDashboardSpec 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 NewPersesDashboardSpecWithDefaults() *PersesDashboardSpec
NewPersesDashboardSpecWithDefaults instantiates a new PersesDashboardSpec 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 *PersesDashboardSpec) GetDatasources() map[string]PersesDatasourceSpec
GetDatasources returns the Datasources field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetDatasourcesOk() (*map[string]PersesDatasourceSpec, bool)
GetDatasourcesOk returns a tuple with the Datasources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetDatasources(v map[string]PersesDatasourceSpec)
SetDatasources sets Datasources field to given value.
func (o *PersesDashboardSpec) HasDatasources() bool
HasDatasources returns a boolean if a field has been set.
func (o *PersesDashboardSpec) GetDisplay() PersesDashboardDisplaySpec
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetDisplayOk() (*PersesDashboardDisplaySpec, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetDisplay(v PersesDashboardDisplaySpec)
SetDisplay sets Display field to given value.
func (o *PersesDashboardSpec) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (o *PersesDashboardSpec) GetDuration() string
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetDurationOk() (*string, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetDuration(v string)
SetDuration sets Duration field to given value.
func (o *PersesDashboardSpec) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (o *PersesDashboardSpec) GetLayouts() []PersesLayout
GetLayouts returns the Layouts field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetLayoutsOk() (*[]PersesLayout, bool)
GetLayoutsOk returns a tuple with the Layouts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetLayouts(v []PersesLayout)
SetLayouts sets Layouts field to given value.
func (o *PersesDashboardSpec) HasLayouts() bool
HasLayouts returns a boolean if a field has been set.
func (o *PersesDashboardSpec) GetPanels() map[string]PersesPanel
GetPanels returns the Panels field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetPanelsOk() (*map[string]PersesPanel, bool)
GetPanelsOk returns a tuple with the Panels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetPanels(v map[string]PersesPanel)
SetPanels sets Panels field to given value.
func (o *PersesDashboardSpec) HasPanels() bool
HasPanels returns a boolean if a field has been set.
func (o *PersesDashboardSpec) GetRefreshInterval() string
GetRefreshInterval returns the RefreshInterval field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetRefreshIntervalOk() (*string, bool)
GetRefreshIntervalOk returns a tuple with the RefreshInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetRefreshInterval(v string)
SetRefreshInterval sets RefreshInterval field to given value.
func (o *PersesDashboardSpec) HasRefreshInterval() bool
HasRefreshInterval returns a boolean if a field has been set.
func (o *PersesDashboardSpec) GetVariables() []PersesVariableTypes
GetVariables returns the Variables field if non-nil, zero value otherwise.
func (o *PersesDashboardSpec) GetVariablesOk() (*[]PersesVariableTypes, bool)
GetVariablesOk returns a tuple with the Variables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDashboardSpec) SetVariables(v []PersesVariableTypes)
SetVariables sets Variables field to given value.
func (o *PersesDashboardSpec) HasVariables() bool
HasVariables returns a boolean if a field has been set.