DescribeConfigurationRevisionResponse constructor

DescribeConfigurationRevisionResponse({
  1. String? arn,
  2. DateTime? creationTime,
  3. String? description,
  4. int? revision,
  5. Uint8List? serverProperties,
})

Implementation

DescribeConfigurationRevisionResponse({
  this.arn,
  this.creationTime,
  this.description,
  this.revision,
  this.serverProperties,
});