GoogleApi.Translate.V3.Model.WaitOperationRequest (google_api_translate v0.22.0)

View Source

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

t()

@type t() :: %GoogleApi.Translate.V3.Model.WaitOperationRequest{
  timeout: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.