Account constructor
Account({
- String? apiKeyVersion,
- String? cloudwatchRoleArn,
- List<
String> ? features, - ThrottleSettings? throttleSettings,
Implementation
Account({
this.apiKeyVersion,
this.cloudwatchRoleArn,
this.features,
this.throttleSettings,
});