TemplateFilterBase

public enum TemplateFilterBase : CustomStringConvertible, JSONRepresentable

The TemplateFilterBase 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
  • Declaration

    Swift

    public var description: String { get }