Struct google_tagmanager2::CreateContainerVersionResponse[][src]

pub struct CreateContainerVersionResponse {
    pub new_workspace_path: Option<String>,
    pub container_version: Option<ContainerVersion>,
    pub sync_status: Option<SyncStatus>,
    pub compiler_error: Option<bool>,
}

Create container versions response.

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

Auto generated workspace path created as a result of version creation. This field should only be populated if the created version was not a quick preview.

The container version created.

Whether version creation failed when syncing the workspace to the latest container version.

Compiler errors or not.

Trait Implementations

impl Default for CreateContainerVersionResponse
[src]

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

impl Clone for CreateContainerVersionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateContainerVersionResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for CreateContainerVersionResponse
[src]

Auto Trait Implementations