$SasPortalDeployment constructor

$SasPortalDeployment({
  1. String? displayName,
  2. List<String>? frns,
  3. String? name,
  4. List<String>? sasUserIds,
})

Implementation

$SasPortalDeployment({
  this.displayName,
  this.frns,
  this.name,
  this.sasUserIds,
});