Class Event (1.0.0-beta04)

public sealed class Event : IMessage<Event>, IEquatable<Event>, IDeepCloneable<Event>, IBufferMessage, IMessage

The definition of an Event for a managed / semi-managed notebook instance.

Inheritance

Object > Event

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

Event()

public Event()

Event(Event)

public Event(Event other)
Parameter
NameDescription
otherEvent

Properties

Details

public MapField<string, string> Details { get; }

Optional. Event details. This field is used to pass event information.

Property Value
TypeDescription
MapField<String, String>

ReportTime

public Timestamp ReportTime { get; set; }

Event report time.

Property Value
TypeDescription
Timestamp

Type

public Event.Types.EventType Type { get; set; }

Event type.

Property Value
TypeDescription
Event.Types.EventType