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.
8012 8013 8014 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8012 def initialize(**args) update!(**args) end |
Instance Attribute Details
#group_id ⇒ Fixnum
Corresponds to the JSON property groupId
8010 8011 8012 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8010 def group_id @group_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8017 8018 8019 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8017 def update!(**args) @group_id = args[:group_id] if args.key?(:group_id) end |