Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The type of error that occurred for this asset. | [optional] |
Messages | Pointer to []string | Error messages with more details. | [optional] |
func NewAssetErrors() *AssetErrors
NewAssetErrors instantiates a new AssetErrors 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 NewAssetErrorsWithDefaults() *AssetErrors
NewAssetErrorsWithDefaults instantiates a new AssetErrors 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 *AssetErrors) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AssetErrors) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetErrors) SetType(v string)
SetType sets Type field to given value.
func (o *AssetErrors) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AssetErrors) GetMessages() []string
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *AssetErrors) GetMessagesOk() (*[]string, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetErrors) SetMessages(v []string)
SetMessages sets Messages field to given value.
func (o *AssetErrors) HasMessages() bool
HasMessages returns a boolean if a field has been set.