sesamy-cli/pkg/config/googletagmanagercontainer.go
2025-03-17 11:04:04 +01:00

11 lines
329 B
Go

package config
type GoogleTagManagerContainer struct {
// The container tag id
TagID string `json:"tagId" yaml:"tagId"`
// The container id
ContainerID string `json:"containerId" yaml:"containerId"`
// (Optional) The workspace id that should be used by the api
WorkspaceID string `json:"workspaceId" yaml:"workspaceId"`
}