class Google::Apis::NotebooksV1::Event
The definition of an Event
for a managed / semi-managed notebook instance.
Attributes
report_time[RW]
Event
report time. Corresponds to the JSON property `reportTime` @return [String]
type[RW]
Event
type. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 405 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/notebooks_v1/classes.rb, line 410 def update!(**args) @report_time = args[:report_time] if args.key?(:report_time) @type = args[:type] if args.key?(:type) end