CampaignAllOfRoleCompositionCampaignInfo
Properties
Name | Type | Description | Notes |
---|---|---|---|
Reviewer | Pointer to CampaignAllOfSearchCampaignInfoReviewer | [optional] | |
RoleIds | Pointer to []string | Optional list of roles to include in this campaign. Only one of roleIds and query may be set; if neither are set, all roles are included. | [optional] |
RemediatorRef | CampaignAllOfRoleCompositionCampaignInfoRemediatorRef | ||
Query | Pointer to string | Optional search query to scope this campaign to a set of roles. Only one of roleIds and query may be set; if neither are set, all roles are included. | [optional] |
Description | Pointer to string | Describes this role composition campaign. Intended for storing the query used, and possibly the number of roles selected/available. | [optional] |
Methods
NewCampaignAllOfRoleCompositionCampaignInfo
func NewCampaignAllOfRoleCompositionCampaignInfo(remediatorRef CampaignAllOfRoleCompositionCampaignInfoRemediatorRef, ) *CampaignAllOfRoleCompositionCampaignInfo
NewCampaignAllOfRoleCompositionCampaignInfo instantiates a new CampaignAllOfRoleCompositionCampaignInfo 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
NewCampaignAllOfRoleCompositionCampaignInfoWithDefaults
func NewCampaignAllOfRoleCompositionCampaignInfoWithDefaults() *CampaignAllOfRoleCompositionCampaignInfo
NewCampaignAllOfRoleCompositionCampaignInfoWithDefaults instantiates a new CampaignAllOfRoleCompositionCampaignInfo 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
GetReviewer
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetReviewer() CampaignAllOfSearchCampaignInfoReviewer
GetReviewer returns the Reviewer field if non-nil, zero value otherwise.
GetReviewerOk
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetReviewerOk() (*CampaignAllOfSearchCampaignInfoReviewer, bool)
GetReviewerOk returns a tuple with the Reviewer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReviewer
func (o *CampaignAllOfRoleCompositionCampaignInfo) SetReviewer(v CampaignAllOfSearchCampaignInfoReviewer)
SetReviewer sets Reviewer field to given value.
HasReviewer
func (o *CampaignAllOfRoleCompositionCampaignInfo) HasReviewer() bool
HasReviewer returns a boolean if a field has been set.
GetRoleIds
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetRoleIds() []string
GetRoleIds returns the RoleIds field if non-nil, zero value otherwise.
GetRoleIdsOk
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetRoleIdsOk() (*[]string, bool)
GetRoleIdsOk returns a tuple with the RoleIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRoleIds
func (o *CampaignAllOfRoleCompositionCampaignInfo) SetRoleIds(v []string)
SetRoleIds sets RoleIds field to given value.
HasRoleIds
func (o *CampaignAllOfRoleCompositionCampaignInfo) HasRoleIds() bool
HasRoleIds returns a boolean if a field has been set.
GetRemediatorRef
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetRemediatorRef() CampaignAllOfRoleCompositionCampaignInfoRemediatorRef
GetRemediatorRef returns the RemediatorRef field if non-nil, zero value otherwise.
GetRemediatorRefOk
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetRemediatorRefOk() (*CampaignAllOfRoleCompositionCampaignInfoRemediatorRef, bool)
GetRemediatorRefOk returns a tuple with the RemediatorRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRemediatorRef
func (o *CampaignAllOfRoleCompositionCampaignInfo) SetRemediatorRef(v CampaignAllOfRoleCompositionCampaignInfoRemediatorRef)
SetRemediatorRef sets RemediatorRef field to given value.
GetQuery
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
GetQueryOk
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetQuery
func (o *CampaignAllOfRoleCompositionCampaignInfo) SetQuery(v string)
SetQuery sets Query field to given value.
HasQuery
func (o *CampaignAllOfRoleCompositionCampaignInfo) HasQuery() bool
HasQuery returns a boolean if a field has been set.
GetDescription
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
GetDescriptionOk
func (o *CampaignAllOfRoleCompositionCampaignInfo) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDescription
func (o *CampaignAllOfRoleCompositionCampaignInfo) SetDescription(v string)
SetDescription sets Description field to given value.
HasDescription
func (o *CampaignAllOfRoleCompositionCampaignInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.