class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cwe

as described by [CWE](cwe.mitre.org/).
CWE stands for Common Weakness Enumeration. Information about this weakness,

def initialize(**args)

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

def update!(**args)

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