class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Notebook

with a finding.
(cloud.google.com/colab/docs/introduction) file, that is associated
Represents a Jupyter notebook IPYNB file, such as a [Colab Enterprise notebook]

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @last_author = args[:last_author] if args.key?(:last_author)
  @name = args[:name] if args.key?(:name)
  @notebook_update_time = args[:notebook_update_time] if args.key?(:notebook_update_time)
  @service = args[:service] if args.key?(:service)
end