public sealed class GetNotificationChannelVerificationCodeResponse : IMessage<GetNotificationChannelVerificationCodeResponse>, IEquatable<GetNotificationChannelVerificationCodeResponse>, IDeepCloneable<GetNotificationChannelVerificationCodeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetNotificationChannelVerificationCodeResponse.
The GetNotificationChannelVerificationCode
request.
Implements
IMessageGetNotificationChannelVerificationCodeResponse, IEquatableGetNotificationChannelVerificationCodeResponse, IDeepCloneableGetNotificationChannelVerificationCodeResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
GetNotificationChannelVerificationCodeResponse()
public GetNotificationChannelVerificationCodeResponse()
GetNotificationChannelVerificationCodeResponse(GetNotificationChannelVerificationCodeResponse)
public GetNotificationChannelVerificationCodeResponse(GetNotificationChannelVerificationCodeResponse other)
Parameter | |
---|---|
Name | Description |
other | GetNotificationChannelVerificationCodeResponse |
Properties
Code
public string Code { get; set; }
The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
Property Value | |
---|---|
Type | Description |
string |
ExpireTime
public Timestamp ExpireTime { get; set; }
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
Property Value | |
---|---|
Type | Description |
Timestamp |