Show / Hide Table of Contents

Class GooglePrivacyDlpV2RecordTransformation

The field in a record to transform.

Inheritance
object
GooglePrivacyDlpV2RecordTransformation
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 GooglePrivacyDlpV2RecordTransformation : IDirectResponseSchema

Properties

ContainerTimestamp

object representation of ContainerTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ContainerTimestampDateTimeOffset instead.")]
public virtual object ContainerTimestamp { get; set; }
Property Value
Type Description
object

ContainerTimestampDateTimeOffset

DateTimeOffset representation of ContainerTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ContainerTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ContainerTimestampRaw

Findings container modification timestamp, if applicable.

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

ContainerVersion

Container version, if available ("generation" for Cloud Storage).

Declaration
[JsonProperty("containerVersion")]
public virtual string ContainerVersion { 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

FieldId

For record transformations, provide a field.

Declaration
[JsonProperty("fieldId")]
public virtual GooglePrivacyDlpV2FieldId FieldId { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2FieldId

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX