Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.94 KB

File metadata and controls

114 lines (61 loc) · 3.94 KB

V2TargetIdentifierAttributesAttributeStatusesPost400Response

Properties

Name Type Description Notes
StatusCode float32
Type string
Code string
Message string

Methods

NewV2TargetIdentifierAttributesAttributeStatusesPost400Response

func NewV2TargetIdentifierAttributesAttributeStatusesPost400Response(statusCode float32, type_ string, code string, message string, ) *V2TargetIdentifierAttributesAttributeStatusesPost400Response

NewV2TargetIdentifierAttributesAttributeStatusesPost400Response instantiates a new V2TargetIdentifierAttributesAttributeStatusesPost400Response 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

NewV2TargetIdentifierAttributesAttributeStatusesPost400ResponseWithDefaults

func NewV2TargetIdentifierAttributesAttributeStatusesPost400ResponseWithDefaults() *V2TargetIdentifierAttributesAttributeStatusesPost400Response

NewV2TargetIdentifierAttributesAttributeStatusesPost400ResponseWithDefaults instantiates a new V2TargetIdentifierAttributesAttributeStatusesPost400Response 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

GetStatusCode

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetStatusCode() float32

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetStatusCodeOk() (*float32, bool)

GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusCode

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) SetStatusCode(v float32)

SetStatusCode sets StatusCode field to given value.

GetType

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetType() string

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

GetTypeOk

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) 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 *V2TargetIdentifierAttributesAttributeStatusesPost400Response) SetType(v string)

SetType sets Type field to given value.

GetCode

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) SetCode(v string)

SetCode sets Code field to given value.

GetMessage

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *V2TargetIdentifierAttributesAttributeStatusesPost400Response) SetMessage(v string)

SetMessage sets Message field to given value.

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