| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | Name of the dashboard | [optional] |
| Description | Pointer to string | Description of the dashboard | [optional] |
| Scope | Pointer to DashboardScope | [optional] | |
| Dashboard | Pointer to PersesDashboard | [optional] |
func NewDashboardPatchSchema() *DashboardPatchSchema
NewDashboardPatchSchema instantiates a new DashboardPatchSchema 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 NewDashboardPatchSchemaWithDefaults() *DashboardPatchSchema
NewDashboardPatchSchemaWithDefaults instantiates a new DashboardPatchSchema 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 *DashboardPatchSchema) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DashboardPatchSchema) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DashboardPatchSchema) SetName(v string)
SetName sets Name field to given value.
func (o *DashboardPatchSchema) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DashboardPatchSchema) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DashboardPatchSchema) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DashboardPatchSchema) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DashboardPatchSchema) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DashboardPatchSchema) GetScope() DashboardScope
GetScope returns the Scope field if non-nil, zero value otherwise.
func (o *DashboardPatchSchema) GetScopeOk() (*DashboardScope, bool)
GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DashboardPatchSchema) SetScope(v DashboardScope)
SetScope sets Scope field to given value.
func (o *DashboardPatchSchema) HasScope() bool
HasScope returns a boolean if a field has been set.
func (o *DashboardPatchSchema) GetDashboard() PersesDashboard
GetDashboard returns the Dashboard field if non-nil, zero value otherwise.
func (o *DashboardPatchSchema) GetDashboardOk() (*PersesDashboard, bool)
GetDashboardOk returns a tuple with the Dashboard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DashboardPatchSchema) SetDashboard(v PersesDashboard)
SetDashboard sets Dashboard field to given value.
func (o *DashboardPatchSchema) HasDashboard() bool
HasDashboard returns a boolean if a field has been set.