View Source GoogleApi.Notebooks.V1.Model.ReportInstanceEventRequest (google_api_notebooks v0.11.0)
Request for reporting a Managed Notebook Event.
Attributes
-
event
(type:GoogleApi.Notebooks.V1.Model.Event.t
, default:nil
) - Required. The Event to be reported. -
vmId
(type:String.t
, default:nil
) - Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.ReportInstanceEventRequest{ event: GoogleApi.Notebooks.V1.Model.Event.t() | nil, vmId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.