| Name | Type | Description | Notes |
|---|---|---|---|
| Error | Pointer to string | [optional] | |
| OrchestrationId | Pointer to string | [optional] |
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
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
func (o *GetAIOrchestrationStatus404Response) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
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.
func (o *GetAIOrchestrationStatus404Response) SetError(v string)
SetError sets Error field to given value.
func (o *GetAIOrchestrationStatus404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (o *GetAIOrchestrationStatus404Response) GetOrchestrationId() string
GetOrchestrationId returns the OrchestrationId field if non-nil, zero value otherwise.
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.
func (o *GetAIOrchestrationStatus404Response) SetOrchestrationId(v string)
SetOrchestrationId sets OrchestrationId field to given value.
func (o *GetAIOrchestrationStatus404Response) HasOrchestrationId() bool
HasOrchestrationId returns a boolean if a field has been set.