google_api_monitoring v0.10.0 GoogleApi.Monitoring.V3.Model.GetNotificationChannelVerificationCodeResponse View Source

The GetNotificationChannelVerificationCode request.

Attributes

  • code (type: String.t, default: nil) - 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).
  • expireTime (type: DateTime.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.Monitoring.V3.Model.GetNotificationChannelVerificationCodeResponse{
    code: String.t(),
    expireTime: DateTime.t()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.