Class UpdateInstanceMetadataItemsResponse
Response 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 UpdateInstanceMetadataItemsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Map of items that were added/updated to/in the metadata.
Declaration
[JsonProperty("items")]
public virtual IDictionary<string, string> Items { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |