DeleteFileRequestArgs

public class DeleteFileRequestArgs : CustomStringConvertible, JSONRepresentable

Arguments for delete.

  • ids

    List IDs of the file requests to delete.

    Declaration

    Swift

    public let ids: [String]
  • Declaration

    Swift

    public var description: String { get }