TemplateOwnerType
public enum TemplateOwnerType : CustomStringConvertible, JSONRepresentable
The TemplateOwnerType union
-
Template will be associated with a user.
Declaration
Swift
case user
-
Template will be associated with a team.
Declaration
Swift
case team
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }