Enumerations
The following enumerations are available globally.
-
Defines the the relation between the filter key and filter value of a metadata template.
See moreDeclaration
Swift
public enum MetadataFilterBound
-
Type for updating optional parameters - parameters that can either have value of some type, or be nil. Should be used mainly with optinal method parameters to differentiate between ignored parameter and parameter with a nil value.
See moreDeclaration
Swift
public enum NullableParameter<T>
-
Specifies opperations available on metadata template
See moreDeclaration
Swift
public enum MetadataTemplateOperation