AddressTransactionEventAnyOf2DataValue
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Hex | string | ||
| Repr | string |
Methods
NewAddressTransactionEventAnyOf2DataValue
func NewAddressTransactionEventAnyOf2DataValue(hex string, repr string, ) *AddressTransactionEventAnyOf2DataValue
NewAddressTransactionEventAnyOf2DataValue instantiates a new AddressTransactionEventAnyOf2DataValue 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
NewAddressTransactionEventAnyOf2DataValueWithDefaults
func NewAddressTransactionEventAnyOf2DataValueWithDefaults() *AddressTransactionEventAnyOf2DataValue
NewAddressTransactionEventAnyOf2DataValueWithDefaults instantiates a new AddressTransactionEventAnyOf2DataValue 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
GetHex
func (o *AddressTransactionEventAnyOf2DataValue) GetHex() string
GetHex returns the Hex field if non-nil, zero value otherwise.
GetHexOk
func (o *AddressTransactionEventAnyOf2DataValue) GetHexOk() (*string, bool)
GetHexOk returns a tuple with the Hex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHex
func (o *AddressTransactionEventAnyOf2DataValue) SetHex(v string)
SetHex sets Hex field to given value.
GetRepr
func (o *AddressTransactionEventAnyOf2DataValue) GetRepr() string
GetRepr returns the Repr field if non-nil, zero value otherwise.
GetReprOk
func (o *AddressTransactionEventAnyOf2DataValue) GetReprOk() (*string, bool)
GetReprOk returns a tuple with the Repr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRepr
func (o *AddressTransactionEventAnyOf2DataValue) SetRepr(v string)
SetRepr sets Repr field to given value.