| Name | Type | Description | Notes |
|---|---|---|---|
| Created | Pointer to NullableTime | [optional] | |
| FromVersion | Pointer to string | [optional] | |
| Metadata | Pointer to UploadMetadata | [optional] | |
| Status | Pointer to UserDfuStateMachineStatus | [optional] |
func NewUserDfuStateMachine() *UserDfuStateMachine
NewUserDfuStateMachine instantiates a new UserDfuStateMachine 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 NewUserDfuStateMachineWithDefaults() *UserDfuStateMachine
NewUserDfuStateMachineWithDefaults instantiates a new UserDfuStateMachine 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 *UserDfuStateMachine) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *UserDfuStateMachine) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDfuStateMachine) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *UserDfuStateMachine) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *UserDfuStateMachine) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *UserDfuStateMachine) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *UserDfuStateMachine) GetFromVersion() string
GetFromVersion returns the FromVersion field if non-nil, zero value otherwise.
func (o *UserDfuStateMachine) GetFromVersionOk() (*string, bool)
GetFromVersionOk returns a tuple with the FromVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDfuStateMachine) SetFromVersion(v string)
SetFromVersion sets FromVersion field to given value.
func (o *UserDfuStateMachine) HasFromVersion() bool
HasFromVersion returns a boolean if a field has been set.
func (o *UserDfuStateMachine) GetMetadata() UploadMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *UserDfuStateMachine) GetMetadataOk() (*UploadMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDfuStateMachine) SetMetadata(v UploadMetadata)
SetMetadata sets Metadata field to given value.
func (o *UserDfuStateMachine) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *UserDfuStateMachine) GetStatus() UserDfuStateMachineStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *UserDfuStateMachine) GetStatusOk() (*UserDfuStateMachineStatus, 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 *UserDfuStateMachine) SetStatus(v UserDfuStateMachineStatus)
SetStatus sets Status field to given value.
func (o *UserDfuStateMachine) HasStatus() bool
HasStatus returns a boolean if a field has been set.