Key Generate Csr Request Binding Dto
data class KeyGenerateCsrRequestBindingDto(var profile: KeyGenerateCsrRequestProfileBinding, var subject: KeyGenerateCsrRequestSubjectBindingDto)
Constructors
Link copied to clipboard
constructor(profile: KeyGenerateCsrRequestProfileBinding, subject: KeyGenerateCsrRequestSubjectBindingDto)