class Google::Apis::SecuritycenterV1beta1::GroupFindingsResponse

Response message for group by findings.

def initialize(**args)

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

def update!(**args)

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