Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
Error | Pointer to map[string]interface{} | [optional] | |
Id | string | ||
UpdatedAt | Pointer to time.Time | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
func NewSelfServiceError(id string, ) *SelfServiceError
NewSelfServiceError instantiates a new SelfServiceError 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 NewSelfServiceErrorWithDefaults() *SelfServiceError
NewSelfServiceErrorWithDefaults instantiates a new SelfServiceError 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 *SelfServiceError) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *SelfServiceError) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceError) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SelfServiceError) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SelfServiceError) GetError() map[string]interface{}
GetError returns the Error field if non-nil, zero value otherwise.
func (o *SelfServiceError) GetErrorOk() (*map[string]interface{}, 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 *SelfServiceError) SetError(v map[string]interface{})
SetError sets Error field to given value.
func (o *SelfServiceError) HasError() bool
HasError returns a boolean if a field has been set.
func (o *SelfServiceError) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SelfServiceError) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceError) SetId(v string)
SetId sets Id field to given value.
func (o *SelfServiceError) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *SelfServiceError) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceError) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *SelfServiceError) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.