GoogleCloudApihubV1Plugin constructor

GoogleCloudApihubV1Plugin({
  1. List<GoogleCloudApihubV1PluginActionConfig>? actionsConfig,
  2. GoogleCloudApihubV1ConfigTemplate? configTemplate,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. GoogleCloudApihubV1Documentation? documentation,
  7. String? gatewayType,
  8. GoogleCloudApihubV1HostingService? hostingService,
  9. String? name,
  10. String? ownershipType,
  11. String? pluginCategory,
  12. String? state,
  13. GoogleCloudApihubV1AttributeValues? type,
  14. 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,
});