Class ConfigureSearchRequest
Request to configure the search parameters for the specified FHIR store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ConfigureSearchRequest : IDirectResponseSchema
Properties
CanonicalUrls
The canonical URLs of the search parameters that are intended to be used for the FHIR store. See https://www.hl7.org/fhir/references.html#canonical for explanation on FHIR canonical urls
Declaration
[JsonProperty("canonicalUrls")]
public virtual IList<string> CanonicalUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidateOnly
If validate_only
is set to true, the method will compile all the search parameters without actually
setting the search config for the store and triggering the reindex.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |