Class: Phaseo::Gen::CacheControl

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#scopeString?

Returns:

  • (String, nil)


645
# File 'lib/gen/models.rb', line 645

CacheControl = Struct.new(:scope, :ttl, :type, keyword_init: true)

#ttlString?

Returns:

  • (String, nil)


645
# File 'lib/gen/models.rb', line 645

CacheControl = Struct.new(:scope, :ttl, :type, keyword_init: true)

#typeString?

Returns:

  • (String, nil)


645
# File 'lib/gen/models.rb', line 645

CacheControl = Struct.new(:scope, :ttl, :type, keyword_init: true)