Google Cloud Data Loss Prevention v2 API - Class FieldId (4.8.0)

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

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

General identifier of a data field in a storage service.

Inheritance

object > FieldId

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

FieldId()

public FieldId()

FieldId(FieldId)

public FieldId(FieldId other)
Parameter
NameDescription
otherFieldId

Properties

Name

public string Name { get; set; }

Name describing the field.

Property Value
TypeDescription
string