public sealed class PersonalDetails : IMessage<PersonalDetails>, IEquatable<PersonalDetails>, IDeepCloneable<PersonalDetails>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class PersonalDetails.
Entry metadata relevant only to the user and private to them.
Implements
IMessage<PersonalDetails>, IEquatable<PersonalDetails>, IDeepCloneable<PersonalDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
PersonalDetails()
public PersonalDetails()PersonalDetails(PersonalDetails)
public PersonalDetails(PersonalDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonalDetails |
Properties
Starred
public bool Starred { get; set; }True if the entry is starred by the user; false otherwise.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
StarTime
public Timestamp StarTime { get; set; }Set if the entry is starred; unset otherwise.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|