InstantSnapshotGroupResourceStatus constructor

InstantSnapshotGroupResourceStatus({
  1. String? consistencyMembershipResolutionTime,
  2. InstantSnapshotGroupSourceInfo? sourceInfo,
})

Implementation

InstantSnapshotGroupResourceStatus({
  this.consistencyMembershipResolutionTime,
  this.sourceInfo,
});