Name | Type | Description | Notes |
---|---|---|---|
NodeId | Pointer to string | Node id | [optional] |
Result | Pointer to CampaignEventNodeResultNodesInnerResult | [optional] | |
Date | Pointer to string | [optional] |
func NewCampaignEventNodeResultNodesInner() *CampaignEventNodeResultNodesInner
NewCampaignEventNodeResultNodesInner instantiates a new CampaignEventNodeResultNodesInner 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 NewCampaignEventNodeResultNodesInnerWithDefaults() *CampaignEventNodeResultNodesInner
NewCampaignEventNodeResultNodesInnerWithDefaults instantiates a new CampaignEventNodeResultNodesInner 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 *CampaignEventNodeResultNodesInner) GetNodeId() string
GetNodeId returns the NodeId field if non-nil, zero value otherwise.
func (o *CampaignEventNodeResultNodesInner) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventNodeResultNodesInner) SetNodeId(v string)
SetNodeId sets NodeId field to given value.
func (o *CampaignEventNodeResultNodesInner) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (o *CampaignEventNodeResultNodesInner) GetResult() CampaignEventNodeResultNodesInnerResult
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *CampaignEventNodeResultNodesInner) GetResultOk() (*CampaignEventNodeResultNodesInnerResult, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventNodeResultNodesInner) SetResult(v CampaignEventNodeResultNodesInnerResult)
SetResult sets Result field to given value.
func (o *CampaignEventNodeResultNodesInner) HasResult() bool
HasResult returns a boolean if a field has been set.
func (o *CampaignEventNodeResultNodesInner) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *CampaignEventNodeResultNodesInner) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventNodeResultNodesInner) SetDate(v string)
SetDate sets Date field to given value.
func (o *CampaignEventNodeResultNodesInner) HasDate() bool
HasDate returns a boolean if a field has been set.