FileTemplate

public class FileTemplate : Template

File response template

  • Title of the file

    Declaration

    Swift

    private(set) public var title:String!
  • url

    URL that points to the file

    Declaration

    Swift

    private(set) public var url:URL!
  • Optional action

    Declaration

    Swift

    private(set) public var action:Action? = nil
  • Undocumented

    Declaration

    Swift

    public class FileTemplate : Template