Uses of Class
com.tencentcloudapi.tcr.v20190924.models.WebhookTarget
-
Packages that use WebhookTarget Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of WebhookTarget in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return WebhookTarget Modifier and Type Method Description WebhookTarget[]
WebhookTrigger. getTargets()
Get 触发器目标Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type WebhookTarget Modifier and Type Method Description void
WebhookTrigger. setTargets(WebhookTarget[] Targets)
Set 触发器目标Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type WebhookTarget Constructor Description WebhookTarget(WebhookTarget source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-