View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime (google_api_dlp v0.46.0)

Message for a date time object. e.g. 2018-01-01, 5th August.

Attributes

  • date (type: GoogleApi.DLP.V2.Model.GoogleTypeDate.t, default: nil) - One or more of the following must be set. Must be a valid date or time value.
  • dayOfWeek (type: String.t, default: nil) - Day of week
  • time (type: GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t, default: nil) - Time of day
  • timeZone (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimeZone.t, default: nil) - Time zone

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime{
  date: GoogleApi.DLP.V2.Model.GoogleTypeDate.t() | nil,
  dayOfWeek: String.t() | nil,
  time: GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t() | nil,
  timeZone: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimeZone.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.