Name | Type | Description | Notes |
---|---|---|---|
Application | Pointer to string | Name of the Application-related permission set for the given Application. | [optional] |
Campaign | Pointer to string | Name of the campaign-related permission set for the given Application. | [optional] |
DraftCampaign | Pointer to string | Name of the draft campaign-related permission set for the given Application. | [optional] |
Tools | Pointer to string | Name of the tools-related permission set. | [optional] |
func (o *RoleV2ApplicationDetails) GetApplication() string
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *RoleV2ApplicationDetails) GetApplicationOk() (string, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleV2ApplicationDetails) HasApplication() bool
HasApplication returns a boolean if a field has been set.
func (o *RoleV2ApplicationDetails) SetApplication(v string)
SetApplication gets a reference to the given string and assigns it to the Application field.
func (o *RoleV2ApplicationDetails) GetCampaign() string
GetCampaign returns the Campaign field if non-nil, zero value otherwise.
func (o *RoleV2ApplicationDetails) GetCampaignOk() (string, bool)
GetCampaignOk returns a tuple with the Campaign field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleV2ApplicationDetails) HasCampaign() bool
HasCampaign returns a boolean if a field has been set.
func (o *RoleV2ApplicationDetails) SetCampaign(v string)
SetCampaign gets a reference to the given string and assigns it to the Campaign field.
func (o *RoleV2ApplicationDetails) GetDraftCampaign() string
GetDraftCampaign returns the DraftCampaign field if non-nil, zero value otherwise.
func (o *RoleV2ApplicationDetails) GetDraftCampaignOk() (string, bool)
GetDraftCampaignOk returns a tuple with the DraftCampaign field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleV2ApplicationDetails) HasDraftCampaign() bool
HasDraftCampaign returns a boolean if a field has been set.
func (o *RoleV2ApplicationDetails) SetDraftCampaign(v string)
SetDraftCampaign gets a reference to the given string and assigns it to the DraftCampaign field.
func (o *RoleV2ApplicationDetails) GetTools() string
GetTools returns the Tools field if non-nil, zero value otherwise.
func (o *RoleV2ApplicationDetails) GetToolsOk() (string, bool)
GetToolsOk returns a tuple with the Tools field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleV2ApplicationDetails) HasTools() bool
HasTools returns a boolean if a field has been set.
func (o *RoleV2ApplicationDetails) SetTools(v string)
SetTools gets a reference to the given string and assigns it to the Tools field.