CreateStageResponse constructor

CreateStageResponse({
  1. AccessLogSettings? accessLogSettings,
  2. bool? apiGatewayManaged,
  3. bool? autoDeploy,
  4. String? clientCertificateId,
  5. DateTime? createdDate,
  6. RouteSettings? defaultRouteSettings,
  7. String? deploymentId,
  8. String? description,
  9. String? lastDeploymentStatusMessage,
  10. DateTime? lastUpdatedDate,
  11. Map<String, RouteSettings>? routeSettings,
  12. String? stageName,
  13. Map<String, String>? stageVariables,
  14. Map<String, String>? tags,
})

Implementation

CreateStageResponse({
  this.accessLogSettings,
  this.apiGatewayManaged,
  this.autoDeploy,
  this.clientCertificateId,
  this.createdDate,
  this.defaultRouteSettings,
  this.deploymentId,
  this.description,
  this.lastDeploymentStatusMessage,
  this.lastUpdatedDate,
  this.routeSettings,
  this.stageName,
  this.stageVariables,
  this.tags,
});