| Name | Type | Description | Notes |
|---|---|---|---|
| Code | Pointer to int32 | [optional] | |
| Msg | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| Extras | Pointer to map[string]string | [optional] |
func NewApiMessageEntry() *ApiMessageEntry
NewApiMessageEntry instantiates a new ApiMessageEntry 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
func NewApiMessageEntryWithDefaults() *ApiMessageEntry
NewApiMessageEntryWithDefaults instantiates a new ApiMessageEntry 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
func (o *ApiMessageEntry) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ApiMessageEntry) GetCodeOk() (*int32, 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.
func (o *ApiMessageEntry) SetCode(v int32)
SetCode sets Code field to given value.
func (o *ApiMessageEntry) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *ApiMessageEntry) GetMsg() string
GetMsg returns the Msg field if non-nil, zero value otherwise.
func (o *ApiMessageEntry) GetMsgOk() (*string, bool)
GetMsgOk returns a tuple with the Msg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiMessageEntry) SetMsg(v string)
SetMsg sets Msg field to given value.
func (o *ApiMessageEntry) HasMsg() bool
HasMsg returns a boolean if a field has been set.
func (o *ApiMessageEntry) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiMessageEntry) 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.
func (o *ApiMessageEntry) SetType(v string)
SetType sets Type field to given value.
func (o *ApiMessageEntry) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ApiMessageEntry) GetExtras() map[string]string
GetExtras returns the Extras field if non-nil, zero value otherwise.
func (o *ApiMessageEntry) GetExtrasOk() (*map[string]string, bool)
GetExtrasOk returns a tuple with the Extras field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiMessageEntry) SetExtras(v map[string]string)
SetExtras sets Extras field to given value.
func (o *ApiMessageEntry) HasExtras() bool
HasExtras returns a boolean if a field has been set.