GetFileRequestArgs

public class GetFileRequestArgs : CustomStringConvertible, JSONRepresentable

Arguments for get.

  • id

    The ID of the file request to retrieve.

    Declaration

    Swift

    public let id: String
  • Declaration

    Swift

    public var description: String { get }