AccessSecretVersionResponse constructor
AccessSecretVersionResponse({
- String? name,
- SecretPayload? payload,
Implementation
AccessSecretVersionResponse({
this.name,
this.payload,
});