Class ObjectCustomContextPayload
Describes the payload of a user defined object custom context.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class ObjectCustomContextPayload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the object custom context. If set, value must NOT be an empty string since it is a required
field in custom context. If unset, value will be ignored and no changes will be made to the value field
of the custom context payload.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |