Name | Type | Description | Notes |
---|---|---|---|
Amount | Pointer to string | [optional] | |
EndTime | Pointer to time.Time | [optional] | |
Hash | Pointer to *os.File | [optional] | |
Height | Pointer to int32 | [optional] | |
Id | Pointer to int32 | [optional] | |
StartTime | Pointer to time.Time | [optional] | |
Time | Pointer to time.Time | [optional] | |
Type | Pointer to string | [optional] |
func NewResponsesVesting() *ResponsesVesting
NewResponsesVesting instantiates a new ResponsesVesting 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 NewResponsesVestingWithDefaults() *ResponsesVesting
NewResponsesVestingWithDefaults instantiates a new ResponsesVesting 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 *ResponsesVesting) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ResponsesVesting) 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 *ResponsesVesting) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ResponsesVesting) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ResponsesVesting) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *ResponsesVesting) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesVesting) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *ResponsesVesting) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *ResponsesVesting) GetHash() *os.File
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ResponsesVesting) GetHashOk() (**os.File, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesVesting) SetHash(v *os.File)
SetHash sets Hash field to given value.
func (o *ResponsesVesting) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ResponsesVesting) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesVesting) 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 *ResponsesVesting) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesVesting) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesVesting) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesVesting) GetIdOk() (*int32, 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.
func (o *ResponsesVesting) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesVesting) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesVesting) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *ResponsesVesting) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesVesting) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *ResponsesVesting) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *ResponsesVesting) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesVesting) GetTimeOk() (*time.Time, 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 *ResponsesVesting) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesVesting) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesVesting) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesVesting) 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 *ResponsesVesting) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsesVesting) HasType() bool
HasType returns a boolean if a field has been set.