Class: Google::Apis::SecuritycenterV1::GroupMembership
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GroupMembership
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#group_id ⇒ String
Corresponds to the JSON property
groupId. -
#group_type ⇒ String
Corresponds to the JSON property
groupType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupMembership
constructor
A new instance of GroupMembership.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GroupMembership
Returns a new instance of GroupMembership.
10387 10388 10389 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10387 def initialize(**args) update!(**args) end |
Instance Attribute Details
#group_id ⇒ String
Corresponds to the JSON property groupId
10380 10381 10382 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10380 def group_id @group_id end |
#group_type ⇒ String
Corresponds to the JSON property groupType
10385 10386 10387 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10385 def group_type @group_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10392 10393 10394 10395 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10392 def update!(**args) @group_id = args[:group_id] if args.key?(:group_id) @group_type = args[:group_type] if args.key?(:group_type) end |