Class: Google::Apis::ServiceusageV1beta1::GroupValue
- Inherits:
-
Object
- Object
- Google::Apis::ServiceusageV1beta1::GroupValue
- 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
-
#name ⇒ String
The name of the value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupValue
constructor
A new instance of GroupValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#name ⇒ String
The name of the value. Example: groups/googleSerivice.
Corresponds to the JSON property name
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 |