google_api_spanner v0.2.0 GoogleApi.Spanner.V1.Model.Delete View Source
Arguments to delete operations.
Attributes
- keySet (KeySet): Required. The primary keys of the rows within table to delete. Delete is idempotent. The transaction will succeed even if some or all rows do not exist. Defaults to:
null
. - table (String.t): Required. The table whose rows will be deleted. Defaults to:
null
.
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 Source
t() :: %GoogleApi.Spanner.V1.Model.Delete{ keySet: GoogleApi.Spanner.V1.Model.KeySet.t(), table: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.