DescribeConfigurationRevisionResponse constructor

DescribeConfigurationRevisionResponse({
  1. String? configurationId,
  2. DateTime? created,
  3. String? data,
  4. String? description,
})

Implementation

DescribeConfigurationRevisionResponse({
  this.configurationId,
  this.created,
  this.data,
  this.description,
});