Class UsersResource.GetIrnProfileRequest
Returns user's IRN Profile details.
Inheritance
UsersResource.GetIrnProfileRequest
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class UsersResource.GetIrnProfileRequest : GoogleHealthAPIBaseServiceRequest<IrnProfile>, IClientServiceRequest<IrnProfile>, IClientServiceRequest
Constructors
GetIrnProfileRequest(IClientService, string)
Constructs a new GetIrnProfile request.
Declaration
public GetIrnProfileRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetIrnProfile parameter list.
Declaration
protected override void InitParameters()