AddressTransactionEventAnyOf1
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| EventIndex | int32 | ||
| Data | AddressTransactionEventAnyOf1Data |
Methods
NewAddressTransactionEventAnyOf1
func NewAddressTransactionEventAnyOf1(type_ string, eventIndex int32, data AddressTransactionEventAnyOf1Data, ) *AddressTransactionEventAnyOf1
NewAddressTransactionEventAnyOf1 instantiates a new AddressTransactionEventAnyOf1 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
NewAddressTransactionEventAnyOf1WithDefaults
func NewAddressTransactionEventAnyOf1WithDefaults() *AddressTransactionEventAnyOf1
NewAddressTransactionEventAnyOf1WithDefaults instantiates a new AddressTransactionEventAnyOf1 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
GetType
func (o *AddressTransactionEventAnyOf1) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *AddressTransactionEventAnyOf1) 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 *AddressTransactionEventAnyOf1) SetType(v string)
SetType sets Type field to given value.
GetEventIndex
func (o *AddressTransactionEventAnyOf1) GetEventIndex() int32
GetEventIndex returns the EventIndex field if non-nil, zero value otherwise.
GetEventIndexOk
func (o *AddressTransactionEventAnyOf1) GetEventIndexOk() (*int32, bool)
GetEventIndexOk returns a tuple with the EventIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEventIndex
func (o *AddressTransactionEventAnyOf1) SetEventIndex(v int32)
SetEventIndex sets EventIndex field to given value.
GetData
func (o *AddressTransactionEventAnyOf1) GetData() AddressTransactionEventAnyOf1Data
GetData returns the Data field if non-nil, zero value otherwise.
GetDataOk
func (o *AddressTransactionEventAnyOf1) GetDataOk() (*AddressTransactionEventAnyOf1Data, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetData
func (o *AddressTransactionEventAnyOf1) SetData(v AddressTransactionEventAnyOf1Data)
SetData sets Data field to given value.