AccessSecretVersionResponse constructor

AccessSecretVersionResponse({
  1. String? name,
  2. SecretPayload? payload,
})

Implementation

AccessSecretVersionResponse({
  this.name,
  this.payload,
});