Class GoogleCloudNotebooklmV1alphaNotebookMetadata
Metadata for a notebook.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaNotebookMetadata : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
The time at which this project was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsShareable
True if the project is shareable.
Declaration
[JsonProperty("isShareable")]
public virtual bool? IsShareable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsShared
True if this project is currently shared with other people, false otherwise.
Declaration
[JsonProperty("isShared")]
public virtual bool? IsShared { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LastViewed
object representation of LastViewedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastViewedDateTimeOffset instead.")]
public virtual object LastViewed { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastViewedDateTimeOffset
DateTimeOffset representation of LastViewedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastViewedDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastViewedRaw
A timestamp indicating the time that the current in session user has last viewed the project.
Declaration
[JsonProperty("lastViewed")]
public virtual string LastViewedRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |