copyWith method

Implementation

BulkResponse$Data copyWith({BulkResponse$Data$Bulk? bulk}) {
  return BulkResponse$Data(bulk: bulk ?? this.bulk);
}