View Source GoogleApi.Run.V1.Model.GoogleLongrunningWaitOperationRequest (google_api_run v0.30.0)

The request message for Operations.WaitOperation.

Attributes

  • timeout (type: String.t, default: nil) - The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.GoogleLongrunningWaitOperationRequest{
  timeout: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.