Class GoogleCloudRetailV2alphaAlertConfigAlertPolicy
Alert policy for a customer.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaAlertConfigAlertPolicy : 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<GoogleCloudRetailV2alphaAlertConfigAlertPolicyRecipient> Recipients { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaAlertConfigAlertPolicyRecipient> |