PaperDocCreateArgs

public class PaperDocCreateArgs : CustomStringConvertible, JSONRepresentable

The PaperDocCreateArgs struct

  • The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown.

    Declaration

    Swift

    public let parentFolderId: String?
  • The format of provided data.

    Declaration

    Swift

    public let importFormat: Paper.ImportFormat
  • Declaration

    Swift

    public var description: String { get }