Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.4 KB

File metadata and controls

51 lines (28 loc) · 2.4 KB

V2TargetIdentifierAttributesPostRequestDataConfigRecordReference

Properties

Name Type Description Notes
AllowedObjects []string A list of slugs or UUIDs to indicate which objects records are allowed to belong to. If `relationship` is also provided, this must contain only the relationship object.

Methods

NewV2TargetIdentifierAttributesPostRequestDataConfigRecordReference

func NewV2TargetIdentifierAttributesPostRequestDataConfigRecordReference(allowedObjects []string, ) *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference

NewV2TargetIdentifierAttributesPostRequestDataConfigRecordReference instantiates a new V2TargetIdentifierAttributesPostRequestDataConfigRecordReference 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

NewV2TargetIdentifierAttributesPostRequestDataConfigRecordReferenceWithDefaults

func NewV2TargetIdentifierAttributesPostRequestDataConfigRecordReferenceWithDefaults() *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference

NewV2TargetIdentifierAttributesPostRequestDataConfigRecordReferenceWithDefaults instantiates a new V2TargetIdentifierAttributesPostRequestDataConfigRecordReference 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

GetAllowedObjects

func (o *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference) GetAllowedObjects() []string

GetAllowedObjects returns the AllowedObjects field if non-nil, zero value otherwise.

GetAllowedObjectsOk

func (o *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference) GetAllowedObjectsOk() (*[]string, bool)

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

SetAllowedObjects

func (o *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference) SetAllowedObjects(v []string)

SetAllowedObjects sets AllowedObjects field to given value.

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