Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 12.3 KB

FullcampaignAllOf.md

File metadata and controls

342 lines (185 loc) · 12.3 KB

FullcampaignAllOf

Properties

Name Type Description Notes
Created Pointer to time.Time Created time of the campaign [optional] [readonly]
Modified Pointer to time.Time Modified time of the campaign [optional] [readonly]
CorrelatedStatus Pointer to map[string]interface{} The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). [optional]
Filter Pointer to FullcampaignAllOfFilter [optional]
SunsetCommentsRequired Pointer to bool Determines if comments on sunset date changes are required. [optional] [default to true]
SourceOwnerCampaignInfo Pointer to FullcampaignAllOfSourceOwnerCampaignInfo [optional]
SearchCampaignInfo Pointer to FullcampaignAllOfSearchCampaignInfo [optional]
RoleCompositionCampaignInfo Pointer to FullcampaignAllOfRoleCompositionCampaignInfo [optional]
Alerts Pointer to []CampaignAlert A list of errors and warnings that have accumulated. [optional] [readonly]
TotalCertifications Pointer to int32 The total number of certifications in this campaign. [optional] [readonly]
CompletedCertifications Pointer to int32 The number of completed certifications in this campaign. [optional] [readonly]
SourcesWithOrphanEntitlements Pointer to []FullcampaignAllOfSourcesWithOrphanEntitlements A list of sources in the campaign that contain \"orphan entitlements\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). [optional] [readonly]

Methods

NewFullcampaignAllOf

func NewFullcampaignAllOf() *FullcampaignAllOf

NewFullcampaignAllOf instantiates a new FullcampaignAllOf 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

NewFullcampaignAllOfWithDefaults

func NewFullcampaignAllOfWithDefaults() *FullcampaignAllOf

NewFullcampaignAllOfWithDefaults instantiates a new FullcampaignAllOf 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

GetCreated

func (o *FullcampaignAllOf) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *FullcampaignAllOf) GetCreatedOk() (*time.Time, bool)

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

SetCreated

func (o *FullcampaignAllOf) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *FullcampaignAllOf) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetModified

func (o *FullcampaignAllOf) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *FullcampaignAllOf) GetModifiedOk() (*time.Time, bool)

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

SetModified

func (o *FullcampaignAllOf) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *FullcampaignAllOf) HasModified() bool

HasModified returns a boolean if a field has been set.

GetCorrelatedStatus

func (o *FullcampaignAllOf) GetCorrelatedStatus() map[string]interface{}

GetCorrelatedStatus returns the CorrelatedStatus field if non-nil, zero value otherwise.

GetCorrelatedStatusOk

func (o *FullcampaignAllOf) GetCorrelatedStatusOk() (*map[string]interface{}, bool)

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

SetCorrelatedStatus

func (o *FullcampaignAllOf) SetCorrelatedStatus(v map[string]interface{})

SetCorrelatedStatus sets CorrelatedStatus field to given value.

HasCorrelatedStatus

func (o *FullcampaignAllOf) HasCorrelatedStatus() bool

HasCorrelatedStatus returns a boolean if a field has been set.

GetFilter

func (o *FullcampaignAllOf) GetFilter() FullcampaignAllOfFilter

GetFilter returns the Filter field if non-nil, zero value otherwise.

GetFilterOk

func (o *FullcampaignAllOf) GetFilterOk() (*FullcampaignAllOfFilter, bool)

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

SetFilter

func (o *FullcampaignAllOf) SetFilter(v FullcampaignAllOfFilter)

SetFilter sets Filter field to given value.

HasFilter

func (o *FullcampaignAllOf) HasFilter() bool

HasFilter returns a boolean if a field has been set.

GetSunsetCommentsRequired

func (o *FullcampaignAllOf) GetSunsetCommentsRequired() bool

GetSunsetCommentsRequired returns the SunsetCommentsRequired field if non-nil, zero value otherwise.

GetSunsetCommentsRequiredOk

func (o *FullcampaignAllOf) GetSunsetCommentsRequiredOk() (*bool, bool)

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

SetSunsetCommentsRequired

func (o *FullcampaignAllOf) SetSunsetCommentsRequired(v bool)

SetSunsetCommentsRequired sets SunsetCommentsRequired field to given value.

HasSunsetCommentsRequired

func (o *FullcampaignAllOf) HasSunsetCommentsRequired() bool

HasSunsetCommentsRequired returns a boolean if a field has been set.

GetSourceOwnerCampaignInfo

func (o *FullcampaignAllOf) GetSourceOwnerCampaignInfo() FullcampaignAllOfSourceOwnerCampaignInfo

GetSourceOwnerCampaignInfo returns the SourceOwnerCampaignInfo field if non-nil, zero value otherwise.

GetSourceOwnerCampaignInfoOk

func (o *FullcampaignAllOf) GetSourceOwnerCampaignInfoOk() (*FullcampaignAllOfSourceOwnerCampaignInfo, bool)

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

SetSourceOwnerCampaignInfo

func (o *FullcampaignAllOf) SetSourceOwnerCampaignInfo(v FullcampaignAllOfSourceOwnerCampaignInfo)

