triggerRegion property

  1. @TagNumber(2)
String triggerRegion

The region that the trigger will be in. The trigger will only receive events originating in this region. It can be the same region as the function, a different region or multi-region, or the global region. If not provided, defaults to the same region as the function.

Implementation

@$pb.TagNumber(2)
$core.String get triggerRegion => $_getSZ(1);
  1. @TagNumber(2)
void triggerRegion=(String v)

Implementation

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