IdentityGetRequestOptions constructor

IdentityGetRequestOptions({
  1. List<String>? accountIds,
})

Implementation

IdentityGetRequestOptions({
  this.accountIds,
});