public sealed class PullStoppedEvent : IMessage<PullStoppedEvent>, IEquatable<PullStoppedEvent>, IDeepCloneable<PullStoppedEvent>, IBufferMessage, IMessageAn event generated when the worker stops pulling an image.
Implements
IMessage<PullStoppedEvent>, IEquatable<PullStoppedEvent>, IDeepCloneable<PullStoppedEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
PullStoppedEvent()
public PullStoppedEvent()PullStoppedEvent(PullStoppedEvent)
public PullStoppedEvent(PullStoppedEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
PullStoppedEvent |
Properties
ImageUri
public string ImageUri { get; set; }The URI of the image that was pulled.
| Property Value | |
|---|---|
| Type | Description |
String |
|