Class: Google::Apis::CloudsearchV1::GaiaGroupProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GaiaGroupProto
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#group_id ⇒ Fixnum
Corresponds to the JSON property
groupId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GaiaGroupProto
constructor
A new instance of GaiaGroupProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GaiaGroupProto
Returns a new instance of GaiaGroupProto.
9682 9683 9684 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9682 def initialize(**args) update!(**args) end |
Instance Attribute Details
#group_id ⇒ Fixnum
Corresponds to the JSON property groupId
9680 9681 9682 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9680 def group_id @group_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9687 9688 9689 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9687 def update!(**args) @group_id = args[:group_id] if args.key?(:group_id) end |