GoogleCloudApihubV1Deployment constructor

GoogleCloudApihubV1Deployment({
  1. List<String>? apiVersions,
  2. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  3. String? createTime,
  4. GoogleCloudApihubV1AttributeValues? deploymentType,
  5. String? description,
  6. String? displayName,
  7. GoogleCloudApihubV1Documentation? documentation,
  8. List<String>? endpoints,
  9. GoogleCloudApihubV1AttributeValues? environment,
  10. GoogleCloudApihubV1AttributeValues? managementUrl,
  11. String? name,
  12. String? resourceUri,
  13. GoogleCloudApihubV1AttributeValues? slo,
  14. String? sourceEnvironment,
  15. List<GoogleCloudApihubV1SourceMetadata>? sourceMetadata,
  16. String? sourceProject,
  17. GoogleCloudApihubV1AttributeValues? sourceUri,
  18. String? updateTime,
})

Implementation

GoogleCloudApihubV1Deployment({
  this.apiVersions,
  this.attributes,
  this.createTime,
  this.deploymentType,
  this.description,
  this.displayName,
  this.documentation,
  this.endpoints,
  this.environment,
  this.managementUrl,
  this.name,
  this.resourceUri,
  this.slo,
  this.sourceEnvironment,
  this.sourceMetadata,
  this.sourceProject,
  this.sourceUri,
  this.updateTime,
});