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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.