recordZoneID
The ID of the record zone with the records you want to fetch.
Declaration
@NSCopying var recordZoneID: CKRecordZone.ID? { get set }Discussion
Typically, you set the value of this property when you initialize the operation object. If you intend to change the record zone, update the value before executing the operation or submitting it to a queue.