SecretKeysResponseAllOfLinks constructor

SecretKeysResponseAllOfLinks({
  1. String? self,
  2. String? org,
})

Returns a new SecretKeysResponseAllOfLinks instance.

Implementation

SecretKeysResponseAllOfLinks({
  this.self,
  this.org,
});