google_api_tag_manager v0.7.0 GoogleApi.TagManager.V2.Model.Zone View Source
Represents a Google Tag Manager Zone's contents.
Attributes
accountId(type:String.t, default:nil) - GTM Account ID.boundary(type:GoogleApi.TagManager.V2.Model.ZoneBoundary.t, default:nil) - This Zone's boundary.childContainer(type:list(GoogleApi.TagManager.V2.Model.ZoneChildContainer.t), default:nil) - Containers that are children of this Zone.containerId(type:String.t, default:nil) - GTM Container ID.fingerprint(type:String.t, default:nil) - The fingerprint of the GTM Zone as computed at storage time. This value is recomputed whenever the zone is modified.name(type:String.t, default:nil) - Zone display name.notes(type:String.t, default:nil) - User notes on how to apply this zone in the container.path(type:String.t, default:nil) - GTM Zone's API relative path.tagManagerUrl(type:String.t, default:nil) - Auto generated link to the tag manager UItypeRestriction(type:GoogleApi.TagManager.V2.Model.ZoneTypeRestriction.t, default:nil) - This Zone's type restrictions.workspaceId(type:String.t, default:nil) - GTM Workspace ID.zoneId(type:String.t, default:nil) - The Zone ID uniquely identifies the GTM Zone.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.TagManager.V2.Model.Zone{
accountId: String.t(),
boundary: GoogleApi.TagManager.V2.Model.ZoneBoundary.t(),
childContainer: [GoogleApi.TagManager.V2.Model.ZoneChildContainer.t()],
containerId: String.t(),
fingerprint: String.t(),
name: String.t(),
notes: String.t(),
path: String.t(),
tagManagerUrl: String.t(),
typeRestriction: GoogleApi.TagManager.V2.Model.ZoneTypeRestriction.t(),
workspaceId: String.t(),
zoneId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.