Google Cloud Data Loss Prevention v2 API - Class KindExpression (2.16.0)

public sealed class KindExpression : IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessage

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

A representation of a Datastore kind.

Inheritance

object > KindExpression

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

KindExpression()

public KindExpression()

KindExpression(KindExpression)

public KindExpression(KindExpression other)
Parameter
Name Description
other KindExpression

Properties

Name

public string Name { get; set; }

The name of the kind.

Property Value
Type Description
string