UpdateTemplateArg
public class UpdateTemplateArg : CustomStringConvertible, JSONRepresentable
The UpdateTemplateArg struct
-
An identifier for template added by See templatesAddForUser or templatesAddForTeam.
Declaration
Swift
public let templateId: String
-
A display name for the template. template names can be up to 256 bytes.
Declaration
Swift
public let name: String?
-
Description for the new template. Template descriptions can be up to 1024 bytes.
Declaration
Swift
public let description_: String?
-
Property field templates to be added to the group template. There can be up to 32 properties in a single template.
Declaration
Swift
public let addFields: [FileProperties.PropertyFieldTemplate]?
-
Declaration
Swift
public var description: String { get }