Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 5.81 KB

ResponsesVesting.md

File metadata and controls

238 lines (129 loc) · 5.81 KB

ResponsesVesting

Properties

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]

Methods

NewResponsesVesting

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

NewResponsesVestingWithDefaults

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

GetAmount

func (o *ResponsesVesting) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *ResponsesVesting) SetAmount(v string)

SetAmount sets Amount field to given value.

HasAmount

func (o *ResponsesVesting) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetEndTime

func (o *ResponsesVesting) GetEndTime() time.Time

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

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.

SetEndTime

func (o *ResponsesVesting) SetEndTime(v time.Time)

SetEndTime sets EndTime field to given value.

HasEndTime

func (o *ResponsesVesting) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

GetHash

func (o *ResponsesVesting) GetHash() *os.File

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

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.

SetHash

func (o *ResponsesVesting) SetHash(v *os.File)

SetHash sets Hash field to given value.

HasHash

func (o *ResponsesVesting) HasHash() bool

HasHash returns a boolean if a field has been set.

GetHeight

func (o *ResponsesVesting) GetHeight() int32

GetHeight returns the Height field if non-nil, zero value otherwise.

GetHeightOk

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.

SetHeight

func (o *ResponsesVesting) SetHeight(v int32)

SetHeight sets Height field to given value.

HasHeight

func (o *ResponsesVesting) HasHeight() bool

HasHeight returns a boolean if a field has been set.

GetId

func (o *ResponsesVesting) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ResponsesVesting) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ResponsesVesting) HasId() bool

HasId returns a boolean if a field has been set.

GetStartTime

func (o *ResponsesVesting) GetStartTime() time.Time

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

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.

SetStartTime

func (o *ResponsesVesting) SetStartTime(v time.Time)

SetStartTime sets StartTime field to given value.

HasStartTime

func (o *ResponsesVesting) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

GetTime

func (o *ResponsesVesting) GetTime() time.Time

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

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.

SetTime

func (o *ResponsesVesting) SetTime(v time.Time)

SetTime sets Time field to given value.

HasTime

func (o *ResponsesVesting) HasTime() bool

HasTime returns a boolean if a field has been set.

GetType

func (o *ResponsesVesting) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ResponsesVesting) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ResponsesVesting) HasType() bool

HasType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]