Struct google_tagmanager2::QuickPreviewResponse[][src]

pub struct QuickPreviewResponse {
    pub container_version: Option<ContainerVersion>,
    pub sync_status: Option<SyncStatus>,
    pub compiler_error: Option<bool>,
}

Response to quick previewing a workspace.

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

The quick previewed container version.

Whether quick previewing failed when syncing the workspace to the latest container version.

Were there compiler errors or not.

Trait Implementations

impl Default for QuickPreviewResponse
[src]

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

impl Clone for QuickPreviewResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QuickPreviewResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for QuickPreviewResponse
[src]

Auto Trait Implementations