Class GoogleCloudDatacatalogV1PersonalDetails
Entry metadata relevant only to the user and private to them.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1PersonalDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StarTime
object representation of StarTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StarTimeDateTimeOffset instead.")]
public virtual object StarTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StarTimeDateTimeOffset
DateTimeOffset representation of StarTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StarTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StarTimeRaw
Set if the entry is starred; unset otherwise.
Declaration
[JsonProperty("starTime")]
public virtual string StarTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Starred
True if the entry is starred by the user; false otherwise.
Declaration
[JsonProperty("starred")]
public virtual bool? Starred { get; set; }
Property Value
Type | Description |
---|---|
bool? |