Show / Hide Table of Contents

Class ChangeLog

Describes a change that a user has made to a resource.

Inheritance
object
ChangeLog
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.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ChangeLog : IDirectResponseSchema

Properties

AccountId

Account ID of the modified object.

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

Action

Action which caused the change.

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

ChangeTime

DateTime representation of ChangeTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ChangeTimeDateTimeOffset instead.")]
public virtual DateTime? ChangeTime { get; set; }
Property Value
Type Description
DateTime?

ChangeTimeDateTimeOffset

DateTimeOffset representation of ChangeTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ChangeTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ChangeTimeRaw

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

ETag

The ETag of the item.

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

FieldName

Field name of the object which changed.

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

Id

ID of this change log.

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

Kind

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

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

NewValue

New value of the object field.

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

ObjectId

ID of the object of this change log. The object could be a campaign, placement, ad, or other type.

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

ObjectType

Object type of the change log.

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

OldValue

Old value of the object field.

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

SubaccountId

Subaccount ID of the modified object.

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

TransactionId

Transaction ID of this change log. When a single API call results in many changes, each change will have a separate ID in the change log but will share the same transactionId.

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

UserProfileId

ID of the user who modified the object.

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

UserProfileName

User profile name of the user who modified the object.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX