Class GetIrnProfileRequest
Request message for getting IRN Profile details.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class GetIrnProfileRequest : IMessage<GetIrnProfileRequest>, IEquatable<GetIrnProfileRequest>, IDeepCloneable<GetIrnProfileRequest>, IBufferMessage, IMessage
Constructors
GetIrnProfileRequest()
Declaration
public GetIrnProfileRequest()
GetIrnProfileRequest(GetIrnProfileRequest)
Declaration
public GetIrnProfileRequest(GetIrnProfileRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetIrnProfileRequest | other |
Properties
IrnProfileName
IrnProfileName-typed view over the Name resource name property.
Declaration
public IrnProfileName IrnProfileName { get; set; }
Property Value
| Type | Description |
|---|---|
| IrnProfileName |
Name
Required. The resource name of the IRN Profile.
Format: users/{user}/irnProfile
Example: users/1234567890/irnProfile or users/me/irnProfile
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
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |