Class: Google::Genai::Types::Operation

Inherits:
Base
  • Object
show all
Defined in:
lib/google/genai/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Google::Genai::Types::Base

Instance Attribute Details

#doneObject

Returns the value of attribute done.



99
100
101
# File 'lib/google/genai/types.rb', line 99

def done
  @done
end

#errorObject

Returns the value of attribute error.



99
100
101
# File 'lib/google/genai/types.rb', line 99

def error
  @error
end

#metadataObject

Returns the value of attribute metadata.



99
100
101
# File 'lib/google/genai/types.rb', line 99

def 
  @metadata
end

#nameObject

Returns the value of attribute name.



99
100
101
# File 'lib/google/genai/types.rb', line 99

def name
  @name
end

#responseObject

Returns the value of attribute response.



99
100
101
# File 'lib/google/genai/types.rb', line 99

def response
  @response
end