DeliverConfigSnapshotResponse constructor

DeliverConfigSnapshotResponse({
  1. String? configSnapshotId,
})

Implementation

DeliverConfigSnapshotResponse({
  this.configSnapshotId,
});