google_api_dlp v0.11.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime 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. All fields are optional, but when set must be valid date or time values.dayOfWeek(type:String.t, default:nil) -time(type:GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t, default:nil) -timeZone(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimeZone.t, default:nil) -
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()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.