public sealed class SendNotificationChannelVerificationCodeRequest : IMessage<SendNotificationChannelVerificationCodeRequest>, IEquatable<SendNotificationChannelVerificationCodeRequest>, IDeepCloneable<SendNotificationChannelVerificationCodeRequest>, IBufferMessage, IMessage
The SendNotificationChannelVerificationCode
request.
Implements
IMessage<SendNotificationChannelVerificationCodeRequest>, IEquatable<SendNotificationChannelVerificationCodeRequest>, IDeepCloneable<SendNotificationChannelVerificationCodeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
SendNotificationChannelVerificationCodeRequest()
public SendNotificationChannelVerificationCodeRequest()
SendNotificationChannelVerificationCodeRequest(SendNotificationChannelVerificationCodeRequest)
public SendNotificationChannelVerificationCodeRequest(SendNotificationChannelVerificationCodeRequest other)
Parameter | |
---|---|
Name | Description |
other | SendNotificationChannelVerificationCodeRequest |
Properties
Name
public string Name { get; set; }
Required. The notification channel to which to send a verification code.
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 |