Google Cloud Monitoring v3 API - Class SendNotificationChannelVerificationCodeRequest (3.7.0)

public sealed class SendNotificationChannelVerificationCodeRequest : IMessage<SendNotificationChannelVerificationCodeRequest>, IEquatable<SendNotificationChannelVerificationCodeRequest>, IDeepCloneable<SendNotificationChannelVerificationCodeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class SendNotificationChannelVerificationCodeRequest.

The SendNotificationChannelVerificationCode request.

Inheritance

object > SendNotificationChannelVerificationCodeRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

SendNotificationChannelVerificationCodeRequest()

public SendNotificationChannelVerificationCodeRequest()

SendNotificationChannelVerificationCodeRequest(SendNotificationChannelVerificationCodeRequest)

public SendNotificationChannelVerificationCodeRequest(SendNotificationChannelVerificationCodeRequest other)
Parameter
NameDescription
otherSendNotificationChannelVerificationCodeRequest

Properties

Name

public string Name { get; set; }

Required. The notification channel to which to send a verification code.

Property Value
TypeDescription
string

NotificationChannelName

public NotificationChannelName NotificationChannelName { get; set; }

NotificationChannelName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationChannelName

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName