ListSigningProfilesResponse constructor
ListSigningProfilesResponse({
- String? nextToken,
- List<
SigningProfile> ? profiles,
Implementation
ListSigningProfilesResponse({
this.nextToken,
this.profiles,
});