Class UpdateObjectCustomContext
Describes options to update object custom contexts.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class UpdateObjectCustomContext : IDirectResponseSchema
Properties
ClearAll
If set, must be set to true and all existing object custom contexts will be deleted.
Declaration
[JsonProperty("clearAll")]
public virtual bool? ClearAll { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CustomContextUpdates
A collection of updates to apply to specific custom contexts. Use this to add, update or delete individual contexts by key.
Declaration
[JsonProperty("customContextUpdates")]
public virtual CustomContextUpdates CustomContextUpdates { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomContextUpdates |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |