class Google::Apis::GenomicsV1::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_v1/classes.rb, line 690 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_v1/classes.rb, line 695 def update!(**args) @image_uri = args[:image_uri] if args.key?(:image_uri) end