ListHcxActivationKeysResponse constructor
ListHcxActivationKeysResponse({
- List<
HcxActivationKey> ? hcxActivationKeys, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListHcxActivationKeysResponse({
this.hcxActivationKeys,
this.nextPageToken,
this.unreachable,
});