Show / Hide Table of Contents

Class Notebook

Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.

Inheritance
object
Notebook
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class Notebook : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastAuthor

The user ID of the latest author to modify the notebook.

Declaration
[JsonProperty("lastAuthor")]
public virtual string LastAuthor { get; set; }
Property Value
Type Description
string

Name

The name of the notebook.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NotebookUpdateTime

object representation of NotebookUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NotebookUpdateTimeDateTimeOffset instead.")]
public virtual object NotebookUpdateTime { get; set; }
Property Value
Type Description
object

NotebookUpdateTimeDateTimeOffset

DateTimeOffset representation of NotebookUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? NotebookUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

NotebookUpdateTimeRaw

The most recent time the notebook was updated.

Declaration
[JsonProperty("notebookUpdateTime")]
public virtual string NotebookUpdateTimeRaw { get; set; }
Property Value
Type Description
string

Service

The source notebook service, for example, "Colab Enterprise".

Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX