Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.66 KB

File metadata and controls

82 lines (45 loc) · 2.66 KB

GetAIOrchestrationStatus404Response

Properties

Name Type Description Notes
Error Pointer to string [optional]
OrchestrationId Pointer to string [optional]

Methods

NewGetAIOrchestrationStatus404Response

func NewGetAIOrchestrationStatus404Response() *GetAIOrchestrationStatus404Response

NewGetAIOrchestrationStatus404Response instantiates a new GetAIOrchestrationStatus404Response 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

NewGetAIOrchestrationStatus404ResponseWithDefaults

func NewGetAIOrchestrationStatus404ResponseWithDefaults() *GetAIOrchestrationStatus404Response

NewGetAIOrchestrationStatus404ResponseWithDefaults instantiates a new GetAIOrchestrationStatus404Response 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

GetError

func (o *GetAIOrchestrationStatus404Response) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *GetAIOrchestrationStatus404Response) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetError

func (o *GetAIOrchestrationStatus404Response) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *GetAIOrchestrationStatus404Response) HasError() bool

HasError returns a boolean if a field has been set.

GetOrchestrationId

func (o *GetAIOrchestrationStatus404Response) GetOrchestrationId() string

GetOrchestrationId returns the OrchestrationId field if non-nil, zero value otherwise.

GetOrchestrationIdOk

func (o *GetAIOrchestrationStatus404Response) GetOrchestrationIdOk() (*string, bool)

GetOrchestrationIdOk returns a tuple with the OrchestrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrchestrationId

func (o *GetAIOrchestrationStatus404Response) SetOrchestrationId(v string)

SetOrchestrationId sets OrchestrationId field to given value.

HasOrchestrationId

func (o *GetAIOrchestrationStatus404Response) HasOrchestrationId() bool

HasOrchestrationId returns a boolean if a field has been set.

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