Show / Hide Table of Contents

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.

Inheritance
object
User
Implements
IMessage<User>
IEquatable<User>
IDeepCloneable<User>
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 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

UserName-typed view over the Name resource name property.

Declaration
public UserName UserName { get; set; }
Property Value
Type Description
UserName
In this article
Back to top Generated by DocFX