You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2341,10 +2341,12 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
factory CancelAppointmentRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.String? actorID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2356,6 +2358,7 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CancelAppointmentRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOS(3, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2395,6 +2398,15 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasAppointmentID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get actorID => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set actorID($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasActorID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActorID() => $_clearField(3);
|
||||
}
|
||||
|
||||
class CancelAppointmentResponse extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user