ServiceAttachmentConnectedEndpoint constructor

ServiceAttachmentConnectedEndpoint({
  1. String? consumerNetwork,
  2. String? endpoint,
  3. int? propagatedConnectionCount,
  4. String? pscConnectionId,
  5. String? status,
})

Implementation

ServiceAttachmentConnectedEndpoint({
  this.consumerNetwork,
  this.endpoint,
  this.propagatedConnectionCount,
  this.pscConnectionId,
  this.status,
});