| 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] |
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
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
func (o *MutableFieldsByStatusRep) GetNotStarted() map[string][]string
GetNotStarted returns the NotStarted field if non-nil, zero value otherwise.
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.
func (o *MutableFieldsByStatusRep) SetNotStarted(v map[string][]string)
SetNotStarted sets NotStarted field to given value.
func (o *MutableFieldsByStatusRep) HasNotStarted() bool
HasNotStarted returns a boolean if a field has been set.
func (o *MutableFieldsByStatusRep) GetRunning() map[string][]string
GetRunning returns the Running field if non-nil, zero value otherwise.
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.
func (o *MutableFieldsByStatusRep) SetRunning(v map[string][]string)
SetRunning sets Running field to given value.
func (o *MutableFieldsByStatusRep) HasRunning() bool
HasRunning returns a boolean if a field has been set.
func (o *MutableFieldsByStatusRep) GetStopped() map[string][]string
GetStopped returns the Stopped field if non-nil, zero value otherwise.
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.
func (o *MutableFieldsByStatusRep) SetStopped(v map[string][]string)
SetStopped sets Stopped field to given value.
func (o *MutableFieldsByStatusRep) HasStopped() bool
HasStopped returns a boolean if a field has been set.