google_api_pub_sub v0.16.0 GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest View Source
Request for the UpdateSnapshot method.
Attributes
snapshot
(type:GoogleApi.PubSub.V1.Model.Snapshot.t
, default:nil
) - The updated snapshot object.updateMask
(type:String.t
, default:nil
) - Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.PubSub.V1.Model.UpdateSnapshotRequest{ snapshot: GoogleApi.PubSub.V1.Model.Snapshot.t(), updateMask: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.