oidcTriggerIntrospectionProjections property

  1. @TagNumber(2)
bool oidcTriggerIntrospectionProjections

Implementation

@$pb.TagNumber(2)
$core.bool get oidcTriggerIntrospectionProjections => $_getBF(1);
  1. @TagNumber(2)
void oidcTriggerIntrospectionProjections=(bool v)

Implementation

@$pb.TagNumber(2)
set oidcTriggerIntrospectionProjections($core.bool v) { $_setBool(1, v); }