CustomFieldLinkScope
Defines the scope in which a custom field is applicable, determining its availability across different channels.
enum CustomFieldLinkScope {
CHANNEL
GLOBAL
}
Values
CustomFieldLinkScope.CHANNEL
The custom field is restricted to a specific channels.
CustomFieldLinkScope.GLOBAL
The custom field is available across all channels.
Member of
CustomFieldLinkInput input