GetSecretRotationExternalSecretRotationMetadata.fromMap constructor
Implementation
factory GetSecretRotationExternalSecretRotationMetadata.fromMap(Map<String, dynamic> map) {
return GetSecretRotationExternalSecretRotationMetadata(
key: pulumi.Input.fromValue(map['key'] as String),
value: pulumi.Input.fromValue(map['value'] as String),
);
}