public sealed class VerifyNotificationChannelRequest : IMessage<VerifyNotificationChannelRequest>, IEquatable<VerifyNotificationChannelRequest>, IDeepCloneable<VerifyNotificationChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class VerifyNotificationChannelRequest.
The VerifyNotificationChannel
request.
Implements
IMessageVerifyNotificationChannelRequest, IEquatableVerifyNotificationChannelRequest, IDeepCloneableVerifyNotificationChannelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
VerifyNotificationChannelRequest()
public VerifyNotificationChannelRequest()
VerifyNotificationChannelRequest(VerifyNotificationChannelRequest)
public VerifyNotificationChannelRequest(VerifyNotificationChannelRequest other)
Parameter | |
---|---|
Name | Description |
other |
VerifyNotificationChannelRequest |
Properties
Code
public string Code { get; set; }
Required. The verification code that was delivered to the channel as
a result of invoking the SendNotificationChannelVerificationCode
API
method or that was retrieved from a verified channel via
GetNotificationChannelVerificationCode
. For example, one might have
"G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only
guaranteed that the code is valid UTF-8; one should not
make any assumptions regarding the structure or format of the code).
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The notification channel to verify.
Property Value | |
---|---|
Type | Description |
string |
NotificationChannelName
public NotificationChannelName NotificationChannelName { get; set; }
NotificationChannelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NotificationChannelName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |