Google Cloud Data Loss Prevention v2 API - Class ListDeidentifyTemplatesResponse (4.14.0)

 public sealed class ListDeidentifyTemplatesResponse : IMessage<ListDeidentifyTemplatesResponse>, IEquatable<ListDeidentifyTemplatesResponse>, IDeepCloneable<ListDeidentifyTemplatesResponse>, IBufferMessage, IMessage, IPageResponse<DeidentifyTemplate>, IEnumerable<DeidentifyTemplate>, IEnumerable 

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListDeidentifyTemplatesResponse.

Response message for ListDeidentifyTemplates.

Inheritance

object > ListDeidentifyTemplatesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListDeidentifyTemplatesResponse()

 public ListDeidentifyTemplatesResponse() 

ListDeidentifyTemplatesResponse(ListDeidentifyTemplatesResponse)

 public ListDeidentifyTemplatesResponse(ListDeidentifyTemplatesResponse other) 
Parameter
Name
Description

Properties

DeidentifyTemplates

 public RepeatedField<DeidentifyTemplate> DeidentifyTemplates { get; } 

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

Property Value
Type
Description

NextPageToken

 public string NextPageToken { get; set; } 

If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.

Property Value
Type
Description

Methods

GetEnumerator()

 public IEnumerator<DeidentifyTemplate> GetEnumerator() 

Returns an enumerator that iterates through the resources in this response.

Returns
Type
Description