class Google::Apis::SecuritycenterV1beta1::GroupMembership

collection of findings that are related in some way.
Contains details about groups of which this finding is a member. A group is a

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @group_id = args[:group_id] if args.key?(:group_id)
  @group_type = args[:group_type] if args.key?(:group_type)
end