triggerRegion property
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);
Implementation
@$pb.TagNumber(2)
set triggerRegion($core.String v) { $_setString(1, v); }