class Google::Apis::NotebooksV1::ReportRuntimeEventRequest
Request for reporting a Managed Notebook Event
.
Attributes
event[RW]
The definition of an Event
for a managed / semi-managed notebook instance. Corresponds to the JSON property `event` @return [Google::Apis::NotebooksV1::Event]
vm_id[RW]
Required. The VM hardware token for authenticating the VM. cloud. google.com/compute/docs/instances/verifying-instance-identity Corresponds to the JSON property `vmId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 1733 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 1738 def update!(**args) @event = args[:event] if args.key?(:event) @vm_id = args[:vm_id] if args.key?(:vm_id) end