GetGuestAttributesResponse constructor

GetGuestAttributesResponse({
  1. List<GuestAttributes>? guestAttributes,
})

Implementation

GetGuestAttributesResponse({
  this.guestAttributes,
});