Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

File metadata and controls

82 lines (45 loc) · 2.79 KB

GetDurableExecutionStatus200ResponseError

Properties

Name Type Description Notes
ErrorMessage Pointer to string [optional]
ErrorType Pointer to string [optional]

Methods

NewGetDurableExecutionStatus200ResponseError

func NewGetDurableExecutionStatus200ResponseError() *GetDurableExecutionStatus200ResponseError

NewGetDurableExecutionStatus200ResponseError instantiates a new GetDurableExecutionStatus200ResponseError 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

NewGetDurableExecutionStatus200ResponseErrorWithDefaults

func NewGetDurableExecutionStatus200ResponseErrorWithDefaults() *GetDurableExecutionStatus200ResponseError

NewGetDurableExecutionStatus200ResponseErrorWithDefaults instantiates a new GetDurableExecutionStatus200ResponseError 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

GetErrorMessage

func (o *GetDurableExecutionStatus200ResponseError) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *GetDurableExecutionStatus200ResponseError) GetErrorMessageOk() (*string, bool)

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

SetErrorMessage

func (o *GetDurableExecutionStatus200ResponseError) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *GetDurableExecutionStatus200ResponseError) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

GetErrorType

func (o *GetDurableExecutionStatus200ResponseError) GetErrorType() string

GetErrorType returns the ErrorType field if non-nil, zero value otherwise.

GetErrorTypeOk

func (o *GetDurableExecutionStatus200ResponseError) GetErrorTypeOk() (*string, bool)

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

SetErrorType

func (o *GetDurableExecutionStatus200ResponseError) SetErrorType(v string)

SetErrorType sets ErrorType field to given value.

HasErrorType

func (o *GetDurableExecutionStatus200ResponseError) HasErrorType() bool

HasErrorType returns a boolean if a field has been set.

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