Class: Google::Genai::Types::CachedContent

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

#create_timeObject

Returns the value of attribute create_time.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def create_time
  @create_time
end

#display_nameObject

Returns the value of attribute display_name.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def display_name
  @display_name
end

#expire_timeObject

Returns the value of attribute expire_time.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def expire_time
  @expire_time
end

#modelObject

Returns the value of attribute model.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def model
  @model
end

#nameObject

Returns the value of attribute name.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def name
  @name
end

#update_timeObject

Returns the value of attribute update_time.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def update_time
  @update_time
end

#usage_metadataObject

Returns the value of attribute usage_metadata.



91
92
93
# File 'lib/google/genai/types.rb', line 91

def 
  
end