Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.23 KB

File metadata and controls

108 lines (59 loc) · 3.23 KB

MutableFieldsByStatusRep

Properties

Name Type Description Notes
NotStarted Pointer to map[string][]string [optional]
Running Pointer to map[string][]string [optional]
Stopped Pointer to map[string][]string [optional]

Methods

NewMutableFieldsByStatusRep

func NewMutableFieldsByStatusRep() *MutableFieldsByStatusRep

NewMutableFieldsByStatusRep instantiates a new MutableFieldsByStatusRep 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

NewMutableFieldsByStatusRepWithDefaults

func NewMutableFieldsByStatusRepWithDefaults() *MutableFieldsByStatusRep

NewMutableFieldsByStatusRepWithDefaults instantiates a new MutableFieldsByStatusRep 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

GetNotStarted

func (o *MutableFieldsByStatusRep) GetNotStarted() map[string][]string

GetNotStarted returns the NotStarted field if non-nil, zero value otherwise.

GetNotStartedOk

func (o *MutableFieldsByStatusRep) GetNotStartedOk() (*map[string][]string, bool)

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

SetNotStarted

func (o *MutableFieldsByStatusRep) SetNotStarted(v map[string][]string)

SetNotStarted sets NotStarted field to given value.

HasNotStarted

func (o *MutableFieldsByStatusRep) HasNotStarted() bool

HasNotStarted returns a boolean if a field has been set.

GetRunning

func (o *MutableFieldsByStatusRep) GetRunning() map[string][]string

GetRunning returns the Running field if non-nil, zero value otherwise.

GetRunningOk

func (o *MutableFieldsByStatusRep) GetRunningOk() (*map[string][]string, bool)

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

SetRunning

func (o *MutableFieldsByStatusRep) SetRunning(v map[string][]string)

SetRunning sets Running field to given value.

HasRunning

func (o *MutableFieldsByStatusRep) HasRunning() bool

HasRunning returns a boolean if a field has been set.

GetStopped

func (o *MutableFieldsByStatusRep) GetStopped() map[string][]string

GetStopped returns the Stopped field if non-nil, zero value otherwise.

GetStoppedOk

func (o *MutableFieldsByStatusRep) GetStoppedOk() (*map[string][]string, bool)

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

SetStopped

func (o *MutableFieldsByStatusRep) SetStopped(v map[string][]string)

SetStopped sets Stopped field to given value.

HasStopped

func (o *MutableFieldsByStatusRep) HasStopped() bool

HasStopped returns a boolean if a field has been set.

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