Class SubscriberConfig
Configuration for a subscriber. A notification is sent to a subscription ONLY if the subscriber has a config for the data type.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class SubscriberConfig : IDirectResponseSchema
Properties
DataTypes
Required. Supported data types are: "altitude", "distance", "floors", "sleep", "steps", "weight". Values should be in kebab-case.
Declaration
[JsonProperty("dataTypes")]
public virtual IList<string> DataTypes { 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 |
SubscriptionCreatePolicy
Required. Policy for subscription creation.
Declaration
[JsonProperty("subscriptionCreatePolicy")]
public virtual string SubscriptionCreatePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |