Show / Hide Table of Contents

Class GooglePrivacyDlpV2DateTime

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

Inheritance
object
GooglePrivacyDlpV2DateTime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DateTime : IDirectResponseSchema

Properties

Date

One or more of the following must be set. Must be a valid date or time value.

Declaration
[JsonProperty("date")]
public virtual GoogleTypeDate Date { get; set; }
Property Value
Type Description
GoogleTypeDate

DayOfWeek

Day of week

Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Time

Time of day

Declaration
[JsonProperty("time")]
public virtual GoogleTypeTimeOfDay Time { get; set; }
Property Value
Type Description
GoogleTypeTimeOfDay

TimeZone

Time zone

Declaration
[JsonProperty("timeZone")]
public virtual GooglePrivacyDlpV2TimeZone TimeZone { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TimeZone

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX