PscPropagationStatus constructor

PscPropagationStatus({
  1. String? code,
  2. String? message,
  3. String? sourceForwardingRule,
  4. String? sourceGroup,
  5. String? sourceSpoke,
  6. String? targetGroup,
  7. String? targetSpoke,
})

Implementation

PscPropagationStatus({
  this.code,
  this.message,
  this.sourceForwardingRule,
  this.sourceGroup,
  this.sourceSpoke,
  this.targetGroup,
  this.targetSpoke,
});