Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainEntitlement
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainEntitlement
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb
Overview
Proto representing the access that a user has to a specific feature/service. NextId: 3.
Instance Attribute Summary collapse
-
#entitlement_state ⇒ String
The current state of user's accessibility to a feature/benefit.
-
#type ⇒ String
An enum that represents the type of this entitlement.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainEntitlement
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainEntitlement.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainEntitlement
Returns a new instance of StorageDatabasecenterPartnerapiV1mainEntitlement.
2588 2589 2590 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 2588 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entitlement_state ⇒ String
The current state of user's accessibility to a feature/benefit.
Corresponds to the JSON property entitlementState
2581 2582 2583 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 2581 def entitlement_state @entitlement_state end |
#type ⇒ String
An enum that represents the type of this entitlement.
Corresponds to the JSON property type
2586 2587 2588 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 2586 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2593 2594 2595 2596 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 2593 def update!(**args) @entitlement_state = args[:entitlement_state] if args.key?(:entitlement_state) @type = args[:type] if args.key?(:type) end |