platform property
Captures the platform that uploaded the data.
Output only. Possible string values are:
- "PLATFORM_UNSPECIFIED" : The platform is unspecified.
- "FITBIT" : The data was uploaded from Fitbit.
- "HEALTH_CONNECT" : The data was uploaded from Health Connect.
- "HEALTH_KIT" : The data was uploaded from Health Kit.
- "FIT" : The data was uploaded from Google Fit.
- "FITBIT_WEB_API" : The data was uploaded from Fitbit legacy Web API.
- "NEST" : The data was uploaded from Nest devices.
- "GOOGLE_WEB_API" : The data was uploaded from Google Health API.
- "GOOGLE_PARTNER_INTEGRATION" : The data was uploaded from Google Partner Integrations.
Implementation
core.String? platform;