MetadataScope
public enum MetadataScope : BoxEnum
Defines the scope of the metadata template.
-
The scope of the metadata template is set to the entire “enterprise”.
Declaration
Swift
case enterprise -
The scope of the metadata template is set to “global”
Declaration
Swift
case global -
A custom scope for metadata template.
Declaration
Swift
case customValue(String) -
Declaration
Swift
public init(_ value: String) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public var description: String { get }
MetadataScope Enumeration Reference