google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.ChangeLog View Source
Describes a change that a user has made to a resource.
Attributes
accountId
(type:String.t
, default:nil
) - Account ID of the modified object.action
(type:String.t
, default:nil
) - Action which caused the change.changeTime
(type:DateTime.t
, default:nil
) - Time when the object was modified.fieldName
(type:String.t
, default:nil
) - Field name of the object which changed.id
(type:String.t
, default:nil
) - ID of this change log.kind
(type:String.t
, default:dfareporting#changeLog
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLog".newValue
(type:String.t
, default:nil
) - New value of the object field.objectId
(type:String.t
, default:nil
) - ID of the object of this change log. The object could be a campaign, placement, ad, or other type.objectType
(type:String.t
, default:nil
) - Object type of the change log.oldValue
(type:String.t
, default:nil
) - Old value of the object field.subaccountId
(type:String.t
, default:nil
) - Subaccount ID of the modified object.transactionId
(type:String.t
, default:nil
) - 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.userProfileId
(type:String.t
, default:nil
) - ID of the user who modified the object.userProfileName
(type:String.t
, default:nil
) - User profile name of the user who modified the object.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.ChangeLog{ accountId: String.t(), action: String.t(), changeTime: DateTime.t(), fieldName: String.t(), id: String.t(), kind: String.t(), newValue: String.t(), objectId: String.t(), objectType: String.t(), oldValue: String.t(), subaccountId: String.t(), transactionId: String.t(), userProfileId: String.t(), userProfileName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.