SecretKeysResponseAllOf constructor

SecretKeysResponseAllOf({
  1. SecretKeysResponseAllOfLinks? links,
})

Returns a new SecretKeysResponseAllOf instance.

Implementation

SecretKeysResponseAllOf({
  this.links,
});