Voting helps other researchers find interesting modules.
Parsed version of a Content-Range field, which in http might look like: Content-Range: bytes 500-999/3156
EndPos
String.t
nil
StartPos
TotalLength
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerContentRangeInfo{ EndPos: String.t() | nil, StartPos: String.t() | nil, TotalLength: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()