google_api_content v0.9.0 GoogleApi.Content.V2.Model.TransitTableTransitTimeRowTransitTimeValue View Source

Attributes

  • maxTransitTimeInDays (integer()): Must be greater than or equal to minTransitTimeInDays. Defaults to: null.
  • minTransitTimeInDays (integer()): Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.TransitTableTransitTimeRowTransitTimeValue{
  maxTransitTimeInDays: any(),
  minTransitTimeInDays: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.