Signing Profile Revocation Record
data class SigningProfileRevocationRecord(val revocationEffectiveFrom: String? = null, val revokedAt: String? = null, val revokedBy: String? = null)
Constructors
Link copied to clipboard
fun SigningProfileRevocationRecord(revocationEffectiveFrom: String? = null, revokedAt: String? = null, revokedBy: String? = null)