View Source Api2pdf.Model.ApiSuccessResponse (Api2pdf v0.1.2)

https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/ApiResponseSuccess

Link to this section Summary

Link to this section Types

@type t() :: %Api2pdf.Model.ApiSuccessResponse{
  Cost: number(),
  Error: String.t(),
  FileUrl: String.t(),
  MbOut: number(),
  ResponseId: String.t(),
  Seconds: number(),
  Success: boolean()
}

Link to this section Functions

@spec from_body(map()) :: t()

Convert body from map to Api2pdf.Model.ApiSuccessResponse struct.