Class VersionSource
Describes a selector for extracting and matching an MSH field to a value.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class VersionSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MshField
The field to extract from the MSH segment. For example, "3.1" or "18[1].1".
Declaration
[JsonProperty("mshField")]
public virtual string MshField { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value to match with the field. For example, "My Application Name" or "2.3".
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |