Name | Type | Description | Notes |
---|---|---|---|
Action | ServiceActionEnum | ||
Status | ServiceActionStatusEnum |
func NewStatusDetails(action ServiceActionEnum, status ServiceActionStatusEnum, ) *StatusDetails
NewStatusDetails instantiates a new StatusDetails 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 NewStatusDetailsWithDefaults() *StatusDetails
NewStatusDetailsWithDefaults instantiates a new StatusDetails 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 *StatusDetails) GetAction() ServiceActionEnum
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *StatusDetails) GetActionOk() (*ServiceActionEnum, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatusDetails) SetAction(v ServiceActionEnum)
SetAction sets Action field to given value.
func (o *StatusDetails) GetStatus() ServiceActionStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *StatusDetails) GetStatusOk() (*ServiceActionStatusEnum, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatusDetails) SetStatus(v ServiceActionStatusEnum)
SetStatus sets Status field to given value.