GoogleCloudApigeeV1ApiCategory class

ApiCategory represents an API category.

[Catalog items](/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.

Constructors

GoogleCloudApigeeV1ApiCategory({String? id, String? name, String? siteId, String? updateTime})
GoogleCloudApigeeV1ApiCategory.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the category (a UUID).
getter/setter pair
name String?
Name of the category.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteId String?
Name of the portal.
getter/setter pair
updateTime String?
Time the category was last modified in milliseconds since epoch.
getter/setter pair

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