callUrl property
The URL, which is called with HTTP method POST and a JSON payload with the properties "unit", "id" (notification id), "callURL", "periodStart", "threshold" and "usage".
Implementation
@$pb.TagNumber(3)
$core.String get callUrl => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set callUrl($core.String v) { $_setString(2, v); }