Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.87 KB

ListTags403Response.md

File metadata and controls

108 lines (59 loc) · 2.87 KB

ListTags403Response

Properties

Name Type Description Notes
Id Pointer to string The ID of the error instance [optional]
Name Pointer to string The name of the error kind [optional]
Message Pointer to string A description of what went wrong. [optional]

Methods

NewListTags403Response

func NewListTags403Response() *ListTags403Response

NewListTags403Response instantiates a new ListTags403Response 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

NewListTags403ResponseWithDefaults

func NewListTags403ResponseWithDefaults() *ListTags403Response

NewListTags403ResponseWithDefaults instantiates a new ListTags403Response 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

GetId

func (o *ListTags403Response) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ListTags403Response) 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.

SetId

func (o *ListTags403Response) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ListTags403Response) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ListTags403Response) GetName() string

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

GetNameOk

func (o *ListTags403Response) 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 *ListTags403Response) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ListTags403Response) HasName() bool

HasName returns a boolean if a field has been set.

GetMessage

func (o *ListTags403Response) GetMessage() string

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

GetMessageOk

func (o *ListTags403Response) 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 *ListTags403Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ListTags403Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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