ServiceAccountDelegationInfo_ThirdPartyPrincipal constructor

ServiceAccountDelegationInfo_ThirdPartyPrincipal({
  1. Struct? thirdPartyClaims,
})

Implementation

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