GooglePrivacyDlpV2DateTime class
Message for a date time object.
e.g. 2018-01-01, 5th August.
Constructors
- GooglePrivacyDlpV2DateTime({GoogleTypeDate? date, String? dayOfWeek, GoogleTypeTimeOfDay? time, GooglePrivacyDlpV2TimeZone? timeZone})
 - GooglePrivacyDlpV2DateTime.fromJson(Map json_)
 
Properties
- date ↔ GoogleTypeDate?
 - 
  One or more of the following must be set.
  getter/setter pair
 - dayOfWeek ↔ String?
 - 
  Day of week
Possible string values are:
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - time ↔ GoogleTypeTimeOfDay?
 - 
  Time of day
  getter/setter pair
 - timeZone ↔ GooglePrivacyDlpV2TimeZone?
 - 
  Time zone
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited