You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -3978,10 +3978,13 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
||||
|
||||
class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||
factory GetBookingSegmentationsResponse({
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$2.Segmentation>? segmentationChoices,
|
||||
$core.Iterable<$3.MetadataElement>? segmentationKeys,
|
||||
}) {
|
||||
final result = create();
|
||||
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3992,6 +3995,7 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetBookingSegmentationsResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$2.Segmentation>(1, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $2.Segmentation.create)
|
||||
..pc<$3.MetadataElement>(2, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -4013,8 +4017,12 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||
static GetBookingSegmentationsResponse? _defaultInstance;
|
||||
|
||||
/// Name of the Site
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$3.MetadataElement> get segmentationKeys => $_getList(1);
|
||||
}
|
||||
|
||||
class GetMyBookingContextRequest extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user