View Source GoogleApi.Datastream.V1.Model.RunStreamRequest (google_api_datastream v0.4.0)

Request message for running a stream.

Attributes

  • cdcStrategy (type: GoogleApi.Datastream.V1.Model.CdcStrategy.t, default: nil) - Optional. The CDC strategy of the stream. If not set, the system's default value will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.RunStreamRequest{
  cdcStrategy: GoogleApi.Datastream.V1.Model.CdcStrategy.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.