ServiceAttachmentConnectedEndpoint constructor

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

Implementation

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