Show / Hide Table of Contents

Class GooglePrivacyDlpV2StoredInfoType

StoredInfoType resource message that contains information about the current version and any pending updates.

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

Properties

CurrentVersion

Current version of the stored info type.

Declaration
[JsonProperty("currentVersion")]
public virtual GooglePrivacyDlpV2StoredInfoTypeVersion CurrentVersion { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2StoredInfoTypeVersion

ETag

The ETag of the item.

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

Name

Resource name.

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

PendingVersions

Pending versions of the stored info type. Empty if no versions are pending.

Declaration
[JsonProperty("pendingVersions")]
public virtual IList<GooglePrivacyDlpV2StoredInfoTypeVersion> PendingVersions { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2StoredInfoTypeVersion>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX