Skip to main content

GetAccessRequestConfig429Response

Properties

NameTypeDescriptionNotes
MessagePointer to map[string]interfaceA message describing the error[optional]

Methods

NewGetAccessRequestConfig429Response

func NewGetAccessRequestConfig429Response() *GetAccessRequestConfig429Response

NewGetAccessRequestConfig429Response instantiates a new GetAccessRequestConfig429Response 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

NewGetAccessRequestConfig429ResponseWithDefaults

func NewGetAccessRequestConfig429ResponseWithDefaults() *GetAccessRequestConfig429Response

NewGetAccessRequestConfig429ResponseWithDefaults instantiates a new GetAccessRequestConfig429Response 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

GetMessage

func (o *GetAccessRequestConfig429Response) GetMessage() map[string]interface{}

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

GetMessageOk

func (o *GetAccessRequestConfig429Response) GetMessageOk() (*map[string]interface{}, 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 *GetAccessRequestConfig429Response) SetMessage(v map[string]interface{})

SetMessage sets Message field to given value.

HasMessage

func (o *GetAccessRequestConfig429Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.