google_api_content v0.2.0 GoogleApi.Content.V2.Model.HolidayCutoff View Source

Attributes

  • deadlineDate (String.t): Date of the order deadline, in ISO 8601 format. E.g. "2016-11-29" for 29th November 2016. Required. Defaults to: null.
  • deadlineHour (integer()): Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, …, 12 (noon), 13, …, 23. Required. Defaults to: null.
  • deadlineTimezone (String.t): Timezone identifier for the deadline hour. A list of identifiers can be found in the AdWords API documentation. E.g. "Europe/Zurich". Required. Defaults to: null.
  • holidayId (String.t): Unique identifier for the holiday. Required. Defaults to: null.
  • visibleFromDate (String.t): Date on which the deadline will become visible to consumers in ISO 8601 format. E.g. "2016-10-31" for 31st October 2016. 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.HolidayCutoff{
  deadlineDate: any(),
  deadlineHour: any(),
  deadlineTimezone: any(),
  holidayId: any(),
  visibleFromDate: 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.