Class: Google::Apis::LifesciencesV2beta::PullStoppedEvent

Inherits:
Object
  • Object
show all
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 stops pulling an image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PullStoppedEvent

Returns a new instance of PullStoppedEvent.



1023
1024
1025
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 1023

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#image_uriString

The URI of the image that was pulled. Corresponds to the JSON property imageUri

Returns:

  • (String)


1021
1022
1023
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 1021

def image_uri
  @image_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1028
1029
1030
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 1028

def update!(**args)
  @image_uri = args[:image_uri] if args.key?(:image_uri)
end