| Package | Description | 
|---|---|
| com.tencentcloudapi.gpm.v20200820.models | 
| Modifier and Type | Method and Description | 
|---|---|
StringKV[] | 
ModifyMatchRequest.getGameProperties()
Get Game attribute. 
 | 
StringKV[] | 
CreateMatchRequest.getGameProperties()
Get Game attribute. 
 | 
StringKV[] | 
MatchInfo.getGameProperties()
Get Game attributes
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
StringKV[] | 
RuleBriefInfo.getMatchCodeList()
Get The associated match 
 | 
StringKV[] | 
RuleInfo.getMatchCodeList()
Get The associated match
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
StringKV[] | 
ModifyMatchRequest.getTags()
Get Tag. 
 | 
StringKV[] | 
ModifyRuleRequest.getTags()
Get Tag. 
 | 
StringKV[] | 
CreateMatchRequest.getTags()
Get Tag. 
 | 
StringKV[] | 
CreateRuleRequest.getTags()
Get Tag. 
 | 
StringKV[] | 
MatchInfo.getTags()
Get Tag
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
StringKV[] | 
RuleInfo.getTags()
Get Tag
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifyMatchRequest.setGameProperties(StringKV[] GameProperties)
Set Game attribute. 
 | 
void | 
CreateMatchRequest.setGameProperties(StringKV[] GameProperties)
Set Game attribute. 
 | 
void | 
MatchInfo.setGameProperties(StringKV[] GameProperties)
Set Game attributes
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
void | 
RuleBriefInfo.setMatchCodeList(StringKV[] MatchCodeList)
Set The associated match 
 | 
void | 
RuleInfo.setMatchCodeList(StringKV[] MatchCodeList)
Set The associated match
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
void | 
ModifyMatchRequest.setTags(StringKV[] Tags)
Set Tag. 
 | 
void | 
ModifyRuleRequest.setTags(StringKV[] Tags)
Set Tag. 
 | 
void | 
CreateMatchRequest.setTags(StringKV[] Tags)
Set Tag. 
 | 
void | 
CreateRuleRequest.setTags(StringKV[] Tags)
Set Tag. 
 | 
void | 
MatchInfo.setTags(StringKV[] Tags)
Set Tag
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
void | 
RuleInfo.setTags(StringKV[] Tags)
Set Tag
Note: this field may return `null`, indicating that no valid value is obtained. 
 | 
| Constructor and Description | 
|---|
StringKV(StringKV 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. 
 | 
Copyright © 2022. All rights reserved.