Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.29 KB

AnalyticsPlays400Error.md

File metadata and controls

160 lines (87 loc) · 4.29 KB

AnalyticsPlays400Error

Properties

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]

Methods

NewAnalyticsPlays400Error

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

NewAnalyticsPlays400ErrorWithDefaults

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

GetType

func (o *AnalyticsPlays400Error) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *AnalyticsPlays400Error) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *AnalyticsPlays400Error) HasType() bool

HasType returns a boolean if a field has been set.

GetTitle

func (o *AnalyticsPlays400Error) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *AnalyticsPlays400Error) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *AnalyticsPlays400Error) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetStatus

func (o *AnalyticsPlays400Error) GetStatus() int32

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *AnalyticsPlays400Error) SetStatus(v int32)

SetStatus sets Status field to given value.

HasStatus

func (o *AnalyticsPlays400Error) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetDetail

func (o *AnalyticsPlays400Error) GetDetail() string

GetDetail returns the Detail field if non-nil, zero value otherwise.

GetDetailOk

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.

SetDetail

func (o *AnalyticsPlays400Error) SetDetail(v string)

SetDetail sets Detail field to given value.

HasDetail

func (o *AnalyticsPlays400Error) HasDetail() bool

HasDetail returns a boolean if a field has been set.

GetName

func (o *AnalyticsPlays400Error) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *AnalyticsPlays400Error) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AnalyticsPlays400Error) HasName() bool

HasName returns a boolean if a field has been set.

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