Class UpdateInstanceMetadataItemsRequest
Request for adding/changing metadata items for an instance.
Implements
Inherited Members
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> |