Notebook(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a Jupyter notebook IPYNB file, such as a Colab
Enterprise
notebook <https://cloud.google.com/colab/docs/introduction>
__ file,
that is associated with a finding.
Attributes |
|
---|---|
Name | Description |
name |
str
The name of the notebook. |
service |
str
The source notebook service, for example, "Colab Enterprise". |
last_author |
str
The user ID of the latest author to modify the notebook. |
notebook_update_time |
google.protobuf.timestamp_pb2.Timestamp
The most recent time the notebook was updated. |