class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaAlertConfig

Project level alert config.

def initialize(**args)

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

def update!(**args)

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