Skip to main content

ListAccessModelMetadataAttribute429Response

Properties

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

Methods

NewListAccessModelMetadataAttribute429Response

func NewListAccessModelMetadataAttribute429Response() *ListAccessModelMetadataAttribute429Response

NewListAccessModelMetadataAttribute429Response instantiates a new ListAccessModelMetadataAttribute429Response 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

NewListAccessModelMetadataAttribute429ResponseWithDefaults

func NewListAccessModelMetadataAttribute429ResponseWithDefaults() *ListAccessModelMetadataAttribute429Response

NewListAccessModelMetadataAttribute429ResponseWithDefaults instantiates a new ListAccessModelMetadataAttribute429Response 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 *ListAccessModelMetadataAttribute429Response) GetMessage() map[string]interface{}

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

GetMessageOk

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

SetMessage sets Message field to given value.

HasMessage

func (o *ListAccessModelMetadataAttribute429Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.