Name | Type | Description | Notes |
---|---|---|---|
Layout | Pointer to interface{} | [optional] | |
Config | Pointer to interface{} | [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) GetLayout() interface{}
GetLayout returns the Layout field if non-nil, zero value otherwise.
func (o *Dashboard) GetLayoutOk() (*interface{}, bool)
GetLayoutOk returns a tuple with the Layout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dashboard) SetLayout(v interface{})
SetLayout sets Layout field to given value.
func (o *Dashboard) HasLayout() bool
HasLayout returns a boolean if a field has been set.
func (o *Dashboard) SetLayoutNil(b bool)
SetLayoutNil sets the value for Layout to be an explicit nil
func (o *Dashboard) UnsetLayout()
UnsetLayout ensures that no value is present for Layout, not even an explicit nil
func (o *Dashboard) GetConfig() interface{}
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *Dashboard) GetConfigOk() (*interface{}, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dashboard) SetConfig(v interface{})
SetConfig sets Config field to given value.
func (o *Dashboard) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *Dashboard) SetConfigNil(b bool)
SetConfigNil sets the value for Config to be an explicit nil
func (o *Dashboard) UnsetConfig()
UnsetConfig ensures that no value is present for Config, not even an explicit nil