Class: Phaseo::Gen::ProvisioningKeyWithValue
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ProvisioningKeyWithValue
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #created_at ⇒ String?
- #id ⇒ String?
- #key ⇒ String?
- #name ⇒ String?
- #prefix ⇒ String?
- #scopes ⇒ String?
- #status ⇒ String?
Instance Attribute Details
#created_at ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |
#id ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |
#key ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |
#name ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |
#prefix ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |
#scopes ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |
#status ⇒ String?
1573 |
# File 'lib/gen/models.rb', line 1573 ProvisioningKeyWithValue = Struct.new(:created_at, :id, :key, :name, :prefix, :scopes, :status, keyword_init: true) |