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

Attributes

  • hour (type: integer(), default: nil) - Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
  • minute (type: integer(), default: nil) - Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
  • timezone (type: String.t, default: nil) - Timezone identifier for the cutoff time. A list of identifiers can be found in the AdWords API documentation. E.g. "Europe/Zurich". Required.

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: integer(),
  minute: integer(),
  timezone: String.t()
}

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.