SignRequestCreateSourceFile

public struct SignRequestCreateSourceFile : Encodable

Represents a file to be included in a sign request.

  • id

    Identifier of the file

    Declaration

    Swift

    public let id: String
  • The version information of the file.

    Declaration

    Swift

    public let fileVersion: SignRequestCreateSourceFileVersion?
  • Initializer.

    Declaration

    Swift

    public init(id: String, fileVersionId: String? = nil)

    Parameters

    id

    Identifier of the file.

    fileVersionId

    Identifier of the file version.

  • Initializer.

    Declaration

    Swift

    public init(file: File)

    Parameters

    file

    The file that will be included in a sign request.