dexcare
/
org.dexcare.services.integrations.tytocare.models
/
TytoCareIntegration
Tyto
Care
Integration
@
RestrictTo
(
value = [
RestrictTo.Scope.LIBRARY
]
)
data class
TytoCareIntegration
(enabled:
Boolean
, account:
TytoCareAccount
?) :
Parcelable
Content copied to clipboard
Functions
Properties
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
account
Link copied to clipboard
val
account
:
TytoCareAccount
? = null
Content copied to clipboard
enabled
Link copied to clipboard
val
enabled
:
Boolean
Content copied to clipboard