Name | Type | Description | Notes |
---|---|---|---|
Command | Pointer to string | [optional] |
func NewRevisionProcessesValue() *RevisionProcessesValue
NewRevisionProcessesValue instantiates a new RevisionProcessesValue 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 NewRevisionProcessesValueWithDefaults() *RevisionProcessesValue
NewRevisionProcessesValueWithDefaults instantiates a new RevisionProcessesValue 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 *RevisionProcessesValue) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *RevisionProcessesValue) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RevisionProcessesValue) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *RevisionProcessesValue) HasCommand() bool
HasCommand returns a boolean if a field has been set.