Show / Hide Table of Contents

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.

Inheritance
object
Object.ContextsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Generated by DocFX