SetSourceOwnerCampaignInfo sets SourceOwnerCampaignInfo field to given value.

HasSourceOwnerCampaignInfo

func (o *FullcampaignAllOf) HasSourceOwnerCampaignInfo() bool

HasSourceOwnerCampaignInfo returns a boolean if a field has been set.

GetSearchCampaignInfo

func (o *FullcampaignAllOf) GetSearchCampaignInfo() FullcampaignAllOfSearchCampaignInfo

GetSearchCampaignInfo returns the SearchCampaignInfo field if non-nil, zero value otherwise.

GetSearchCampaignInfoOk

func (o *FullcampaignAllOf) GetSearchCampaignInfoOk() (*FullcampaignAllOfSearchCampaignInfo, bool)

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

SetSearchCampaignInfo

func (o *FullcampaignAllOf) SetSearchCampaignInfo(v FullcampaignAllOfSearchCampaignInfo)

SetSearchCampaignInfo sets SearchCampaignInfo field to given value.

HasSearchCampaignInfo

func (o *FullcampaignAllOf) HasSearchCampaignInfo() bool

HasSearchCampaignInfo returns a boolean if a field has been set.

GetRoleCompositionCampaignInfo

func (o *FullcampaignAllOf) GetRoleCompositionCampaignInfo() FullcampaignAllOfRoleCompositionCampaignInfo

GetRoleCompositionCampaignInfo returns the RoleCompositionCampaignInfo field if non-nil, zero value otherwise.

GetRoleCompositionCampaignInfoOk

func (o *FullcampaignAllOf) GetRoleCompositionCampaignInfoOk() (*FullcampaignAllOfRoleCompositionCampaignInfo, bool)

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

SetRoleCompositionCampaignInfo

func (o *FullcampaignAllOf) SetRoleCompositionCampaignInfo(v FullcampaignAllOfRoleCompositionCampaignInfo)

SetRoleCompositionCampaignInfo sets RoleCompositionCampaignInfo field to given value.

HasRoleCompositionCampaignInfo

func (o *FullcampaignAllOf) HasRoleCompositionCampaignInfo() bool

HasRoleCompositionCampaignInfo returns a boolean if a field has been set.

GetAlerts

func (o *FullcampaignAllOf) GetAlerts() []CampaignAlert

GetAlerts returns the Alerts field if non-nil, zero value otherwise.

GetAlertsOk

func (o *FullcampaignAllOf) GetAlertsOk() (*[]CampaignAlert, bool)

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

SetAlerts

func (o *FullcampaignAllOf) SetAlerts(v []CampaignAlert)

SetAlerts sets Alerts field to given value.

HasAlerts

func (o *FullcampaignAllOf) HasAlerts() bool

HasAlerts returns a boolean if a field has been set.

GetTotalCertifications

func (o *FullcampaignAllOf) GetTotalCertifications() int32

GetTotalCertifications returns the TotalCertifications field if non-nil, zero value otherwise.

GetTotalCertificationsOk

func (o *FullcampaignAllOf) GetTotalCertificationsOk() (*int32, bool)

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

SetTotalCertifications

func (o *FullcampaignAllOf) SetTotalCertifications(v int32)

SetTotalCertifications sets TotalCertifications field to given value.

HasTotalCertifications

func (o *FullcampaignAllOf) HasTotalCertifications() bool

HasTotalCertifications returns a boolean if a field has been set.

GetCompletedCertifications

func (o *FullcampaignAllOf) GetCompletedCertifications() int32

GetCompletedCertifications returns the CompletedCertifications field if non-nil, zero value otherwise.

GetCompletedCertificationsOk

func (o *FullcampaignAllOf) GetCompletedCertificationsOk() (*int32, bool)

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

SetCompletedCertifications

func (o *FullcampaignAllOf) SetCompletedCertifications(v int32)

SetCompletedCertifications sets CompletedCertifications field to given value.

HasCompletedCertifications

func (o *FullcampaignAllOf) HasCompletedCertifications() bool

HasCompletedCertifications returns a boolean if a field has been set.

GetSourcesWithOrphanEntitlements

func (o *FullcampaignAllOf) GetSourcesWithOrphanEntitlements() []FullcampaignAllOfSourcesWithOrphanEntitlements

GetSourcesWithOrphanEntitlements returns the SourcesWithOrphanEntitlements field if non-nil, zero value otherwise.

GetSourcesWithOrphanEntitlementsOk

func (o *FullcampaignAllOf) GetSourcesWithOrphanEntitlementsOk() (*[]FullcampaignAllOfSourcesWithOrphanEntitlements, bool)

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

SetSourcesWithOrphanEntitlements

func (o *FullcampaignAllOf) SetSourcesWithOrphanEntitlements(v []FullcampaignAllOfSourcesWithOrphanEntitlements)

SetSourcesWithOrphanEntitlements sets SourcesWithOrphanEntitlements field to given value.

HasSourcesWithOrphanEntitlements

func (o *FullcampaignAllOf) HasSourcesWithOrphanEntitlements() bool

HasSourcesWithOrphanEntitlements returns a boolean if a field has been set.

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