pub struct ContainerVersionHeader {Show 14 fields
pub account_id: Option<String>,
pub container_id: Option<String>,
pub container_version_id: Option<String>,
pub deleted: Option<bool>,
pub name: Option<String>,
pub num_clients: Option<String>,
pub num_custom_templates: Option<String>,
pub num_gtag_configs: Option<String>,
pub num_tags: Option<String>,
pub num_transformations: Option<String>,
pub num_triggers: Option<String>,
pub num_variables: Option<String>,
pub num_zones: Option<String>,
pub path: Option<String>,
}Expand description
Represents a Google Tag Manager Container Version Header.
§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).
- containers version_headers latest accounts (response)
Fields§
§account_id: Option<String>GTM Account ID.
container_id: Option<String>GTM Container ID.
container_version_id: Option<String>The Container Version ID uniquely identifies the GTM Container Version.
deleted: Option<bool>A value of true indicates this container version has been deleted.
name: Option<String>Container version display name.
num_clients: Option<String>Number of clients in the container version.
num_custom_templates: Option<String>Number of custom templates in the container version.
num_gtag_configs: Option<String>Number of Google tag configs in the container version.
Number of tags in the container version.
num_transformations: Option<String>Number of transformations in the container version.
num_triggers: Option<String>Number of triggers in the container version.
num_variables: Option<String>Number of variables in the container version.
num_zones: Option<String>Number of zones in the container version.
path: Option<String>GTM Container Version’s API relative path.
Trait Implementations§
Source§impl Clone for ContainerVersionHeader
impl Clone for ContainerVersionHeader
Source§fn clone(&self) -> ContainerVersionHeader
fn clone(&self) -> ContainerVersionHeader
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more