GoogleApi.DataFusion.V1.Model.Accelerator (google_api_data_fusion v0.27.0)

View Source

Identifies Data Fusion accelerators for an instance.

Attributes

  • acceleratorType (type: String.t, default: nil) - Optional. The type of an accelator for a Cloud Data Fusion instance.
  • state (type: String.t, default: nil) - Output only. The state of the accelerator.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1.Model.Accelerator{
  acceleratorType: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.