Class CustomContextUpdates
Describes a collection of updates to apply to custom contexts identified by key.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class CustomContextUpdates : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeysToClear
Optional. Custom contexts to clear by key. A key cannot be present in both updates and keys_to_clear.
Declaration
[JsonProperty("keysToClear")]
public virtual IList<string> KeysToClear { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Updates
Optional. Insert or update the existing custom contexts.
Declaration
[JsonProperty("updates")]
public virtual IDictionary<string, ObjectCustomContextPayload> Updates { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ObjectCustomContextPayload> |