Class GooglePrivacyDlpV2ListColumnDataProfilesResponse
List of profiles generated for a given organization or project.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ListColumnDataProfilesResponse : IDirectResponseSchema
Properties
ColumnDataProfiles
List of data profiles.
Declaration
[JsonProperty("columnDataProfiles")]
public virtual IList<GooglePrivacyDlpV2ColumnDataProfile> ColumnDataProfiles { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2ColumnDataProfile> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |