Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.83 KB

CampaignEventResultNodesInner.md

File metadata and controls

134 lines (73 loc) · 3.83 KB

CampaignEventResultNodesInner

Properties

Name Type Description Notes
NodeId Pointer to string Node id [optional]
Status Pointer to string Campaign status [optional]
NbPackages Pointer to int32 Number of software updated [optional]
Date Pointer to string [optional]

Methods

NewCampaignEventResultNodesInner

func NewCampaignEventResultNodesInner() *CampaignEventResultNodesInner

NewCampaignEventResultNodesInner instantiates a new CampaignEventResultNodesInner 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

NewCampaignEventResultNodesInnerWithDefaults

func NewCampaignEventResultNodesInnerWithDefaults() *CampaignEventResultNodesInner

NewCampaignEventResultNodesInnerWithDefaults instantiates a new CampaignEventResultNodesInner 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

GetNodeId

func (o *CampaignEventResultNodesInner) GetNodeId() string

GetNodeId returns the NodeId field if non-nil, zero value otherwise.

GetNodeIdOk

func (o *CampaignEventResultNodesInner) 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.

SetNodeId

func (o *CampaignEventResultNodesInner) SetNodeId(v string)

SetNodeId sets NodeId field to given value.

HasNodeId

func (o *CampaignEventResultNodesInner) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

GetStatus

func (o *CampaignEventResultNodesInner) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CampaignEventResultNodesInner) GetStatusOk() (*string, bool)

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

SetStatus

func (o *CampaignEventResultNodesInner) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *CampaignEventResultNodesInner) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetNbPackages

func (o *CampaignEventResultNodesInner) GetNbPackages() int32

GetNbPackages returns the NbPackages field if non-nil, zero value otherwise.

GetNbPackagesOk

func (o *CampaignEventResultNodesInner) GetNbPackagesOk() (*int32, bool)

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

SetNbPackages

func (o *CampaignEventResultNodesInner) SetNbPackages(v int32)

SetNbPackages sets NbPackages field to given value.

HasNbPackages

func (o *CampaignEventResultNodesInner) HasNbPackages() bool

HasNbPackages returns a boolean if a field has been set.

GetDate

func (o *CampaignEventResultNodesInner) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

func (o *CampaignEventResultNodesInner) 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.

SetDate

func (o *CampaignEventResultNodesInner) SetDate(v string)

SetDate sets Date field to given value.

HasDate

func (o *CampaignEventResultNodesInner) HasDate() bool

HasDate returns a boolean if a field has been set.

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