Show / Hide Table of Contents

Class VersionSource

Describes a selector for extracting and matching an MSH field to a value.

Inheritance
object
VersionSource
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX