SipMediaApplication constructor

SipMediaApplication({
  1. String? awsRegion,
  2. DateTime? createdTimestamp,
  3. List<SipMediaApplicationEndpoint>? endpoints,
  4. String? name,
  5. String? sipMediaApplicationId,
  6. DateTime? updatedTimestamp,
})

Implementation

SipMediaApplication({
  this.awsRegion,
  this.createdTimestamp,
  this.endpoints,
  this.name,
  this.sipMediaApplicationId,
  this.updatedTimestamp,
});