ServiceAccountDelegationInfo_ThirdPartyPrincipal constructor
ServiceAccountDelegationInfo_ThirdPartyPrincipal({
- Struct? thirdPartyClaims,
Implementation
factory ServiceAccountDelegationInfo_ThirdPartyPrincipal({
$0.Struct? thirdPartyClaims,
}) {
final $result = create();
if (thirdPartyClaims != null) {
$result.thirdPartyClaims = thirdPartyClaims;
}
return $result;
}