Class FoodMeasurementUnit
Represents a food measurement unit.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class FoodMeasurementUnit : IDirectResponseSchema
Properties
DisplayName
Required. The display name of the food measurement unit (e.g., "gram", "piece").
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PluralDisplayName
Optional. The plural display name of the food measurement unit (e.g., "grams", "pieces").
Declaration
[JsonProperty("pluralDisplayName")]
public virtual string PluralDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |