GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime (google_api_dlp v0.39.1) View Source
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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime{
date: GoogleApi.DLP.V2.Model.GoogleTypeDate.t(),
dayOfWeek: String.t(),
time: GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t(),
timeZone: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimeZone.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.