Class Profile
Profile details.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class Profile : IDirectResponseSchema
Properties
Age
Optional. The age in years based on the user's birth date. Updates to this field are currently not supported.
Declaration
[JsonProperty("age")]
public virtual int? Age { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
AutoRunningStrideLengthMm
Output only. The automatically calculated running stride length, in millimeters. The user must consent to
one of the following access scopes to access this field: -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness.readonly -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness
Declaration
[JsonProperty("autoRunningStrideLengthMm")]
public virtual int? AutoRunningStrideLengthMm { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
AutoWalkingStrideLengthMm
Output only. The automatically calculated walking stride length, in millimeters. The user must consent to
one of the following access scopes to access this field: -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness.readonly -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness
Declaration
[JsonProperty("autoWalkingStrideLengthMm")]
public virtual int? AutoWalkingStrideLengthMm { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MembershipStartDate
Output only. The date the user created their account. Updates to this field are currently not supported.
Declaration
[JsonProperty("membershipStartDate")]
public virtual Date MembershipStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
Name
Identifier. The resource name of this Profile resource. Format: users/{user}/profile Example:
users/1234567890/profile or users/me/profile The {user} ID is a system-generated Google Health API user
ID, a string of 1-63 characters consisting of lowercase and uppercase letters, numbers, and hyphens. The
literal me can also be used to refer to the authenticated user.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserConfiguredRunningStrideLengthMm
Optional. The user's user configured running stride length, in millimeters. The user must consent to one of
the following access scopes to access this field: -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness.readonly -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness
Declaration
[JsonProperty("userConfiguredRunningStrideLengthMm")]
public virtual int? UserConfiguredRunningStrideLengthMm { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
UserConfiguredWalkingStrideLengthMm
Optional. The user's user configured walking stride length, in millimeters. The user must consent to one of
the following access scopes to access this field: -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness.readonly -
https://www.googleapis.com/auth/googlehealth.activity_and_fitness
Declaration
[JsonProperty("userConfiguredWalkingStrideLengthMm")]
public virtual int? UserConfiguredWalkingStrideLengthMm { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |