class Google::Apis::GenomicsV2alpha1::PullStartedEvent

An event generated when the worker starts 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/genomics_v2alpha1/classes.rb, line 916
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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