Show / Hide Table of Contents

Class UpdateInstanceMetadataItemsRequest

Request for adding/changing metadata items for an instance.

Inheritance
object
UpdateInstanceMetadataItemsRequest
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.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class UpdateInstanceMetadataItemsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Items

Metadata items to add/update for the instance.

Declaration
[JsonProperty("items")]
public virtual IDictionary<string, string> Items { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX