Name | Type | Description | Notes |
---|---|---|---|
Product | string | Represents the Crypto APIs 2.0 product which sends the callback. | |
Event | string | Defines the specific event, for which a callback subscription is set. | |
Item | BlockHeightReachedDataItem |
func NewBlockHeightReachedData(product string, event string, item BlockHeightReachedDataItem, ) *BlockHeightReachedData
NewBlockHeightReachedData instantiates a new BlockHeightReachedData 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 NewBlockHeightReachedDataWithDefaults() *BlockHeightReachedData
NewBlockHeightReachedDataWithDefaults instantiates a new BlockHeightReachedData 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 *BlockHeightReachedData) GetProduct() string
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *BlockHeightReachedData) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeightReachedData) SetProduct(v string)
SetProduct sets Product field to given value.
func (o *BlockHeightReachedData) GetEvent() string
GetEvent returns the Event field if non-nil, zero value otherwise.
func (o *BlockHeightReachedData) GetEventOk() (*string, bool)
GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeightReachedData) SetEvent(v string)
SetEvent sets Event field to given value.
func (o *BlockHeightReachedData) GetItem() BlockHeightReachedDataItem
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *BlockHeightReachedData) GetItemOk() (*BlockHeightReachedDataItem, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlockHeightReachedData) SetItem(v BlockHeightReachedDataItem)
SetItem sets Item field to given value.