Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.01 KB

ContractEvents.md

File metadata and controls

72 lines (39 loc) · 2.01 KB

ContractEvents

Properties

Name Type Description Notes
Events []ContractEvent
NextStart int32

Methods

NewContractEvents

func NewContractEvents(events []ContractEvent, nextStart int32, ) *ContractEvents

NewContractEvents instantiates a new ContractEvents 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

NewContractEventsWithDefaults

func NewContractEventsWithDefaults() *ContractEvents

NewContractEventsWithDefaults instantiates a new ContractEvents 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

GetEvents

func (o *ContractEvents) GetEvents() []ContractEvent

GetEvents returns the Events field if non-nil, zero value otherwise.

GetEventsOk

func (o *ContractEvents) GetEventsOk() (*[]ContractEvent, bool)

GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEvents

func (o *ContractEvents) SetEvents(v []ContractEvent)

SetEvents sets Events field to given value.

GetNextStart

func (o *ContractEvents) GetNextStart() int32

GetNextStart returns the NextStart field if non-nil, zero value otherwise.

GetNextStartOk

func (o *ContractEvents) GetNextStartOk() (*int32, bool)

GetNextStartOk returns a tuple with the NextStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNextStart

func (o *ContractEvents) SetNextStart(v int32)

SetNextStart sets NextStart field to given value.

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