Struct google_tagmanager2::GetWorkspaceStatusResponse[][src]

pub struct GetWorkspaceStatusResponse {
    pub workspace_change: Option<Vec<Entity>>,
    pub merge_conflict: Option<Vec<MergeConflict>>,
}

The changes that have occurred in the workspace since the base container version.

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

Entities that have been changed in the workspace.

The merge conflict after sync.

Trait Implementations

impl Default for GetWorkspaceStatusResponse
[src]

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

impl Clone for GetWorkspaceStatusResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetWorkspaceStatusResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GetWorkspaceStatusResponse
[src]

Auto Trait Implementations