Method: Google::Cloud::Monitoring::V3::GetNotificationChannelVerificationCodeResponse#expire_time

Defined in:
proto_docs/google/monitoring/v3/notification_service.rb

#expire_time::Google::Protobuf::Timestamp

Returns 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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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.

[View source]

249
250
251
252
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 249

class GetNotificationChannelVerificationCodeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end