PackageInstallRequest: {
    ApexCompileType: Nullable<"all" | "package">;
    CreatedById: string;
    CreatedDate: string;
    EnableRss: boolean;
    Errors: Nullable<SubscriberPackageInstallErrors>;
    Id: string;
    IsDeleted: boolean;
    LastModifiedById: string;
    LastModifiedDate: string;
    NameConflictResolution: "Block" | "RenameMetadata";
    PackageInstallSource: string;
    Password: Nullable<string>;
    ProfileMappings: Nullable<SubscriberPackageProfileMappings>;
    SecurityType: "Custom" | "Full" | "None";
    SkipHandlers: Nullable<string>;
    Status:
        | "ERROR"
        | "IN_PROGRESS"
        | "SUCCESS"
        | "UNKNOWN";
    SubscriberPackageVersionKey: string;
    SystemModstamp: string;
    UpgradeType: Nullable<"delete-only" | "deprecate-only" | "mixed-mode">;
    attributes: Attributes;
}