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 NewGetLatestMinedXRPRippleBlockE403(code string, message string, ) *GetLatestMinedXRPRippleBlockE403
NewGetLatestMinedXRPRippleBlockE403 instantiates a new GetLatestMinedXRPRippleBlockE403 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 NewGetLatestMinedXRPRippleBlockE403WithDefaults() *GetLatestMinedXRPRippleBlockE403
NewGetLatestMinedXRPRippleBlockE403WithDefaults instantiates a new GetLatestMinedXRPRippleBlockE403 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 *GetLatestMinedXRPRippleBlockE403) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *GetLatestMinedXRPRippleBlockE403) 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 *GetLatestMinedXRPRippleBlockE403) SetCode(v string)
SetCode sets Code field to given value.
func (o *GetLatestMinedXRPRippleBlockE403) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetLatestMinedXRPRippleBlockE403) 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 *GetLatestMinedXRPRippleBlockE403) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetLatestMinedXRPRippleBlockE403) GetDetails() []BannedIpAddressDetailsInner
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *GetLatestMinedXRPRippleBlockE403) 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 *GetLatestMinedXRPRippleBlockE403) SetDetails(v []BannedIpAddressDetailsInner)
SetDetails sets Details field to given value.
func (o *GetLatestMinedXRPRippleBlockE403) HasDetails() bool
HasDetails returns a boolean if a field has been set.