GoogleCloudDataplexV1CreateGlossaryCategoryRequest class
Creates a new GlossaryCategory under the specified Glossary.
Constructors
- GoogleCloudDataplexV1CreateGlossaryCategoryRequest({GoogleCloudDataplexV1GlossaryCategory? category, String? categoryId, String? parent})
- GoogleCloudDataplexV1CreateGlossaryCategoryRequest.fromJson(Map json_)
Properties
- category ↔ GoogleCloudDataplexV1GlossaryCategory?
-
The GlossaryCategory to create.
getter/setter pair
- categoryId ↔ String?
-
GlossaryCategory identifier.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource where this GlossaryCategory will be created.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited