google_api_tag_manager v0.11.0 GoogleApi.TagManager.V2.Model.Client View Source
Attributes
accountId(type:String.t, default:nil) - GTM Account ID.clientId(type:String.t, default:nil) - The Client ID uniquely identifies the GTM client.containerId(type:String.t, default:nil) - GTM Container ID.fingerprint(type:String.t, default:nil) - The fingerprint of the GTM Client as computed at storage time. This value is recomputed whenever the client is modified.name(type:String.t, default:nil) - Client display name. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.updateparameter(type:list(GoogleApi.TagManager.V2.Model.Parameter.t), default:nil) - The client's parameters. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.updatepath(type:String.t, default:nil) - GTM client's API relative path.priority(type:integer(), default:nil) - Priority determines relative firing order. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.updatetagManagerUrl(type:String.t, default:nil) - Auto generated link to the tag manager UItype(type:String.t, default:nil) - Client type. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.updateworkspaceId(type:String.t, default:nil) - GTM Workspace ID.
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.Client{
accountId: String.t(),
clientId: String.t(),
containerId: String.t(),
fingerprint: String.t(),
name: String.t(),
parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()],
path: String.t(),
priority: integer(),
tagManagerUrl: String.t(),
type: String.t(),
workspaceId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.