Name | Type | Description | Notes |
---|---|---|---|
DashboardGuid | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
DashboardFilter | Pointer to DashboardFilter | [optional] | |
AutoRefresh | Pointer to bool | [optional] |
func NewDashboard() *Dashboard
NewDashboard instantiates a new Dashboard 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 NewDashboardWithDefaults() *Dashboard
NewDashboardWithDefaults instantiates a new Dashboard 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 *Dashboard) GetDashboardGuid() string
GetDashboardGuid returns the DashboardGuid field if non-nil, zero value otherwise.
func (o *Dashboard) GetDashboardGuidOk() (*string, bool)
GetDashboardGuidOk returns a tuple with the DashboardGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dashboard) SetDashboardGuid(v string)
SetDashboardGuid sets DashboardGuid field to given value.
func (o *Dashboard) HasDashboardGuid() bool
HasDashboardGuid returns a boolean if a field has been set.
func (o *Dashboard) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Dashboard) 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 *Dashboard) SetName(v string)
SetName sets Name field to given value.
func (o *Dashboard) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Dashboard) GetDashboardFilter() DashboardFilter
GetDashboardFilter returns the DashboardFilter field if non-nil, zero value otherwise.
func (o *Dashboard) GetDashboardFilterOk() (*DashboardFilter, bool)
GetDashboardFilterOk returns a tuple with the DashboardFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dashboard) SetDashboardFilter(v DashboardFilter)
SetDashboardFilter sets DashboardFilter field to given value.
func (o *Dashboard) HasDashboardFilter() bool
HasDashboardFilter returns a boolean if a field has been set.
func (o *Dashboard) GetAutoRefresh() bool
GetAutoRefresh returns the AutoRefresh field if non-nil, zero value otherwise.
func (o *Dashboard) GetAutoRefreshOk() (*bool, bool)
GetAutoRefreshOk returns a tuple with the AutoRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dashboard) SetAutoRefresh(v bool)
SetAutoRefresh sets AutoRefresh field to given value.
func (o *Dashboard) HasAutoRefresh() bool
HasAutoRefresh returns a boolean if a field has been set.