View Source GoogleApi.Dataflow.V1b3.Model.NameAndKind (google_api_dataflow v0.46.0)

Basic metadata about a counter.

Attributes

  • kind (type: String.t, default: nil) - Counter aggregation kind.
  • name (type: String.t, default: nil) - Name of the counter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.NameAndKind{
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.