class Google::Apis::SecuritycenterV1beta1::VulnerabilitySnapshot

Result containing the properties and count of a VulnerabilitySnapshot request.

def initialize(**args)

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

def update!(**args)

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