Class GoogleCloudDataplexV1CreateGlossaryCategoryRequest
Creates a new GlossaryCategory under the specified Glossary.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1CreateGlossaryCategoryRequest : IDirectResponseSchema
Properties
Category
Required. The GlossaryCategory to create.
Declaration
[JsonProperty("category")]
public virtual GoogleCloudDataplexV1GlossaryCategory Category { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1GlossaryCategory |
CategoryId
Required. GlossaryCategory identifier.
Declaration
[JsonProperty("categoryId")]
public virtual string CategoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The parent resource where this GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where locationId refers to a Google Cloud region.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |