Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.81 KB

WorkspaceProcessCommandRequest.md

File metadata and controls

51 lines (28 loc) · 1.81 KB

WorkspaceProcessCommandRequest

Properties

Name Type Description Notes
Command WorkspaceProcessCommandAction

Methods

NewWorkspaceProcessCommandRequest

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

NewWorkspaceProcessCommandRequestWithDefaults

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

GetCommand

func (o *WorkspaceProcessCommandRequest) GetCommand() WorkspaceProcessCommandAction

GetCommand returns the Command field if non-nil, zero value otherwise.

GetCommandOk

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.

SetCommand

func (o *WorkspaceProcessCommandRequest) SetCommand(v WorkspaceProcessCommandAction)

SetCommand sets Command field to given value.

[Back to Model list] [Back to API list] [Back to README]