public sealed class PullStoppedEvent : IMessage<PullStoppedEvent>, IEquatable<PullStoppedEvent>, IDeepCloneable<PullStoppedEvent>, IBufferMessage, IMessage
An event generated when the worker stops pulling an image.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `PullStoppedEvent` class represents an event triggered when a worker stops pulling an image in the Google Cloud Life Sciences V2Beta service."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is part of the `Google.Cloud.LifeSciences.V2Beta` namespace and is contained within the `Google.Cloud.LifeSciences.V2Beta.dll` assembly."],["`PullStoppedEvent` offers two constructors, a default one and another that takes an existing `PullStoppedEvent` object to create a new one."],["It has one property named `ImageUri` to specify the URI of the image that was pulled and is a string type property."]]],[]]