public class UnTagResourcesRequest extends AbstractModel
| Constructor and Description |
|---|
UnTagResourcesRequest() |
UnTagResourcesRequest(UnTagResourcesRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getResourceList()
Get 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。
N取值范围:0~9
|
String[] |
getTagKeys()
Get 标签键。
取值范围:0~9
|
void |
setResourceList(String[] ResourceList)
Set 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。
N取值范围:0~9
|
void |
setTagKeys(String[] TagKeys)
Set 标签键。
取值范围:0~9
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic UnTagResourcesRequest()
public UnTagResourcesRequest(UnTagResourcesRequest source)
public String[] getResourceList()
public void setResourceList(String[] ResourceList)
ResourceList - 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。
N取值范围:0~9public String[] getTagKeys()
public void setTagKeys(String[] TagKeys)
TagKeys - 标签键。
取值范围:0~9Copyright © 2022. All rights reserved.