SecretVersion constructor
SecretVersion({})
Implementation
SecretVersion({
required this.id,
required this.secretId,
required this.version,
required this.encryptionKeyId,
this.valueSha256,
this.createdByUserId,
this.createdByServiceAccountId,
required this.createdAt,
});