Show / Hide Table of Contents

Class DynamicProfileVersion

Contains dynamic profile version information.

Inheritance
object
DynamicProfileVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX