Show / Hide Table of Contents

Class UpdateObjectCustomContext

Describes options to update object custom contexts.

Inheritance
object
UpdateObjectCustomContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX