Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef.md
2025-03-31 14:49:46 -04:00

3.9 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-fullcampaign-all-of-role-composition-campaign-info-remediator-ref FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef gosdk
go
Golang
sdk
FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef
BetaFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef
/tools/sdk/go/beta/models/fullcampaign-all-of-role-composition-campaign-info-remediator-ref
SDK
Software Development Kit
FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef
BetaFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef

FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef

Properties

Name Type Description Notes
Type string Legal Remediator Type
Id string The ID of the remediator.
Name Pointer to string The name of the remediator. [optional] [readonly]

Methods

NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef

func NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef(type_ string, id string, ) *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef

NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef instantiates a new FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef 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

NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRefWithDefaults

func NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRefWithDefaults() *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef

NewFullcampaignAllOfRoleCompositionCampaignInfoRemediatorRefWithDefaults instantiates a new FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef 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

GetType

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) GetTypeOk() (*string, bool)

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

SetType

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) SetType(v string)

SetType sets Type field to given value.

GetId

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) GetId() string

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

GetIdOk

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) GetIdOk() (*string, 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.

SetId

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) GetName() string

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

GetNameOk

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) 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.

SetName

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef) HasName() bool

HasName returns a boolean if a field has been set.