google_api_content v0.4.0 GoogleApi.Content.V2.Model.CutoffTime View Source

Attributes

  • hour (integer()): Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required. Defaults to: null.
  • minute (integer()): Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required. Defaults to: null.
  • timezone (String.t): Timezone identifier for the cutoff time. A list of identifiers can be found in the AdWords API documentation. E.g. "Europe/Zurich". Required. 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.CutoffTime{
  hour: any(),
  minute: any(),
  timezone: 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.