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

Attributes

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

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: integer(),
  minTransitTimeInDays: integer()
}

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.