Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig

The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig : IDirectResponseSchema

Properties

AlertEnrollments

Optional. The enrollment state of each alert.

Declaration
[JsonProperty("alertEnrollments")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment> AlertEnrollments { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment>

AlertPolicy

Immutable. The fully qualified resource name of the AlertPolicy.

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

ContactDetails

Optional. The contact details for each alert policy.

Declaration
[JsonProperty("contactDetails")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaContactDetails> ContactDetails { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaContactDetails>

ETag

The ETag of the item.

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

LanguageCode

Optional. The language code used for notifications

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX