$ResponseMetadata constructor

$ResponseMetadata({
  1. String? requestId,
})

Implementation

$ResponseMetadata({
  this.requestId,
});