CreateApplicationVersionResponse constructor

CreateApplicationVersionResponse({
  1. String? applicationId,
  2. String? creationTime,
  3. List<ParameterDefinition>? parameterDefinitions,
  4. List<Capability>? requiredCapabilities,
  5. bool? resourcesSupported,
  6. String? semanticVersion,
  7. String? sourceCodeArchiveUrl,
  8. String? sourceCodeUrl,
  9. String? templateUrl,
})

Implementation

CreateApplicationVersionResponse({
  this.applicationId,
  this.creationTime,
  this.parameterDefinitions,
  this.requiredCapabilities,
  this.resourcesSupported,
  this.semanticVersion,
  this.sourceCodeArchiveUrl,
  this.sourceCodeUrl,
  this.templateUrl,
});