callUrl property

  1. @TagNumber(3)
String callUrl

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);
  1. @TagNumber(3)
void callUrl=(String v)

Implementation

@$pb.TagNumber(3)
set callUrl($core.String v) { $_setString(2, v); }