GoogleApi.Datastream.V1.Model.StartBackfillJobResponse (google_api_datastream v0.10.0)

View Source

Response for manually initiating a backfill job for a specific stream object.

Attributes

  • object (type: GoogleApi.Datastream.V1.Model.StreamObject.t, default: nil) - The stream object resource a backfill job was started for.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.StartBackfillJobResponse{
  object: GoogleApi.Datastream.V1.Model.StreamObject.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.