google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime View Source
Message for a date time object. e.g. 2018-01-01, 5th August.
Attributes
- date (GoogleTypeDate): One or more of the following must be set. All fields are optional, but when set must be valid date or time values. Defaults to:
null. dayOfWeek (String.t): Defaults to:
null.- Enum - one of [DAY_OF_WEEK_UNSPECIFIED, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]
- time (GoogleTypeTimeOfDay): Defaults to:
null. - timeZone (GooglePrivacyDlpV2TimeZone): 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()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateTime{
date: GoogleApi.DLP.V2.Model.GoogleTypeDate.t(),
dayOfWeek: any(),
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: any(),
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.