Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | A link to the error documentation. | [optional] |
Title | Pointer to string | A description of the error that occurred. | [optional] |
Status | Pointer to int32 | The HTTP status code. | [optional] |
Detail | Pointer to string | A solution for the error. | [optional] |
Name | Pointer to string | The name of the parameter that caused the error. | [optional] |
func NewAnalyticsPlays400Error() *AnalyticsPlays400Error
NewAnalyticsPlays400Error instantiates a new AnalyticsPlays400Error 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 NewAnalyticsPlays400ErrorWithDefaults() *AnalyticsPlays400Error
NewAnalyticsPlays400ErrorWithDefaults instantiates a new AnalyticsPlays400Error 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 *AnalyticsPlays400Error) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AnalyticsPlays400Error) 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 *AnalyticsPlays400Error) SetType(v string)
SetType sets Type field to given value.
func (o *AnalyticsPlays400Error) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AnalyticsPlays400Error) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AnalyticsPlays400Error) 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 *AnalyticsPlays400Error) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AnalyticsPlays400Error) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *AnalyticsPlays400Error) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AnalyticsPlays400Error) 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 *AnalyticsPlays400Error) SetStatus(v int32)
SetStatus sets Status field to given value.
func (o *AnalyticsPlays400Error) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *AnalyticsPlays400Error) GetDetail() string
GetDetail returns the Detail field if non-nil, zero value otherwise.
func (o *AnalyticsPlays400Error) 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 *AnalyticsPlays400Error) SetDetail(v string)
SetDetail sets Detail field to given value.
func (o *AnalyticsPlays400Error) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (o *AnalyticsPlays400Error) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AnalyticsPlays400Error) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsPlays400Error) SetName(v string)
SetName sets Name field to given value.
func (o *AnalyticsPlays400Error) HasName() bool
HasName returns a boolean if a field has been set.