ApiDeployment constructor
ApiDeployment({
- String? accessGuidance,
- Map<
String, String> ? annotations, - String? apiSpecRevision,
- String? createTime,
- String? description,
- String? displayName,
- String? endpointUri,
- String? externalChannelUri,
- String? intendedAudience,
- Map<
String, String> ? labels, - String? name,
- String? revisionCreateTime,
- String? revisionId,
- 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,
});