Class: Google::Genai::Types::CachedContent
- Defined in:
- lib/google/genai/types.rb
Instance Attribute Summary collapse
-
#create_time ⇒ Object
Returns the value of attribute create_time.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#expire_time ⇒ Object
Returns the value of attribute expire_time.
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#update_time ⇒ Object
Returns the value of attribute update_time.
-
#usage_metadata ⇒ Object
Returns the value of attribute usage_metadata.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Google::Genai::Types::Base
Instance Attribute Details
#create_time ⇒ Object
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_name ⇒ Object
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_time ⇒ Object
Returns the value of attribute expire_time.
91 92 93 |
# File 'lib/google/genai/types.rb', line 91 def expire_time @expire_time end |
#model ⇒ Object
Returns the value of attribute model.
91 92 93 |
# File 'lib/google/genai/types.rb', line 91 def model @model end |
#name ⇒ Object
Returns the value of attribute name.
91 92 93 |
# File 'lib/google/genai/types.rb', line 91 def name @name end |
#update_time ⇒ Object
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_metadata ⇒ Object
Returns the value of attribute usage_metadata.
91 92 93 |
# File 'lib/google/genai/types.rb', line 91 def end |