Class GroupOrSegment
Construct representing a logical group or a segment.
Inheritance
GroupOrSegment
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class GroupOrSegment : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Group
Declaration
[JsonProperty("group")]
public virtual SchemaGroup Group { get; set; }
Property Value
Segment
Declaration
[JsonProperty("segment")]
public virtual SchemaSegment Segment { get; set; }
Property Value
Implements