Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.76 KB

DashboardRequest.md

File metadata and controls

102 lines (57 loc) · 2.76 KB

DashboardRequest

Properties

Name Type Description Notes
Layout Pointer to interface{} [optional]
Config Pointer to interface{} [optional]

Methods

NewDashboardRequest

func NewDashboardRequest() *DashboardRequest

NewDashboardRequest instantiates a new DashboardRequest 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

NewDashboardRequestWithDefaults

func NewDashboardRequestWithDefaults() *DashboardRequest

NewDashboardRequestWithDefaults instantiates a new DashboardRequest 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

GetLayout

func (o *DashboardRequest) GetLayout() interface{}

GetLayout returns the Layout field if non-nil, zero value otherwise.

GetLayoutOk

func (o *DashboardRequest) 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.

SetLayout

func (o *DashboardRequest) SetLayout(v interface{})

SetLayout sets Layout field to given value.

HasLayout

func (o *DashboardRequest) HasLayout() bool

HasLayout returns a boolean if a field has been set.

SetLayoutNil

func (o *DashboardRequest) SetLayoutNil(b bool)

SetLayoutNil sets the value for Layout to be an explicit nil

UnsetLayout

func (o *DashboardRequest) UnsetLayout()

UnsetLayout ensures that no value is present for Layout, not even an explicit nil

GetConfig

func (o *DashboardRequest) GetConfig() interface{}

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *DashboardRequest) 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.

SetConfig

func (o *DashboardRequest) SetConfig(v interface{})

SetConfig sets Config field to given value.

HasConfig

func (o *DashboardRequest) HasConfig() bool

HasConfig returns a boolean if a field has been set.

SetConfigNil

func (o *DashboardRequest) SetConfigNil(b bool)

SetConfigNil sets the value for Config to be an explicit nil

UnsetConfig

func (o *DashboardRequest) UnsetConfig()

UnsetConfig ensures that no value is present for Config, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]