Class: Phaseo::Gen::CacheControl
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::CacheControl
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#scope ⇒ String?
645 |
# File 'lib/gen/models.rb', line 645 CacheControl = Struct.new(:scope, :ttl, :type, keyword_init: true) |
#ttl ⇒ String?
645 |
# File 'lib/gen/models.rb', line 645 CacheControl = Struct.new(:scope, :ttl, :type, keyword_init: true) |
#type ⇒ String?
645 |
# File 'lib/gen/models.rb', line 645 CacheControl = Struct.new(:scope, :ttl, :type, keyword_init: true) |