UpdateTemplateArg
open class UpdateTemplateArg : CustomStringConvertible
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: Array<FileProperties.PropertyFieldTemplate>?
-
Declaration
Swift
open var description: String { get }