Class DynamicProfileFeedSettings
Contains dynamic profile specific settings for an associated dynamic feed.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class DynamicProfileFeedSettings : IDirectResponseSchema
Properties
DynamicFeedId
Optional. Dynamic feed ID associated with dynamic profile version.
Declaration
[JsonProperty("dynamicFeedId")]
public virtual long? DynamicFeedId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DynamicRules
Optional. Dynamic rules for row selection for the given dynamic feed in the given dynamic profile.
Declaration
[JsonProperty("dynamicRules")]
public virtual DynamicRules DynamicRules { get; set; }
Property Value
| Type | Description |
|---|---|
| DynamicRules |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Quantity
Optional. The number of this dynamic feed rows needed by the dynamic profile, default value is 1. Acceptable values are between 1 to 99, inclusive.
Declaration
[JsonProperty("quantity")]
public virtual int? Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |