Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.83 KB

DashboardSetupSetupTaskOptions.md

File metadata and controls

56 lines (31 loc) · 1.83 KB

DashboardSetupSetupTaskOptions

Properties

Name Type Description Notes
SetupTask Pointer to string [optional]

Methods

NewDashboardSetupSetupTaskOptions

func NewDashboardSetupSetupTaskOptions() *DashboardSetupSetupTaskOptions

NewDashboardSetupSetupTaskOptions instantiates a new DashboardSetupSetupTaskOptions 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

NewDashboardSetupSetupTaskOptionsWithDefaults

func NewDashboardSetupSetupTaskOptionsWithDefaults() *DashboardSetupSetupTaskOptions

NewDashboardSetupSetupTaskOptionsWithDefaults instantiates a new DashboardSetupSetupTaskOptions 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

GetSetupTask

func (o *DashboardSetupSetupTaskOptions) GetSetupTask() string

GetSetupTask returns the SetupTask field if non-nil, zero value otherwise.

GetSetupTaskOk

func (o *DashboardSetupSetupTaskOptions) GetSetupTaskOk() (*string, bool)

GetSetupTaskOk returns a tuple with the SetupTask field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSetupTask

func (o *DashboardSetupSetupTaskOptions) SetSetupTask(v string)

SetSetupTask sets SetupTask field to given value.

HasSetupTask

func (o *DashboardSetupSetupTaskOptions) HasSetupTask() bool

HasSetupTask returns a boolean if a field has been set.

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