UpdateUserAttributesResponse constructor

UpdateUserAttributesResponse({
  1. List<CodeDeliveryDetailsType>? codeDeliveryDetailsList,
})

Implementation

UpdateUserAttributesResponse({
  this.codeDeliveryDetailsList,
});