GetGuestAttributesRequest constructor

GetGuestAttributesRequest({
  1. String? queryPath,
  2. List<String>? workerIds,
})

Implementation

GetGuestAttributesRequest({
  this.queryPath,
  this.workerIds,
});