Stage constructor
Stage({
- AccessLogSettings? accessLogSettings,
- bool? cacheClusterEnabled,
- CacheClusterSize? cacheClusterSize,
- CacheClusterStatus? cacheClusterStatus,
- CanarySettings? canarySettings,
- String? clientCertificateId,
- DateTime? createdDate,
- String? deploymentId,
- String? description,
- String? documentationVersion,
- DateTime? lastUpdatedDate,
- Map<
String, MethodSetting> ? methodSettings, - String? stageName,
- Map<
String, String> ? tags, - bool? tracingEnabled,
- Map<
String, String> ? variables, - String? webAclArn,
Implementation
Stage({
this.accessLogSettings,
this.cacheClusterEnabled,
this.cacheClusterSize,
this.cacheClusterStatus,
this.canarySettings,
this.clientCertificateId,
this.createdDate,
this.deploymentId,
this.description,
this.documentationVersion,
this.lastUpdatedDate,
this.methodSettings,
this.stageName,
this.tags,
this.tracingEnabled,
this.variables,
this.webAclArn,
});