PaperDocUpdateArgs

public class PaperDocUpdateArgs : Paper.RefPaperDoc

The PaperDocUpdateArgs struct

  • The policy used for the current update call.

    Declaration

    Swift

    public let docUpdatePolicy: Paper.PaperDocUpdatePolicy
  • The latest doc revision. This value must match the head revision or an error code will be returned. This is to prevent colliding writes.

    Declaration

    Swift

    public let revision: Int64
  • The format of provided data.

    Declaration

    Swift

    public let importFormat: Paper.ImportFormat