Name | Type | Description | Notes |
---|---|---|---|
Command | WorkspaceProcessCommandAction |
func NewWorkspaceProcessCommandRequest(command WorkspaceProcessCommandAction, ) *WorkspaceProcessCommandRequest
NewWorkspaceProcessCommandRequest instantiates a new WorkspaceProcessCommandRequest 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 NewWorkspaceProcessCommandRequestWithDefaults() *WorkspaceProcessCommandRequest
NewWorkspaceProcessCommandRequestWithDefaults instantiates a new WorkspaceProcessCommandRequest 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 *WorkspaceProcessCommandRequest) GetCommand() WorkspaceProcessCommandAction
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *WorkspaceProcessCommandRequest) GetCommandOk() (*WorkspaceProcessCommandAction, 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 *WorkspaceProcessCommandRequest) SetCommand(v WorkspaceProcessCommandAction)
SetCommand sets Command field to given value.