GoogleCloudApihubV1Version constructor

GoogleCloudApihubV1Version({
  1. GoogleCloudApihubV1AttributeValues? accreditation,
  2. List<String>? apiOperations,
  3. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  4. GoogleCloudApihubV1AttributeValues? compliance,
  5. String? createTime,
  6. List<String>? definitions,
  7. List<String>? deployments,
  8. String? description,
  9. String? displayName,
  10. GoogleCloudApihubV1Documentation? documentation,
  11. GoogleCloudApihubV1AttributeValues? lifecycle,
  12. String? name,
  13. String? selectedDeployment,
  14. List<GoogleCloudApihubV1SourceMetadata>? sourceMetadata,
  15. List<String>? specs,
  16. String? updateTime,
})

Implementation

GoogleCloudApihubV1Version({
  this.accreditation,
  this.apiOperations,
  this.attributes,
  this.compliance,
  this.createTime,
  this.definitions,
  this.deployments,
  this.description,
  this.displayName,
  this.documentation,
  this.lifecycle,
  this.name,
  this.selectedDeployment,
  this.sourceMetadata,
  this.specs,
  this.updateTime,
});