| 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. |
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
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
func (o *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference) GetAllowedObjects() []string
GetAllowedObjects returns the AllowedObjects field if non-nil, zero value otherwise.
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.
func (o *V2TargetIdentifierAttributesPostRequestDataConfigRecordReference) SetAllowedObjects(v []string)
SetAllowedObjects sets AllowedObjects field to given value.