AssociateSecurityKeyResponse constructor

AssociateSecurityKeyResponse({
  1. String? associationId,
})

Implementation

AssociateSecurityKeyResponse({
  this.associationId,
});