Class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
Request message for MetadataService.DeleteContextChildrenRequest.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest : IDirectResponseSchema
Properties
ChildContexts
The resource names of the child Contexts.
Declaration
[JsonProperty("childContexts")]
public virtual IList<string> ChildContexts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |