View Source GoogleApi.Notebooks.V1.Model.Event (google_api_notebooks v0.9.0)
The definition of an Event for a managed / semi-managed notebook instance.
Attributes
-
details
(type:map()
, default:nil
) - Optional. Event details. This field is used to pass event information. -
reportTime
(type:DateTime.t
, default:nil
) - Event report time. -
type
(type:String.t
, default:nil
) - Event type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.Event{ details: map() | nil, reportTime: DateTime.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.