Account constructor

Account({
  1. String? apiKeyVersion,
  2. String? cloudwatchRoleArn,
  3. List<String>? features,
  4. ThrottleSettings? throttleSettings,
})

Implementation

Account({
  this.apiKeyVersion,
  this.cloudwatchRoleArn,
  this.features,
  this.throttleSettings,
});