You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -35,6 +35,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.MetadataElement>? carrierInformation,
|
||||
$core.String? actorID,
|
||||
$3.Address? address,
|
||||
$core.String? siteName,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
@@ -49,6 +50,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (address != null) result.address = address;
|
||||
if (siteName != null) result.siteName = siteName;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -70,6 +72,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
..pc<$2.MetadataElement>(15, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.MetadataElement.create)
|
||||
..aOS(16, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOM<$3.Address>(17, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $3.Address.create)
|
||||
..aOS(18, _omitFieldNames ? '' : 'SiteName', protoName: 'SiteName')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -182,6 +185,16 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
void clearAddress() => $_clearField(17);
|
||||
@$pb.TagNumber(17)
|
||||
$3.Address ensureAddress() => $_ensure(11);
|
||||
|
||||
/// Name of the appointment site
|
||||
@$pb.TagNumber(18)
|
||||
$core.String get siteName => $_getSZ(12);
|
||||
@$pb.TagNumber(18)
|
||||
set siteName($core.String value) => $_setString(12, value);
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool hasSiteName() => $_has(12);
|
||||
@$pb.TagNumber(18)
|
||||
void clearSiteName() => $_clearField(18);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
Reference in New Issue
Block a user