thirdPartyPrincipal property
The third party identification (if any) of the authenticated user making
the request.
When the JSON object represented here has a proto equivalent, the proto
name will be indicated in the @type property.
Implementation
@$pb.TagNumber(4)
$0.Struct get thirdPartyPrincipal => $_getN(2);
Implementation
@$pb.TagNumber(4)
set thirdPartyPrincipal($0.Struct v) {
setField(4, v);
}