ApiDeployment constructor

ApiDeployment({
  1. String? accessGuidance,
  2. Map<String, String>? annotations,
  3. String? apiSpecRevision,
  4. String? createTime,
  5. String? description,
  6. String? displayName,
  7. String? endpointUri,
  8. String? externalChannelUri,
  9. String? intendedAudience,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? revisionCreateTime,
  13. String? revisionId,
  14. String? revisionUpdateTime,
})

Implementation

ApiDeployment({
  this.accessGuidance,
  this.annotations,
  this.apiSpecRevision,
  this.createTime,
  this.description,
  this.displayName,
  this.endpointUri,
  this.externalChannelUri,
  this.intendedAudience,
  this.labels,
  this.name,
  this.revisionCreateTime,
  this.revisionId,
  this.revisionUpdateTime,
});