callUrl property

  1. @TagNumber.new(3)
String get 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.new(3)
set callUrl (String value)

Implementation

@$pb.TagNumber(3)
set callUrl($core.String value) => $_setString(2, value);