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

The GetNotificationChannelVerificationCode request.

Attributes

  • expireTime (type: DateTime.t, default: nil) - The desired expiration time. If specified, the API will guarantee that the returned code will not be valid after the specified timestamp; however, the API cannot guarantee that the returned code will be valid for at least as long as the requested time (the API puts an upper bound on the amount of time for which a code may be valid). If omitted, a default expiration will be used, which may be less than the max permissible expiration (so specifying an expiration may extend the code's lifetime over omitting an expiration, even though the API does impose an upper limit on the maximum expiration that is permitted).

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.GetNotificationChannelVerificationCodeRequest{
    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.