Class DynamicProfileVersion
Contains dynamic profile version information.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class DynamicProfileVersion : IDirectResponseSchema
Properties
DynamicProfileFeedSettings
Optional. Associated dynamic feeds and their settings (including dynamic rules) for this dynamic profile version.
Declaration
[JsonProperty("dynamicProfileFeedSettings")]
public virtual IList<DynamicProfileFeedSettings> DynamicProfileFeedSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DynamicProfileFeedSettings> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VersionId
Output only. Version ID of this dynamic profile version. This is a read-only, auto-generated field. -1 for draft version, 0+ for published versions.
Declaration
[JsonProperty("versionId")]
public virtual long? VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |