You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1341,10 +1341,12 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
factory CheckBookingAppointmentEditableResponse({
|
||||
$core.bool? isEditable,
|
||||
$core.bool? isForceEditable,
|
||||
$core.bool? siteHasCarrierInformation,
|
||||
}) {
|
||||
final result = create();
|
||||
if (isEditable != null) result.isEditable = isEditable;
|
||||
if (isForceEditable != null) result.isForceEditable = isForceEditable;
|
||||
if (siteHasCarrierInformation != null) result.siteHasCarrierInformation = siteHasCarrierInformation;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1356,6 +1358,7 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckBookingAppointmentEditableResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(3, _omitFieldNames ? '' : 'IsEditable', protoName: 'IsEditable')
|
||||
..aOB(4, _omitFieldNames ? '' : 'IsForceEditable', protoName: 'IsForceEditable')
|
||||
..aOB(5, _omitFieldNames ? '' : 'SiteHasCarrierInformation', protoName: 'SiteHasCarrierInformation')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1395,6 +1398,15 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
$core.bool hasIsForceEditable() => $_has(1);
|
||||
@$pb.TagNumber(4)
|
||||
void clearIsForceEditable() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get siteHasCarrierInformation => $_getBF(2);
|
||||
@$pb.TagNumber(5)
|
||||
set siteHasCarrierInformation($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSiteHasCarrierInformation() => $_has(2);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSiteHasCarrierInformation() => $_clearField(5);
|
||||
}
|
||||
|
||||
/// LockBookingRequest
|
||||
|
||||
Reference in New Issue
Block a user