EgressEndpoint constructor

EgressEndpoint({
  1. String? packagingConfigurationId,
  2. String? url,
})

Implementation

EgressEndpoint({
  this.packagingConfigurationId,
  this.url,
});