class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaAlertConfigAlertPolicy

Alert policy for a customer.

def initialize(**args)

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

def update!(**args)

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