Stage constructor

Stage({
  1. AccessLogSettings? accessLogSettings,
  2. bool? cacheClusterEnabled,
  3. CacheClusterSize? cacheClusterSize,
  4. CacheClusterStatus? cacheClusterStatus,
  5. CanarySettings? canarySettings,
  6. String? clientCertificateId,
  7. DateTime? createdDate,
  8. String? deploymentId,
  9. String? description,
  10. String? documentationVersion,
  11. DateTime? lastUpdatedDate,
  12. Map<String, MethodSetting>? methodSettings,
  13. String? stageName,
  14. Map<String, String>? tags,
  15. bool? tracingEnabled,
  16. Map<String, String>? variables,
  17. 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,
});