Struct google_tagmanager2::SyncStatus[][src]

pub struct SyncStatus {
    pub sync_error: Option<bool>,
    pub merge_conflict: Option<bool>,
}

The status of a workspace after synchronization.

This type is not used in any activity, and only used as part of another schema.

Fields

An error occurred during the synchronization operation.

Synchornization operation detected a merge conflict.

Trait Implementations

impl Default for SyncStatus
[src]

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

impl Clone for SyncStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SyncStatus
[src]

Formats the value using the given formatter. Read more

impl Part for SyncStatus
[src]

Auto Trait Implementations

impl Send for SyncStatus

impl Sync for SyncStatus