GetSecretRotationExternalSecretRotationMetadata constructor
const
GetSecretRotationExternalSecretRotationMetadata({})
Creates a new GetSecretRotationExternalSecretRotationMetadata.
key Metadata key name.
value Metadata value for the specified key.
Implementation
const GetSecretRotationExternalSecretRotationMetadata({
required this.key,
required this.value,
});