Struct google_dfareporting2d1::ChangeLog [] [src]

pub struct ChangeLog {
    pub change_time: Option<String>,
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub old_value: Option<String>,
    pub object_id: Option<String>,
    pub id: Option<String>,
    pub user_profile_name: Option<String>,
    pub field_name: Option<String>,
    pub user_profile_id: Option<String>,
    pub action: Option<String>,
    pub transaction_id: Option<String>,
    pub account_id: Option<String>,
    pub new_value: Option<String>,
    pub object_type: Option<String>,
}

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Time when the object was modified.

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

Subaccount ID of the modified object.

Old value of the object field.

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

ID of this change log.

User profile name of the user who modified the object.

Field name of the object which changed.

ID of the user who modified the object.

Action which caused the change.

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.

Account ID of the modified object.

New value of the object field.

Object type of the change log.

Trait Implementations

impl Default for ChangeLog
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ChangeLog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChangeLog
[src]

[src]

Formats the value using the given formatter.

impl Resource for ChangeLog
[src]

impl ResponseResult for ChangeLog
[src]