EnrollAppRequest constructor
EnrollAppRequest({
- EnrollExistingApp? enrollExistingApp,
- EnrollNewApp? enrollNewApp,
- String? pemUploadCertificate,
Implementation
EnrollAppRequest({
this.enrollExistingApp,
this.enrollNewApp,
this.pemUploadCertificate,
});