GoogleCloudApihubV1Plugin class

A plugin resource in the API Hub.

Constructors

GoogleCloudApihubV1Plugin.new({List<GoogleCloudApihubV1PluginActionConfig>? actionsConfig, GoogleCloudApihubV1ConfigTemplate? configTemplate, String? createTime, String? description, String? displayName, GoogleCloudApihubV1Documentation? documentation, String? gatewayType, GoogleCloudApihubV1HostingService? hostingService, String? name, String? ownershipType, String? pluginCategory, String? state, GoogleCloudApihubV1AttributeValues? type, String? updateTime})
GoogleCloudApihubV1Plugin.fromJson(Map json_)

Properties

actionsConfig List<GoogleCloudApihubV1PluginActionConfig>?
The configuration of actions supported by the plugin.
getter/setter pair
configTemplate GoogleCloudApihubV1ConfigTemplate?
The configuration template for the plugin.
getter/setter pair
createTime String?
Timestamp indicating when the plugin was created.
getter/setter pair
description String?
The plugin description.
getter/setter pair
displayName String?
The display name of the plugin.
getter/setter pair
documentation GoogleCloudApihubV1Documentation?
The documentation of the plugin, that explains how to set up and use the plugin.
getter/setter pair
gatewayType String?
The type of the gateway.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostingService GoogleCloudApihubV1HostingService?
This field is optional.
getter/setter pair
name String?
Identifier.
getter/setter pair
ownershipType String?
The type of the plugin, indicating whether it is 'SYSTEM_OWNED' or 'USER_OWNED'.
getter/setter pair
pluginCategory String?
The category of the plugin, identifying its primary category or purpose.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Represents the state of the plugin.
getter/setter pair
type GoogleCloudApihubV1AttributeValues?
The type of the API.
getter/setter pair
updateTime String?
Timestamp indicating when the plugin was last updated.
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