Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainEntitlement

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb

Overview

Proto representing the access that a user has to a specific feature/service. NextId: 3.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainEntitlement

Returns a new instance of StorageDatabasecenterPartnerapiV1mainEntitlement.



3365
3366
3367
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3365

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#entitlement_stateString

The current state of user's accessibility to a feature/benefit. Corresponds to the JSON property entitlementState

Returns:

  • (String)


3358
3359
3360
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3358

def entitlement_state
  @entitlement_state
end

#typeString

An enum that represents the type of this entitlement. Corresponds to the JSON property type

Returns:

  • (String)


3363
3364
3365
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3363

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3370
3371
3372
3373
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3370

def update!(**args)
  @entitlement_state = args[:entitlement_state] if args.key?(:entitlement_state)
  @type = args[:type] if args.key?(:type)
end