class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GroundingFact

def update!(**args)

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