[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eNotebook\u003c/code\u003e class within the Google Cloud Security Center v2 API, representing a Jupyter notebook file associated with a finding, such as a Colab Enterprise notebook.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNotebook\u003c/code\u003e class has a latest version of 1.1.0, and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eNotebook\u003c/code\u003e class include \u003ccode\u003eLastAuthor\u003c/code\u003e (the ID of the last user to modify the notebook), \u003ccode\u003eName\u003c/code\u003e (the notebook's name), \u003ccode\u003eNotebookUpdateTime\u003c/code\u003e (the last update timestamp), and \u003ccode\u003eService\u003c/code\u003e (the source service of the notebook).\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a constructor which allows creating a new instance or cloning an existing notebook.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class Notebook (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Notebook)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.Notebook)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.Notebook) \n\n public sealed class Notebook : IMessage\u003cNotebook\u003e, IEquatable\u003cNotebook\u003e, IDeepCloneable\u003cNotebook\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class Notebook.\n\nRepresents a Jupyter notebook IPYNB file, such as a [Colab Enterprise\nnotebook](https://cloud.google.com/colab/docs/introduction) file, that is\nassociated with a finding. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Notebook \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Notebook](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Notebook), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Notebook](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Notebook), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Notebook](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Notebook), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### Notebook()\n\n public Notebook()\n\n### Notebook(Notebook)\n\n public Notebook(Notebook other)\n\nProperties\n----------\n\n### LastAuthor\n\n public string LastAuthor { get; set; }\n\nThe user ID of the latest author to modify the notebook.\n\n### Name\n\n public string Name { get; set; }\n\nThe name of the notebook.\n\n### NotebookUpdateTime\n\n public Timestamp NotebookUpdateTime { get; set; }\n\nThe most recent time the notebook was updated.\n\n### Service\n\n public string Service { get; set; }\n\nThe source notebook service, for example, \"Colab Enterprise\"."]]