Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.property.models
/
ZyncProperty
Zync
Property
data
class
ZyncProperty
(
val
propertyUid
:
String
,
val
propertyName
:
String
,
val
propertyImage
:
String
?
,
val
propertyAddress
:
ZyncAddress
?
,
val
noOfJobs
:
Int
?
,
val
isActive
:
Boolean
,
val
description
:
String
?
)
Members
Constructors
Zync
Property
Link copied to clipboard
constructor
(
propertyUid
:
String
,
propertyName
:
String
,
propertyImage
:
String
?
,
propertyAddress
:
ZyncAddress
?
,
noOfJobs
:
Int
?
,
isActive
:
Boolean
,
description
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
is
Active
Link copied to clipboard
val
isActive
:
Boolean
no
Of
Jobs
Link copied to clipboard
val
noOfJobs
:
Int
?
property
Address
Link copied to clipboard
val
propertyAddress
:
ZyncAddress
?
property
Image
Link copied to clipboard
val
propertyImage
:
String
?
property
Name
Link copied to clipboard
val
propertyName
:
String
property
Uid
Link copied to clipboard
val
propertyUid
:
String