2.2 KiB
MetaHTTPResponseID
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Message | Pointer to string | [optional] |
Methods
NewMetaHTTPResponseID
func NewMetaHTTPResponseID() *MetaHTTPResponseID
NewMetaHTTPResponseID instantiates a new MetaHTTPResponseID 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
NewMetaHTTPResponseIDWithDefaults
func NewMetaHTTPResponseIDWithDefaults() *MetaHTTPResponseID
NewMetaHTTPResponseIDWithDefaults instantiates a new MetaHTTPResponseID 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 *MetaHTTPResponseID) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *MetaHTTPResponseID) 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 *MetaHTTPResponseID) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *MetaHTTPResponseID) HasId() bool
HasId returns a boolean if a field has been set.
GetMessage
func (o *MetaHTTPResponseID) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
GetMessageOk
func (o *MetaHTTPResponseID) 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 *MetaHTTPResponseID) SetMessage(v string)
SetMessage sets Message field to given value.
HasMessage
func (o *MetaHTTPResponseID) HasMessage() bool
HasMessage returns a boolean if a field has been set.