Parameters for Page Request in the UploadRequests API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.UploadRequests. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
Creates secure upload requests that let another party supply a file.
The application defines constraints and display information, then gives the uploader the request ID and token. Fulfilment does not use the application's secret key. Review and status operations let the application accept, reject, or cancel the resulting attempt.
Summary
Functions
Builds a Inttegro.UploadRequests.PageRequest and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.UploadRequests.PageRequest{ page_number: integer() | nil, page_size: integer() | nil, purpose: String.t() | nil, resource: Inttegro.Files.ResourceInput.t() | nil, status: Inttegro.UploadRequests.Status.t() | nil }
A validated page request request.
Functions
Builds a Inttegro.UploadRequests.PageRequest and raises KeyError when a required field is missing.