You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -439,10 +439,12 @@ class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookBookingAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
$1.ResponseHeader? header,
|
||||
$core.Iterable<$core.String>? attendees,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (header != null) result.header = header;
|
||||
if (attendees != null) result.attendees.addAll(attendees);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -454,6 +456,7 @@ class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookBookingAppointmentResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOM<$1.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.ResponseHeader.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -493,6 +496,9 @@ class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
void clearHeader() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$1.ResponseHeader ensureHeader() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$core.String> get attendees => $_getList(2);
|
||||
}
|
||||
|
||||
/// CancelAppointment
|
||||
|
||||
Reference in New Issue
Block a user