Class ShlResource.RResource.GetRequest
Forward a resource request for a given SHL
Inheritance
ShlResource.RResource.GetRequest
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ShlResource.RResource.GetRequest : GoogleHealthAPIBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string externalShlId, string resourceToken)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | externalShlId | |
| string | resourceToken |
Properties
ExternalShlId
Required. External ID mapping to a ShlSharedLinkCapabilityToken object See https://docs.google.com/document/d/1Pch20pxJHRbsaMxp0EYgs3ZU0Gu7QTUznk8LhvbQvfY/edit?tab=t.0#heading=h.17wg41voij6q
Declaration
[RequestParameter("externalShlId", RequestParameterType.Path)]
public virtual string ExternalShlId { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
ResourceToken
Required. Encoded, encrypted message containing resource access details
Declaration
[RequestParameter("resourceToken", RequestParameterType.Path)]
public virtual string ResourceToken { 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 Get parameter list.
Declaration
protected override void InitParameters()