Name | Type | Description | Notes |
---|---|---|---|
Code | string | Specifies an error code, e.g. error 404. | |
Message | string | Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”. | |
Details | Pointer to []BannedIpAddressDetailsInner | [optional] |
func NewCreateCoinsTransactionRequestFromAddressE409(code string, message string, ) *CreateCoinsTransactionRequestFromAddressE409
NewCreateCoinsTransactionRequestFromAddressE409 instantiates a new CreateCoinsTransactionRequestFromAddressE409 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 NewCreateCoinsTransactionRequestFromAddressE409WithDefaults() *CreateCoinsTransactionRequestFromAddressE409
NewCreateCoinsTransactionRequestFromAddressE409WithDefaults instantiates a new CreateCoinsTransactionRequestFromAddressE409 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 *CreateCoinsTransactionRequestFromAddressE409) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *CreateCoinsTransactionRequestFromAddressE409) GetCodeOk() (*string, 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 *CreateCoinsTransactionRequestFromAddressE409) SetCode(v string)
SetCode sets Code field to given value.
func (o *CreateCoinsTransactionRequestFromAddressE409) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *CreateCoinsTransactionRequestFromAddressE409) 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.
func (o *CreateCoinsTransactionRequestFromAddressE409) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *CreateCoinsTransactionRequestFromAddressE409) GetDetails() []BannedIpAddressDetailsInner
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *CreateCoinsTransactionRequestFromAddressE409) GetDetailsOk() (*[]BannedIpAddressDetailsInner, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCoinsTransactionRequestFromAddressE409) SetDetails(v []BannedIpAddressDetailsInner)
SetDetails sets Details field to given value.
func (o *CreateCoinsTransactionRequestFromAddressE409) HasDetails() bool
HasDetails returns a boolean if a field has been set.