Class GooglePrivacyDlpV2StoredInfoType
StoredInfoType resource message that contains information about the current version and any pending updates.
Implements
Inherited Members
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> |