Class Object.ContextsData
User-defined or system-defined object contexts. Each object context is a key-payload pair, where the key provides the identification and the payload holds the associated value and additional metadata.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Object.ContextsData
Properties
Custom
User-defined object contexts.
Declaration
[JsonProperty("custom")]
public virtual IDictionary<string, ObjectCustomContextPayload> Custom { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ObjectCustomContextPayload> |