Class GoogleCloudRetailV2betaAlertConfigAlertPolicy
Alert policy for a customer.
Implements
Inherited Members
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> |