Package version:

Properties model for replication eligibility results API.

interface ReplicationEligibilityResultsProperties {
    clientRequestId?: string;
    errors?: ReplicationEligibilityResultsErrorInfo[];
}

Properties

clientRequestId?: string

The client request Id. NOTE: This property will not be serialized. It can only be populated by the server.

The error details.