View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaGenerateTokenResponse (google_api_integrations v0.10.0)

Returns success or error message

Attributes

  • message (type: String.t, default: nil) - The message that notifies the user if the request succeeded or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaGenerateTokenResponse{
    message: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.