Class DiscoveryEvent.Types.EntityDetails (2.1.0)

public sealed class EntityDetails : IMessage<DiscoveryEvent.Types.EntityDetails>, IEquatable<DiscoveryEvent.Types.EntityDetails>, IDeepCloneable<DiscoveryEvent.Types.EntityDetails>, IBufferMessage, IMessage

Details about the entity.

Inheritance

Object > DiscoveryEvent.Types.EntityDetails

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

EntityDetails()

public EntityDetails()

EntityDetails(DiscoveryEvent.Types.EntityDetails)

public EntityDetails(DiscoveryEvent.Types.EntityDetails other)
Parameter
NameDescription
otherDiscoveryEvent.Types.EntityDetails

Properties

Entity

public string Entity { get; set; }

The name of the entity resource. The name is the fully-qualified resource name.

Property Value
TypeDescription
String

Type

public DiscoveryEvent.Types.EntityType Type { get; set; }

The type of the entity resource.

Property Value
TypeDescription
DiscoveryEvent.Types.EntityType