| Name | Type | Description | Notes |
|---|---|---|---|
| Default | Pointer to bool | [optional] | |
| Display | Pointer to PersesDashboardDisplaySpec | [optional] | |
| Plugin | Pointer to PersesPlugin | [optional] |
func NewPersesDatasourceSpec() *PersesDatasourceSpec
NewPersesDatasourceSpec instantiates a new PersesDatasourceSpec 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 NewPersesDatasourceSpecWithDefaults() *PersesDatasourceSpec
NewPersesDatasourceSpecWithDefaults instantiates a new PersesDatasourceSpec 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 *PersesDatasourceSpec) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *PersesDatasourceSpec) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDatasourceSpec) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *PersesDatasourceSpec) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *PersesDatasourceSpec) GetDisplay() PersesDashboardDisplaySpec
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *PersesDatasourceSpec) 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 *PersesDatasourceSpec) SetDisplay(v PersesDashboardDisplaySpec)
SetDisplay sets Display field to given value.
func (o *PersesDatasourceSpec) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (o *PersesDatasourceSpec) GetPlugin() PersesPlugin
GetPlugin returns the Plugin field if non-nil, zero value otherwise.
func (o *PersesDatasourceSpec) GetPluginOk() (*PersesPlugin, bool)
GetPluginOk returns a tuple with the Plugin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesDatasourceSpec) SetPlugin(v PersesPlugin)
SetPlugin sets Plugin field to given value.
func (o *PersesDatasourceSpec) HasPlugin() bool
HasPlugin returns a boolean if a field has been set.