View Source GoogleApi.Notebooks.V2.Model.ReportInstanceInfoSystemRequest (google_api_notebooks v0.9.0)
Request for notebook instances to report information to Notebooks API.
Attributes
-
event
(type:GoogleApi.Notebooks.V2.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.V2.Model.ReportInstanceInfoSystemRequest{ event: GoogleApi.Notebooks.V2.Model.Event.t() | nil, vmId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.