Name | Type | Description | Notes |
---|---|---|---|
Amount | Pointer to string | [optional] | |
CompletionTime | Pointer to string | [optional] | |
Delegator | Pointer to ResponsesShortAddress | [optional] | |
Height | Pointer to int32 | [optional] | |
Time | Pointer to string | [optional] | |
Validator | Pointer to ResponsesShortValidator | [optional] |
func NewResponsesUndelegation() *ResponsesUndelegation
NewResponsesUndelegation instantiates a new ResponsesUndelegation 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 NewResponsesUndelegationWithDefaults() *ResponsesUndelegation
NewResponsesUndelegationWithDefaults instantiates a new ResponsesUndelegation 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 *ResponsesUndelegation) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ResponsesUndelegation) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesUndelegation) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ResponsesUndelegation) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ResponsesUndelegation) GetCompletionTime() string
GetCompletionTime returns the CompletionTime field if non-nil, zero value otherwise.
func (o *ResponsesUndelegation) GetCompletionTimeOk() (*string, bool)
GetCompletionTimeOk returns a tuple with the CompletionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesUndelegation) SetCompletionTime(v string)
SetCompletionTime sets CompletionTime field to given value.
func (o *ResponsesUndelegation) HasCompletionTime() bool
HasCompletionTime returns a boolean if a field has been set.
func (o *ResponsesUndelegation) GetDelegator() ResponsesShortAddress
GetDelegator returns the Delegator field if non-nil, zero value otherwise.
func (o *ResponsesUndelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
GetDelegatorOk returns a tuple with the Delegator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesUndelegation) SetDelegator(v ResponsesShortAddress)
SetDelegator sets Delegator field to given value.
func (o *ResponsesUndelegation) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (o *ResponsesUndelegation) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesUndelegation) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesUndelegation) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesUndelegation) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesUndelegation) GetTime() string
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesUndelegation) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesUndelegation) SetTime(v string)
SetTime sets Time field to given value.
func (o *ResponsesUndelegation) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesUndelegation) GetValidator() ResponsesShortValidator
GetValidator returns the Validator field if non-nil, zero value otherwise.
func (o *ResponsesUndelegation) GetValidatorOk() (*ResponsesShortValidator, bool)
GetValidatorOk returns a tuple with the Validator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesUndelegation) SetValidator(v ResponsesShortValidator)
SetValidator sets Validator field to given value.
func (o *ResponsesUndelegation) HasValidator() bool
HasValidator returns a boolean if a field has been set.