get Property Detail
suspend fun getPropertyDetail(propertyUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetPropertyResult
Get detailed information for a specific property by its UID.
This method implements an offline-first approach:
Returns cached property data immediately if available
Background sync will update the data automatically
Return
GetPropertyResult containing property detail with complete information, or error
Parameters
property Uid
The unique identifier of the property