CreateCoreDefinitionVersionResponse constructor

CreateCoreDefinitionVersionResponse({
  1. String? arn,
  2. String? creationTimestamp,
  3. String? id,
  4. String? version,
})

Implementation

CreateCoreDefinitionVersionResponse({
  this.arn,
  this.creationTimestamp,
  this.id,
  this.version,
});