class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1Property

An individual name-value pair that defines a custom source property.

def initialize(**args)

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

def update!(**args)

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