View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint (google_api_content_warehouse v0.4.0)

Attributes

  • day (type: integer(), default: nil) - A day of the week, as an integer in the range 0-6. 0 is Sunday, 1 is Monday, etc.
  • time (type: String.t, default: nil) - A time in 24-hour "hhmm" format (i.e. range is 0000 to 2359).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHoursEndpoint{
    day: integer() | nil,
    time: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.