Class GooglePrivacyDlpV2ListProjectDataProfilesResponse
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 GooglePrivacyDlpV2ListProjectDataProfilesResponse : IDirectResponseSchema
Properties
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 |
ProjectDataProfiles
List of data profiles.
Declaration
[JsonProperty("projectDataProfiles")]
public virtual IList<GooglePrivacyDlpV2ProjectDataProfile> ProjectDataProfiles { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2ProjectDataProfile> |