Class User
Represents a user in the Google Health API. It matches the parent resource of collections owned by the user.
Clients currently do not need to interact with this resource directly.
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class User : IMessage<User>, IEquatable<User>, IDeepCloneable<User>, IBufferMessage, IMessage
Constructors
User()
Declaration
public User()
User(User)
Declaration
public User(User other)
Parameters
| Type | Name | Description |
|---|---|---|
| User | other |
Properties
Name
Identifier. The resource name of the user.
The {user} ID is a system-generated identifier, as described in
[Identity.health_user_id][google.devicesandservices.health.v4.Identity.health_user_id].
Format: users/{user}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
Declaration
public UserName UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| UserName |