GoogleCloudApihubV1Plugin constructor
GoogleCloudApihubV1Plugin({
- 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,
Implementation
GoogleCloudApihubV1Plugin({
this.actionsConfig,
this.configTemplate,
this.createTime,
this.description,
this.displayName,
this.documentation,
this.gatewayType,
this.hostingService,
this.name,
this.ownershipType,
this.pluginCategory,
this.state,
this.type,
this.updateTime,
});