Show / Hide Table of Contents

Class Symptoms

Symptoms logged by the user.

Inheritance
object
Symptoms
Implements
IMessage<Symptoms>
IEquatable<Symptoms>
IDeepCloneable<Symptoms>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX