public static final class CopyGtmConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CopyGtmConfigRequest |
build() |
CopyGtmConfigRequest.Builder |
copyType(String copyType)
The type of the object that is copied.
|
CopyGtmConfigRequest.Builder |
lang(String lang)
The language.
|
CopyGtmConfigRequest.Builder |
sourceId(String sourceId)
The ID of the source object.
|
CopyGtmConfigRequest.Builder |
targetId(String targetId)
The ID of the target object.
|
public CopyGtmConfigRequest.Builder copyType(String copyType)
The type of the object that is copied. Only the INSTANCE type is supported.
This parameter is required.
example:INSTANCE
public CopyGtmConfigRequest.Builder lang(String lang)
The language.
example:en
public CopyGtmConfigRequest.Builder sourceId(String sourceId)
The ID of the source object. Only instance IDs are supported.
This parameter is required.
example:gtm-cn-0pp1j84v60d
public CopyGtmConfigRequest.Builder targetId(String targetId)
The ID of the target object. Only instance IDs are supported.
This parameter is required.
example:gtm-cn-v0h1gaujg06
public CopyGtmConfigRequest build()
Copyright © 2026. All rights reserved.