View Source GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest (google_api_pub_sub v0.38.0)

Request for the UpdateSnapshot method.

Attributes

  • snapshot (type: GoogleApi.PubSub.V1.Model.Snapshot.t, default: nil) - Required. The updated snapshot object.
  • updateMask (type: String.t, default: nil) - Required. Indicates which fields in the provided snapshot to update. Must be specified and non-empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest{
  snapshot: GoogleApi.PubSub.V1.Model.Snapshot.t() | nil,
  updateMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.