Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 926 Bytes

CampaignSetNode.md

File metadata and controls

39 lines (20 loc) · 926 Bytes

CampaignSetNode

Properties

Name Type Description Notes
Type Pointer to string

Methods

GetType

func (o *CampaignSetNode) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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

HasType

func (o *CampaignSetNode) HasType() bool

HasType returns a boolean if a field has been set.

SetType

func (o *CampaignSetNode) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

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