Name | Type | Description | Notes |
---|---|---|---|
Detail | Pointer to string | [optional] | |
Errors | Pointer to []any | [optional] | |
Status | Pointer to int32 | [optional] | |
Title | Pointer to string | [optional] |
func NewAutomationTokenErrorResponse() *AutomationTokenErrorResponse
NewAutomationTokenErrorResponse instantiates a new AutomationTokenErrorResponse 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 NewAutomationTokenErrorResponseWithDefaults() *AutomationTokenErrorResponse
NewAutomationTokenErrorResponseWithDefaults instantiates a new AutomationTokenErrorResponse 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 *AutomationTokenErrorResponse) GetDetail() string
GetDetail returns the Detail field if non-nil, zero value otherwise.
func (o *AutomationTokenErrorResponse) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutomationTokenErrorResponse) SetDetail(v string)
SetDetail sets Detail field to given value.
func (o *AutomationTokenErrorResponse) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (o *AutomationTokenErrorResponse) GetErrors() []any
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *AutomationTokenErrorResponse) GetErrorsOk() (*[]any, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutomationTokenErrorResponse) SetErrors(v []any)
SetErrors sets Errors field to given value.
func (o *AutomationTokenErrorResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *AutomationTokenErrorResponse) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AutomationTokenErrorResponse) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutomationTokenErrorResponse) SetStatus(v int32)
SetStatus sets Status field to given value.
func (o *AutomationTokenErrorResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *AutomationTokenErrorResponse) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AutomationTokenErrorResponse) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutomationTokenErrorResponse) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AutomationTokenErrorResponse) HasTitle() bool
HasTitle returns a boolean if a field has been set.