TemplateFilter
public enum TemplateFilter : CustomStringConvertible, JSONRepresentable
The TemplateFilter union
-
Only templates with an ID in the supplied list will be returned (a subset of templates will be returned).
Declaration
Swift
case filterSome([String]) -
An unspecified error.
Declaration
Swift
case other -
No templates will be filtered from the result (all templates will be returned).
Declaration
Swift
case filterNone -
Declaration
Swift
public var description: String { get }
View on GitHub
TemplateFilter Enumeration Reference