Show / Hide Table of Contents

Class GoogleCloudRetailV2betaAlertConfigAlertPolicy

Alert policy for a customer.

Inheritance
object
GoogleCloudRetailV2betaAlertConfigAlertPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaAlertConfigAlertPolicy : IDirectResponseSchema

Properties

AlertGroup

The feature that provides alerting capability. Supported value: - search-data-quality for retail search customers. - conv-data-quality for retail conversation customers.

Declaration
[JsonProperty("alertGroup")]
public virtual string AlertGroup { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnrollStatus

The enrollment status of a customer.

Declaration
[JsonProperty("enrollStatus")]
public virtual string EnrollStatus { get; set; }
Property Value
Type Description
string

Recipients

Recipients for the alert policy. One alert policy should not exceed 20 recipients.

Declaration
[JsonProperty("recipients")]
public virtual IList<GoogleCloudRetailV2betaAlertConfigAlertPolicyRecipient> Recipients { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2betaAlertConfigAlertPolicyRecipient>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX