class Google::Apis::LifesciencesV2beta::PullStoppedEvent

An event generated when the worker stops pulling an image.

Attributes

image_uri[RW]

The URI of the image that was pulled. Corresponds to the JSON property `imageUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/lifesciences_v2beta/classes.rb, line 1024
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/lifesciences_v2beta/classes.rb, line 1029
def update!(**args)
  @image_uri = args[:image_uri] if args.key?(:image_uri)
end