public static class HandoverTeamWithoutAuthRequest.HandoverTeamWithoutAuthRequestParam
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
leave |
String |
newOwner
This parameter is required.
|
Boolean |
notify |
String |
teamId
This parameter is required.
|
构造器和说明 |
---|
HandoverTeamWithoutAuthRequestParam() |
@NameInMap(value="leave") public Boolean leave
@NameInMap(value="newOwner") public String newOwner
This parameter is required.
@NameInMap(value="notify") public Boolean notify
@NameInMap(value="teamId") public String teamId
This parameter is required.
public static HandoverTeamWithoutAuthRequest.HandoverTeamWithoutAuthRequestParam build(Map<String,?> map) throws Exception
Exception
public HandoverTeamWithoutAuthRequest.HandoverTeamWithoutAuthRequestParam setLeave(Boolean leave)
public Boolean getLeave()
public HandoverTeamWithoutAuthRequest.HandoverTeamWithoutAuthRequestParam setNewOwner(String newOwner)
public String getNewOwner()
public HandoverTeamWithoutAuthRequest.HandoverTeamWithoutAuthRequestParam setNotify(Boolean notify)
public Boolean getNotify()
public HandoverTeamWithoutAuthRequest.HandoverTeamWithoutAuthRequestParam setTeamId(String teamId)
public String getTeamId()
Copyright © 2024. All rights reserved.