PropertyGroupTemplate

public class PropertyGroupTemplate : CustomStringConvertible, JSONRepresentable

Defines how a property group may be structured.

  • Display name for the template. Template names can be up to 256 bytes.

    Declaration

    Swift

    public let name: String
  • Description for the template. Template descriptions can be up to 1024 bytes.

    Declaration

    Swift

    public let description_: String
  • Definitions of the property fields associated with this template. There can be up to 32 properties in a single template.

    Declaration

    Swift

    public let fields: [FileProperties.PropertyFieldTemplate]
  • Declaration

    Swift

    public var description: String { get }