ListSigningProfilesResponse constructor

ListSigningProfilesResponse({
  1. String? nextToken,
  2. List<SigningProfile>? profiles,
})

Implementation

ListSigningProfilesResponse({
  this.nextToken,
  this.profiles,
});