Describes options to update object custom contexts.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field action. One of the actions must be set. action can be only one of the following: |
|
customContextUpdates |
A collection of updates to apply to specific custom contexts. Use this to add, update or delete individual contexts by key. |
clearAll |
If set, must be set to true and all existing object custom contexts are deleted. |
CustomContextUpdates
Describes a collection of updates to apply to custom contexts identified by key.
| JSON representation |
|---|
{
"updates": {
string: {
object ( |
| Fields | |
|---|---|
updates |
Optional. Insert or update the existing custom contexts. An object containing a list of |
keysToClear[] |
Optional. Custom contexts to clear by key. A key can't be present in both |
ObjectCustomContextPayload
Describes the payload of a user-defined object custom context.
| JSON representation |
|---|
{ "value": string } |
| Fields | |
|---|---|
value |
The value of the object custom context. If set, |