CreateHttpNamespaceResponse constructor

CreateHttpNamespaceResponse({
  1. String? operationId,
})

Implementation

CreateHttpNamespaceResponse({
  this.operationId,
});