GetEnabledStandardsResponse constructor
GetEnabledStandardsResponse({
- String? nextToken,
- List<
StandardsSubscription> ? standardsSubscriptions,
Implementation
GetEnabledStandardsResponse({
this.nextToken,
this.standardsSubscriptions,
});