GoogleCloudApihubV1Api constructor

GoogleCloudApihubV1Api({
  1. GoogleCloudApihubV1AttributeValues? apiFunctionalRequirements,
  2. GoogleCloudApihubV1AttributeValues? apiRequirements,
  3. GoogleCloudApihubV1AttributeValues? apiStyle,
  4. GoogleCloudApihubV1AttributeValues? apiTechnicalRequirements,
  5. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  6. GoogleCloudApihubV1AttributeValues? businessUnit,
  7. String? createTime,
  8. String? description,
  9. String? displayName,
  10. GoogleCloudApihubV1Documentation? documentation,
  11. String? fingerprint,
  12. GoogleCloudApihubV1AttributeValues? maturityLevel,
  13. String? name,
  14. GoogleCloudApihubV1Owner? owner,
  15. String? selectedVersion,
  16. List<GoogleCloudApihubV1SourceMetadata>? sourceMetadata,
  17. GoogleCloudApihubV1AttributeValues? targetUser,
  18. GoogleCloudApihubV1AttributeValues? team,
  19. String? updateTime,
  20. List<String>? versions,
})

Implementation

GoogleCloudApihubV1Api({
  this.apiFunctionalRequirements,
  this.apiRequirements,
  this.apiStyle,
  this.apiTechnicalRequirements,
  this.attributes,
  this.businessUnit,
  this.createTime,
  this.description,
  this.displayName,
  this.documentation,
  this.fingerprint,
  this.maturityLevel,
  this.name,
  this.owner,
  this.selectedVersion,
  this.sourceMetadata,
  this.targetUser,
  this.team,
  this.updateTime,
  this.versions,
});