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

Request for looking up a specific stream object by its source object identifier.

Attributes

  • sourceObjectIdentifier (type: GoogleApi.Datastream.V1.Model.SourceObjectIdentifier.t, default: nil) - Required. The source object identifier which maps to the stream object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.LookupStreamObjectRequest{
  sourceObjectIdentifier:
    GoogleApi.Datastream.V1.Model.SourceObjectIdentifier.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.