Class Symptoms
Symptoms logged by the user.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class Symptoms : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleTime
Required. Time when the symptoms were logged.
Declaration
[JsonProperty("sampleTime")]
public virtual ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |
SymptomsValue
Required. List of symptoms experienced.
Declaration
[JsonProperty("symptoms")]
public virtual IList<string> SymptomsValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |