Show / Hide Table of Contents

Class ManifestParams

Represents the POST body contained in a GetShlManifestRequest This message is nested to represent that See https://build.fhir.org/ig/HL7/smart-health-cards-and-links/links-specification.html#smart-health-link-manifest-request

Inheritance
object
ManifestParams
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ManifestParams : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EmbeddedLengthMax

Optional. Integer upper bound on the length of embedded payloads

Declaration
[JsonProperty("embeddedLengthMax")]
public virtual int? EmbeddedLengthMax { get; set; }
Property Value
Type Description
int?

Passcode

Optional.

Declaration
[JsonProperty("passcode")]
public virtual string Passcode { get; set; }
Property Value
Type Description
string

Recipient

Required. A string describing the recipient (e.g.,the name of an organization or person) suitable for display to the Receiving User

Declaration
[JsonProperty("recipient")]
public virtual string Recipient { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX