Google Cloud Monitoring v3 API - Class GetNotificationChannelVerificationCodeResponse (3.7.0)

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.

Inheritance

object > GetNotificationChannelVerificationCodeResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

GetNotificationChannelVerificationCodeResponse()

public GetNotificationChannelVerificationCodeResponse()

GetNotificationChannelVerificationCodeResponse(GetNotificationChannelVerificationCodeResponse)

public GetNotificationChannelVerificationCodeResponse(GetNotificationChannelVerificationCodeResponse other)
Parameter
NameDescription
otherGetNotificationChannelVerificationCodeResponse

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
TypeDescription
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
TypeDescription
Timestamp