Class Application
Optional metadata for the application that provided this data.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class Application : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleWebClientId
Output only. The Google OAuth 2.0 client ID of the web application or service that recorded the data. This is the client ID used during the Google OAuth flow to obtain user credentials. This field is system-populated when the data is uploaded from Google Web API.
Declaration
[JsonProperty("googleWebClientId")]
public virtual string GoogleWebClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PackageName
Output only. A unique identifier for the mobile application that was the source of the data. This is
typically the application's package name on Android (e.g., com.google.fitbit) or the bundle ID on iOS.
This field is informational and helps trace data origin. This field is system-populated when the data is
uploaded from the Fitbit mobile application, Health Connect or Health Kit.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebClientId
Output only. The client ID of the application that recorded the data. This ID is a legacy Fitbit API client
ID, which is different from a Google OAuth client ID. Example format: ABC123. This field is
system-populated and used for tracing data from legacy Fitbit API integrations. This field is
system-populated when the data is uploaded from a legacy Fitbit API integration.
Declaration
[JsonProperty("webClientId")]
public virtual string WebClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |