Class: Google::Apis::ServiceusageV1beta1::GroupValue

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

Overview

Unimplemented. Do not use. GroupValue contains information of a service group.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GroupValue

Returns a new instance of GroupValue.



2406
2407
2408
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 2406

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

Instance Attribute Details

#nameString

The name of the value. Example: groups/googleSerivice. Corresponds to the JSON property name

Returns:

  • (String)


2404
2405
2406
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 2404

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2411
2412
2413
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 2411

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