Class Symptoms
Symptoms logged by the user.
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class Symptoms : IMessage<Symptoms>, IEquatable<Symptoms>, IDeepCloneable<Symptoms>, IBufferMessage, IMessage
Constructors
Symptoms()
Declaration
public Symptoms()
Symptoms(Symptoms)
Declaration
public Symptoms(Symptoms other)
Parameters
| Type | Name | Description |
|---|---|---|
| Symptoms | other |
Properties
SampleTime
Required. Time when the symptoms were logged.
Declaration
public ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |
Symptoms_
Required. List of symptoms experienced.
Declaration
public RepeatedField<Symptoms.Types.SymptomValue> Symptoms_ { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Symptoms.Types.SymptomValue> |