ctx property
Specify the context for which the legal and support settings should be returned. This can be the instance or an organization. In case of an organization, the returned settings will fall back to the instance settings if not explicitly set on the organization.
Implementation
@$pb.TagNumber(1)
$1.RequestContext get ctx => $_getN(0);
Implementation
@$pb.TagNumber(1)
set ctx($1.RequestContext value) => $_setField(1, value);