You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2193,10 +2193,12 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
$3.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;
|
||||
}
|
||||
|
||||
@@ -2208,6 +2210,7 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOM<$3.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseHeader.create)
|
||||
..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2247,6 +2250,9 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
void clearHeader() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$3.ResponseHeader ensureHeader() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(27)
|
||||
$pb.PbList<$core.String> get attendees => $_getList(2);
|
||||
}
|
||||
|
||||
/// CancelAppointment
|
||||
|
||||
Reference in New Issue
Block a user