Class Device
Captures metadata about the device that recorded the measurement.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class Device : IDirectResponseSchema
Properties
DisplayName
Optional. An optional name for the device.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormFactor
Optional. Captures the form factor of the device.
Declaration
[JsonProperty("formFactor")]
public virtual string FormFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Manufacturer
Optional. An optional manufacturer of the device.
Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |