GetResourceDefinitionVersionResponse constructor

GetResourceDefinitionVersionResponse({
  1. String? arn,
  2. String? creationTimestamp,
  3. ResourceDefinitionVersion? definition,
  4. String? id,
  5. String? version,
})

Implementation

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