Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | ||
IntegrationId | Pointer to string | ||
Name | Pointer to string |
func (o *ListCampaignStoreBudgetsStore) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ListCampaignStoreBudgetsStore) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ListCampaignStoreBudgetsStore) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *ListCampaignStoreBudgetsStore) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
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.
func (o *ListCampaignStoreBudgetsStore) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *ListCampaignStoreBudgetsStore) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.
func (o *ListCampaignStoreBudgetsStore) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ListCampaignStoreBudgetsStore) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ListCampaignStoreBudgetsStore) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.