Class: Google::Apis::LifesciencesV2beta::PullStartedEvent
- Inherits:
-
Object
- Object
- Google::Apis::LifesciencesV2beta::PullStartedEvent
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/lifesciences_v2beta/classes.rb,
lib/google/apis/lifesciences_v2beta/representations.rb,
lib/google/apis/lifesciences_v2beta/representations.rb
Overview
An event generated when the worker starts pulling an image.
Instance Attribute Summary collapse
-
#image_uri ⇒ String
The URI of the image that was pulled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PullStartedEvent
constructor
A new instance of PullStartedEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PullStartedEvent
Returns a new instance of PullStartedEvent.
1004 1005 1006 |
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 1004 def initialize(**args) update!(**args) end |
Instance Attribute Details
#image_uri ⇒ String
The URI of the image that was pulled.
Corresponds to the JSON property imageUri
1002 1003 1004 |
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 1002 def image_uri @image_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1009 1010 1011 |
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 1009 def update!(**args) @image_uri = args[:image_uri] if args.key?(:image_uri) end |