skippedProfiles property

int? skippedProfiles
getter/setter pair

Number of profiles that were skipped in the current page since they were not able to be fetched successfully.

This should typically be zero. A non-zero value may indicate a transient failure, in which case if the number is too high for your use case, the call may be retried.

Implementation

core.int? skippedProfiles;