SasPortalDeployment constructor

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

Implementation

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