Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.4 KB

ListCampaignStoreBudgetsStore.md

File metadata and controls

91 lines (48 loc) · 2.4 KB

ListCampaignStoreBudgetsStore

Properties

Name Type Description Notes
Id Pointer to int32
IntegrationId Pointer to string
Name Pointer to string

Methods

GetId

func (o *ListCampaignStoreBudgetsStore) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ListCampaignStoreBudgetsStore) GetIdOk() (int32, bool)

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

HasId

func (o *ListCampaignStoreBudgetsStore) HasId() bool

HasId returns a boolean if a field has been set.

SetId

func (o *ListCampaignStoreBudgetsStore) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

GetIntegrationId

func (o *ListCampaignStoreBudgetsStore) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

func (o *ListCampaignStoreBudgetsStore) GetIntegrationIdOk() (string, bool)

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

HasIntegrationId

func (o *ListCampaignStoreBudgetsStore) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

SetIntegrationId

func (o *ListCampaignStoreBudgetsStore) SetIntegrationId(v string)

SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.

GetName

func (o *ListCampaignStoreBudgetsStore) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ListCampaignStoreBudgetsStore) GetNameOk() (string, bool)

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

HasName

func (o *ListCampaignStoreBudgetsStore) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *ListCampaignStoreBudgetsStore) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

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