CreateAccountCustomizationResponse constructor

CreateAccountCustomizationResponse({
  1. AccountCustomization? accountCustomization,
  2. String? arn,
  3. String? awsAccountId,
  4. String? namespace,
  5. String? requestId,
  6. int? status,
})

Implementation

CreateAccountCustomizationResponse({
  this.accountCustomization,
  this.arn,
  this.awsAccountId,
  this.namespace,
  this.requestId,
  this.status,
});