Show / Hide Table of Contents

Class DynamicProfile

Beta: This API resource is available only to a very limited number of customers. If you'd like to use this resource, please reach out to your Google sales representative. Contains dynamic profile information.

Inheritance
object
DynamicProfile
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 DynamicProfile : IDirectResponseSchema

Properties

Active

Optional. Active version of the dynamic profile.

Declaration
[JsonProperty("active")]
public virtual DynamicProfileVersion Active { get; set; }
Property Value
Type Description
DynamicProfileVersion

ArchiveStatus

Optional. Archive status of this dynamic profile.

Declaration
[JsonProperty("archiveStatus")]
public virtual string ArchiveStatus { get; set; }
Property Value
Type Description
string

CreateInfo

Output only. The creation timestamp of the dynamic profile. This is a read-only field.

Declaration
[JsonProperty("createInfo")]
public virtual LastModifiedInfo CreateInfo { get; set; }
Property Value
Type Description
LastModifiedInfo

Description

Optional. Description of this dynamic profile.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Draft

Optional. Draft version of the dynamic profile.

Declaration
[JsonProperty("draft")]
public virtual DynamicProfileVersion Draft { get; set; }
Property Value
Type Description
DynamicProfileVersion

DynamicProfileId

Output only. Unique ID of this dynamic profile. This is a read-only, auto-generated field.

Declaration
[JsonProperty("dynamicProfileId")]
public virtual long? DynamicProfileId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Output only. Identifies what kind of resource this is. Value: the fixed string "dfareporting#dynamicProfile".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LastModifiedInfo

Output only. The last modified timestamp of the dynamic profile. This is a read-only field.

Declaration
[JsonProperty("lastModifiedInfo")]
public virtual LastModifiedInfo LastModifiedInfo { get; set; }
Property Value
Type Description
LastModifiedInfo

Name

Required. Identifier. Name of this dynamic profile. This is a required field and must be less than 256 characters long.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Status

Optional. Status of this dynamic profile.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

StudioAdvertiserId

Required. Advertiser ID of this dynamic profile. This is a required field on insertion.

Declaration
[JsonProperty("studioAdvertiserId")]
public virtual long? StudioAdvertiserId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX