Class ShlResource.MResource.GetShlManifestRequest
Forward a manifest request for a given SHL
Inheritance
ShlResource.MResource.GetShlManifestRequest
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ShlResource.MResource.GetShlManifestRequest : GoogleHealthAPIBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
GetShlManifestRequest(IClientService, ManifestParams, string)
Constructs a new GetShlManifest request.
Declaration
public GetShlManifestRequest(IClientService service, ManifestParams body, string externalShlId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ManifestParams | body | |
| string | externalShlId |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes GetShlManifest parameter list.
Declaration
protected override void InitParameters()