You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -31,6 +31,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityType,
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -42,6 +43,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
if (entityType != null) result.entityType = entityType;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
return result;
|
||||
}
|
||||
@@ -60,7 +62,8 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..aOB(9, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -148,13 +151,16 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
void clearTags() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool get groupSending => $_getBF(8);
|
||||
@$pb.TagNumber(9)
|
||||
set groupSending($core.bool value) => $_setBool(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasGroupSending() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearGroupSending() => $_clearField(9);
|
||||
$pb.PbList<$core.String> get contactMails => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool get groupSending => $_getBF(9);
|
||||
@$pb.TagNumber(10)
|
||||
set groupSending($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
}
|
||||
|
||||
class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user