class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AffectedResources

Details about resources affected by this finding.

def initialize(**args)

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

def update!(**args)

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