micro_app_1_0

package
v2.0.83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddAppRolesToMemberHeaders

type AddAppRolesToMemberHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddAppRolesToMemberHeaders) GoString

func (s AddAppRolesToMemberHeaders) GoString() string

func (*AddAppRolesToMemberHeaders) SetCommonHeaders

func (*AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken

func (s *AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppRolesToMemberHeaders

func (AddAppRolesToMemberHeaders) String

type AddAppRolesToMemberRequest

type AddAppRolesToMemberRequest struct {
	MemberId   *string                               `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string                               `json:"memberType,omitempty" xml:"memberType,omitempty"`
	OpUserId   *string                               `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	RoleList   []*AddAppRolesToMemberRequestRoleList `json:"roleList,omitempty" xml:"roleList,omitempty" type:"Repeated"`
}

func (AddAppRolesToMemberRequest) GoString

func (s AddAppRolesToMemberRequest) GoString() string

func (*AddAppRolesToMemberRequest) SetMemberId

func (*AddAppRolesToMemberRequest) SetMemberType

func (*AddAppRolesToMemberRequest) SetOpUserId

func (*AddAppRolesToMemberRequest) SetRoleList

func (AddAppRolesToMemberRequest) String

type AddAppRolesToMemberRequestRoleList

type AddAppRolesToMemberRequestRoleList struct {
	RoleId       *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
}

func (AddAppRolesToMemberRequestRoleList) GoString

func (*AddAppRolesToMemberRequestRoleList) SetRoleId

func (*AddAppRolesToMemberRequestRoleList) SetScopeVersion

func (AddAppRolesToMemberRequestRoleList) String

type AddAppRolesToMemberResponse

type AddAppRolesToMemberResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddAppRolesToMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddAppRolesToMemberResponse) GoString

func (s AddAppRolesToMemberResponse) GoString() string

func (*AddAppRolesToMemberResponse) SetBody

func (*AddAppRolesToMemberResponse) SetHeaders

func (*AddAppRolesToMemberResponse) SetStatusCode

func (AddAppRolesToMemberResponse) String

type AddAppRolesToMemberResponseBody

type AddAppRolesToMemberResponseBody struct {
	Result []*AddAppRolesToMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (AddAppRolesToMemberResponseBody) GoString

func (AddAppRolesToMemberResponseBody) String

type AddAppRolesToMemberResponseBodyResult

type AddAppRolesToMemberResponseBodyResult struct {
	LatestScopeVersion *int64  `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
	RoleId             *int64  `json:"roleId,omitempty" xml:"roleId,omitempty"`
	SubErrorCode       *string `json:"subErrorCode,omitempty" xml:"subErrorCode,omitempty"`
	SubErrorMsg        *string `json:"subErrorMsg,omitempty" xml:"subErrorMsg,omitempty"`
	Success            *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (AddAppRolesToMemberResponseBodyResult) GoString

func (*AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion

func (*AddAppRolesToMemberResponseBodyResult) SetRoleId

func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorCode

func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg

func (*AddAppRolesToMemberResponseBodyResult) SetSuccess

func (AddAppRolesToMemberResponseBodyResult) String

type AddAppToWorkBenchGroupHeaders

type AddAppToWorkBenchGroupHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddAppToWorkBenchGroupHeaders) GoString

func (*AddAppToWorkBenchGroupHeaders) SetCommonHeaders

func (*AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken

func (s *AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppToWorkBenchGroupHeaders

func (AddAppToWorkBenchGroupHeaders) String

type AddAppToWorkBenchGroupRequest

type AddAppToWorkBenchGroupRequest struct {
	ComponentId      *string `json:"componentId,omitempty" xml:"componentId,omitempty"`
	EcologicalCorpId *string `json:"ecologicalCorpId,omitempty" xml:"ecologicalCorpId,omitempty"`
	OpUnionId        *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (AddAppToWorkBenchGroupRequest) GoString

func (*AddAppToWorkBenchGroupRequest) SetComponentId

func (*AddAppToWorkBenchGroupRequest) SetEcologicalCorpId

func (*AddAppToWorkBenchGroupRequest) SetOpUnionId

func (AddAppToWorkBenchGroupRequest) String

type AddAppToWorkBenchGroupResponse

type AddAppToWorkBenchGroupResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddAppToWorkBenchGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddAppToWorkBenchGroupResponse) GoString

func (*AddAppToWorkBenchGroupResponse) SetHeaders

func (*AddAppToWorkBenchGroupResponse) SetStatusCode

func (AddAppToWorkBenchGroupResponse) String

type AddAppToWorkBenchGroupResponseBody

type AddAppToWorkBenchGroupResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (AddAppToWorkBenchGroupResponseBody) GoString

func (*AddAppToWorkBenchGroupResponseBody) SetResult

func (AddAppToWorkBenchGroupResponseBody) String

type AddMemberToAppRoleHeaders

type AddMemberToAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddMemberToAppRoleHeaders) GoString

func (s AddMemberToAppRoleHeaders) GoString() string

func (*AddMemberToAppRoleHeaders) SetCommonHeaders

func (*AddMemberToAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *AddMemberToAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *AddMemberToAppRoleHeaders

func (AddMemberToAppRoleHeaders) String

func (s AddMemberToAppRoleHeaders) String() string

type AddMemberToAppRoleRequest

type AddMemberToAppRoleRequest struct {
	DeptIdList   []*int64  `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	OpUserId     *string   `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	ScopeVersion *int64    `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	UserIdList   []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (AddMemberToAppRoleRequest) GoString

func (s AddMemberToAppRoleRequest) GoString() string

func (*AddMemberToAppRoleRequest) SetDeptIdList

func (*AddMemberToAppRoleRequest) SetOpUserId

func (*AddMemberToAppRoleRequest) SetScopeVersion

func (*AddMemberToAppRoleRequest) SetUserIdList

func (AddMemberToAppRoleRequest) String

func (s AddMemberToAppRoleRequest) String() string

type AddMemberToAppRoleResponse

type AddMemberToAppRoleResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddMemberToAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddMemberToAppRoleResponse) GoString

func (s AddMemberToAppRoleResponse) GoString() string

func (*AddMemberToAppRoleResponse) SetBody

func (*AddMemberToAppRoleResponse) SetHeaders

func (*AddMemberToAppRoleResponse) SetStatusCode

func (AddMemberToAppRoleResponse) String

type AddMemberToAppRoleResponseBody

type AddMemberToAppRoleResponseBody struct {
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}

func (AddMemberToAppRoleResponseBody) GoString

func (*AddMemberToAppRoleResponseBody) SetLatestScopeVersion

func (AddMemberToAppRoleResponseBody) String

type AnheiPResponse added in v2.0.83

type AnheiPResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AnheiPResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AnheiPResponse) GoString added in v2.0.83

func (s AnheiPResponse) GoString() string

func (*AnheiPResponse) SetBody added in v2.0.83

func (*AnheiPResponse) SetHeaders added in v2.0.83

func (s *AnheiPResponse) SetHeaders(v map[string]*string) *AnheiPResponse

func (*AnheiPResponse) SetStatusCode added in v2.0.83

func (s *AnheiPResponse) SetStatusCode(v int32) *AnheiPResponse

func (AnheiPResponse) String added in v2.0.83

func (s AnheiPResponse) String() string

type AnheiPResponseBody added in v2.0.83

type AnheiPResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (AnheiPResponseBody) GoString added in v2.0.83

func (s AnheiPResponseBody) GoString() string

func (*AnheiPResponseBody) SetResult added in v2.0.83

func (s *AnheiPResponseBody) SetResult(v string) *AnheiPResponseBody

func (AnheiPResponseBody) String added in v2.0.83

func (s AnheiPResponseBody) String() string

type AnheiTest888Response added in v2.0.83

type AnheiTest888Response struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AnheiTest888ResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AnheiTest888Response) GoString added in v2.0.83

func (s AnheiTest888Response) GoString() string

func (*AnheiTest888Response) SetBody added in v2.0.83

func (*AnheiTest888Response) SetHeaders added in v2.0.83

func (s *AnheiTest888Response) SetHeaders(v map[string]*string) *AnheiTest888Response

func (*AnheiTest888Response) SetStatusCode added in v2.0.83

func (s *AnheiTest888Response) SetStatusCode(v int32) *AnheiTest888Response

func (AnheiTest888Response) String added in v2.0.83

func (s AnheiTest888Response) String() string

type AnheiTest888ResponseBody added in v2.0.83

type AnheiTest888ResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AnheiTest888ResponseBody) GoString added in v2.0.83

func (s AnheiTest888ResponseBody) GoString() string

func (*AnheiTest888ResponseBody) SetRequestId added in v2.0.83

func (AnheiTest888ResponseBody) String added in v2.0.83

func (s AnheiTest888ResponseBody) String() string

type AnheiTestBResponse added in v2.0.83

type AnheiTestBResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AnheiTestBResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AnheiTestBResponse) GoString added in v2.0.83

func (s AnheiTestBResponse) GoString() string

func (*AnheiTestBResponse) SetBody added in v2.0.83

func (*AnheiTestBResponse) SetHeaders added in v2.0.83

func (s *AnheiTestBResponse) SetHeaders(v map[string]*string) *AnheiTestBResponse

func (*AnheiTestBResponse) SetStatusCode added in v2.0.83

func (s *AnheiTestBResponse) SetStatusCode(v int32) *AnheiTestBResponse

func (AnheiTestBResponse) String added in v2.0.83

func (s AnheiTestBResponse) String() string

type AnheiTestBResponseBody added in v2.0.83

type AnheiTestBResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AnheiTestBResponseBody) GoString added in v2.0.83

func (s AnheiTestBResponseBody) GoString() string

func (*AnheiTestBResponseBody) SetRequestId added in v2.0.83

func (AnheiTestBResponseBody) String added in v2.0.83

func (s AnheiTestBResponseBody) String() string

type AnheiTestNineResponse added in v2.0.83

type AnheiTestNineResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AnheiTestNineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AnheiTestNineResponse) GoString added in v2.0.83

func (s AnheiTestNineResponse) GoString() string

func (*AnheiTestNineResponse) SetBody added in v2.0.83

func (*AnheiTestNineResponse) SetHeaders added in v2.0.83

func (*AnheiTestNineResponse) SetStatusCode added in v2.0.83

func (s *AnheiTestNineResponse) SetStatusCode(v int32) *AnheiTestNineResponse

func (AnheiTestNineResponse) String added in v2.0.83

func (s AnheiTestNineResponse) String() string

type AnheiTestNineResponseBody added in v2.0.83

type AnheiTestNineResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AnheiTestNineResponseBody) GoString added in v2.0.83

func (s AnheiTestNineResponseBody) GoString() string

func (*AnheiTestNineResponseBody) SetRequestId added in v2.0.83

func (AnheiTestNineResponseBody) String added in v2.0.83

func (s AnheiTestNineResponseBody) String() string

type AppStatusManagerTestRequest added in v2.0.83

type AppStatusManagerTestRequest struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AppStatusManagerTestRequest) GoString added in v2.0.83

func (s AppStatusManagerTestRequest) GoString() string

func (*AppStatusManagerTestRequest) SetRequestId added in v2.0.83

func (AppStatusManagerTestRequest) String added in v2.0.83

type AppStatusManagerTestResponse added in v2.0.83

type AppStatusManagerTestResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AppStatusManagerTestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AppStatusManagerTestResponse) GoString added in v2.0.83

func (s AppStatusManagerTestResponse) GoString() string

func (*AppStatusManagerTestResponse) SetBody added in v2.0.83

func (*AppStatusManagerTestResponse) SetHeaders added in v2.0.83

func (*AppStatusManagerTestResponse) SetStatusCode added in v2.0.83

func (AppStatusManagerTestResponse) String added in v2.0.83

type AppStatusManagerTestResponseBody added in v2.0.83

type AppStatusManagerTestResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AppStatusManagerTestResponseBody) GoString added in v2.0.83

func (*AppStatusManagerTestResponseBody) SetRequestId added in v2.0.83

func (AppStatusManagerTestResponseBody) String added in v2.0.83

type AyunTestOnlineResponse added in v2.0.83

type AyunTestOnlineResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AyunTestOnlineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AyunTestOnlineResponse) GoString added in v2.0.83

func (s AyunTestOnlineResponse) GoString() string

func (*AyunTestOnlineResponse) SetBody added in v2.0.83

func (*AyunTestOnlineResponse) SetHeaders added in v2.0.83

func (*AyunTestOnlineResponse) SetStatusCode added in v2.0.83

func (AyunTestOnlineResponse) String added in v2.0.83

func (s AyunTestOnlineResponse) String() string

type AyunTestOnlineResponseBody added in v2.0.83

type AyunTestOnlineResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AyunTestOnlineResponseBody) GoString added in v2.0.83

func (s AyunTestOnlineResponseBody) GoString() string

func (*AyunTestOnlineResponseBody) SetRequestId added in v2.0.83

func (AyunTestOnlineResponseBody) String added in v2.0.83

type AyunTestResponse added in v2.0.83

type AyunTestResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AyunTestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AyunTestResponse) GoString added in v2.0.83

func (s AyunTestResponse) GoString() string

func (*AyunTestResponse) SetBody added in v2.0.83

func (*AyunTestResponse) SetHeaders added in v2.0.83

func (s *AyunTestResponse) SetHeaders(v map[string]*string) *AyunTestResponse

func (*AyunTestResponse) SetStatusCode added in v2.0.83

func (s *AyunTestResponse) SetStatusCode(v int32) *AyunTestResponse

func (AyunTestResponse) String added in v2.0.83

func (s AyunTestResponse) String() string

type AyunTestResponseBody added in v2.0.83

type AyunTestResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (AyunTestResponseBody) GoString added in v2.0.83

func (s AyunTestResponseBody) GoString() string

func (*AyunTestResponseBody) SetRequestId added in v2.0.83

func (s *AyunTestResponseBody) SetRequestId(v string) *AyunTestResponseBody

func (AyunTestResponseBody) String added in v2.0.83

func (s AyunTestResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddAppRolesToMember

func (client *Client) AddAppRolesToMember(agentId *string, request *AddAppRolesToMemberRequest) (_result *AddAppRolesToMemberResponse, _err error)

func (*Client) AddAppRolesToMemberWithOptions

func (client *Client) AddAppRolesToMemberWithOptions(agentId *string, request *AddAppRolesToMemberRequest, headers *AddAppRolesToMemberHeaders, runtime *util.RuntimeOptions) (_result *AddAppRolesToMemberResponse, _err error)

func (*Client) AddAppToWorkBenchGroup

func (client *Client) AddAppToWorkBenchGroup(agentId *string, request *AddAppToWorkBenchGroupRequest) (_result *AddAppToWorkBenchGroupResponse, _err error)

func (*Client) AddAppToWorkBenchGroupWithOptions

func (client *Client) AddAppToWorkBenchGroupWithOptions(agentId *string, request *AddAppToWorkBenchGroupRequest, headers *AddAppToWorkBenchGroupHeaders, runtime *util.RuntimeOptions) (_result *AddAppToWorkBenchGroupResponse, _err error)

func (*Client) AddMemberToAppRole

func (client *Client) AddMemberToAppRole(agentId *string, roleId *string, request *AddMemberToAppRoleRequest) (_result *AddMemberToAppRoleResponse, _err error)

func (*Client) AddMemberToAppRoleWithOptions

func (client *Client) AddMemberToAppRoleWithOptions(agentId *string, roleId *string, request *AddMemberToAppRoleRequest, headers *AddMemberToAppRoleHeaders, runtime *util.RuntimeOptions) (_result *AddMemberToAppRoleResponse, _err error)

func (*Client) AnheiP added in v2.0.83

func (client *Client) AnheiP() (_result *AnheiPResponse, _err error)

func (*Client) AnheiPWithOptions added in v2.0.83

func (client *Client) AnheiPWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *AnheiPResponse, _err error)

func (*Client) AnheiTest888 added in v2.0.83

func (client *Client) AnheiTest888() (_result *AnheiTest888Response, _err error)

func (*Client) AnheiTest888WithOptions added in v2.0.83

func (client *Client) AnheiTest888WithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *AnheiTest888Response, _err error)

func (*Client) AnheiTestB added in v2.0.83

func (client *Client) AnheiTestB() (_result *AnheiTestBResponse, _err error)

func (*Client) AnheiTestBWithOptions added in v2.0.83

func (client *Client) AnheiTestBWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *AnheiTestBResponse, _err error)

func (*Client) AnheiTestNine added in v2.0.83

func (client *Client) AnheiTestNine() (_result *AnheiTestNineResponse, _err error)

func (*Client) AnheiTestNineWithOptions added in v2.0.83

func (client *Client) AnheiTestNineWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *AnheiTestNineResponse, _err error)

func (*Client) AppStatusManagerTest added in v2.0.83

func (client *Client) AppStatusManagerTest(request *AppStatusManagerTestRequest) (_result *AppStatusManagerTestResponse, _err error)

func (*Client) AppStatusManagerTestWithOptions added in v2.0.83

func (client *Client) AppStatusManagerTestWithOptions(request *AppStatusManagerTestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AppStatusManagerTestResponse, _err error)

func (*Client) AyunTest added in v2.0.83

func (client *Client) AyunTest() (_result *AyunTestResponse, _err error)

func (*Client) AyunTestOnline added in v2.0.83

func (client *Client) AyunTestOnline() (_result *AyunTestOnlineResponse, _err error)

func (*Client) AyunTestOnlineWithOptions added in v2.0.83

func (client *Client) AyunTestOnlineWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *AyunTestOnlineResponse, _err error)

func (*Client) AyunTestWithOptions added in v2.0.83

func (client *Client) AyunTestWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *AyunTestResponse, _err error)

func (*Client) CreateApaasApp

func (client *Client) CreateApaasApp(request *CreateApaasAppRequest) (_result *CreateApaasAppResponse, _err error)

func (*Client) CreateApaasAppWithOptions

func (client *Client) CreateApaasAppWithOptions(request *CreateApaasAppRequest, headers *CreateApaasAppHeaders, runtime *util.RuntimeOptions) (_result *CreateApaasAppResponse, _err error)

func (*Client) CreateInnerApp

func (client *Client) CreateInnerApp(request *CreateInnerAppRequest) (_result *CreateInnerAppResponse, _err error)

func (*Client) CreateInnerAppWithOptions

func (client *Client) CreateInnerAppWithOptions(request *CreateInnerAppRequest, headers *CreateInnerAppHeaders, runtime *util.RuntimeOptions) (_result *CreateInnerAppResponse, _err error)

func (*Client) DeleteAppRole

func (client *Client) DeleteAppRole(agentId *string, roleId *string, request *DeleteAppRoleRequest) (_result *DeleteAppRoleResponse, _err error)

func (*Client) DeleteAppRoleWithOptions

func (client *Client) DeleteAppRoleWithOptions(agentId *string, roleId *string, request *DeleteAppRoleRequest, headers *DeleteAppRoleHeaders, runtime *util.RuntimeOptions) (_result *DeleteAppRoleResponse, _err error)

func (*Client) DeleteInnerApp

func (client *Client) DeleteInnerApp(agentId *string, request *DeleteInnerAppRequest) (_result *DeleteInnerAppResponse, _err error)

func (*Client) DeleteInnerAppWithOptions

func (client *Client) DeleteInnerAppWithOptions(agentId *string, request *DeleteInnerAppRequest, headers *DeleteInnerAppHeaders, runtime *util.RuntimeOptions) (_result *DeleteInnerAppResponse, _err error)

func (*Client) GetApaasApp

func (client *Client) GetApaasApp(bizAppId *string) (_result *GetApaasAppResponse, _err error)

func (*Client) GetApaasAppWithOptions

func (client *Client) GetApaasAppWithOptions(bizAppId *string, headers *GetApaasAppHeaders, runtime *util.RuntimeOptions) (_result *GetApaasAppResponse, _err error)

func (*Client) GetAppResourceUseInfo added in v2.0.83

func (client *Client) GetAppResourceUseInfo(request *GetAppResourceUseInfoRequest) (_result *GetAppResourceUseInfoResponse, _err error)

func (*Client) GetAppResourceUseInfoWithOptions added in v2.0.83

func (client *Client) GetAppResourceUseInfoWithOptions(request *GetAppResourceUseInfoRequest, headers *GetAppResourceUseInfoHeaders, runtime *util.RuntimeOptions) (_result *GetAppResourceUseInfoResponse, _err error)

func (*Client) GetAppRoleScopeByRoleId

func (client *Client) GetAppRoleScopeByRoleId(agentId *string, roleId *string) (_result *GetAppRoleScopeByRoleIdResponse, _err error)

func (*Client) GetAppRoleScopeByRoleIdWithOptions

func (client *Client) GetAppRoleScopeByRoleIdWithOptions(agentId *string, roleId *string, headers *GetAppRoleScopeByRoleIdHeaders, runtime *util.RuntimeOptions) (_result *GetAppRoleScopeByRoleIdResponse, _err error)

func (*Client) GetInnerApp

func (client *Client) GetInnerApp(agentId *string, request *GetInnerAppRequest) (_result *GetInnerAppResponse, _err error)

func (*Client) GetInnerAppWithOptions

func (client *Client) GetInnerAppWithOptions(agentId *string, request *GetInnerAppRequest, headers *GetInnerAppHeaders, runtime *util.RuntimeOptions) (_result *GetInnerAppResponse, _err error)

func (*Client) GetMicroAppScope

func (client *Client) GetMicroAppScope(agentId *string) (_result *GetMicroAppScopeResponse, _err error)

func (*Client) GetMicroAppScopeWithOptions

func (client *Client) GetMicroAppScopeWithOptions(agentId *string, headers *GetMicroAppScopeHeaders, runtime *util.RuntimeOptions) (_result *GetMicroAppScopeResponse, _err error)

func (*Client) GetMicroAppUserAccess

func (client *Client) GetMicroAppUserAccess(agentId *string, userId *string) (_result *GetMicroAppUserAccessResponse, _err error)

func (*Client) GetMicroAppUserAccessWithOptions

func (client *Client) GetMicroAppUserAccessWithOptions(agentId *string, userId *string, headers *GetMicroAppUserAccessHeaders, runtime *util.RuntimeOptions) (_result *GetMicroAppUserAccessResponse, _err error)

func (*Client) GetUserAppDevAccess

func (client *Client) GetUserAppDevAccess(userId *string) (_result *GetUserAppDevAccessResponse, _err error)

func (*Client) GetUserAppDevAccessWithOptions

func (client *Client) GetUserAppDevAccessWithOptions(userId *string, headers *GetUserAppDevAccessHeaders, runtime *util.RuntimeOptions) (_result *GetUserAppDevAccessResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListAllApp

func (client *Client) ListAllApp() (_result *ListAllAppResponse, _err error)

func (*Client) ListAllAppWithOptions

func (client *Client) ListAllAppWithOptions(headers *ListAllAppHeaders, runtime *util.RuntimeOptions) (_result *ListAllAppResponse, _err error)

func (*Client) ListAllInnerApps

func (client *Client) ListAllInnerApps() (_result *ListAllInnerAppsResponse, _err error)

func (*Client) ListAllInnerAppsWithOptions

func (client *Client) ListAllInnerAppsWithOptions(headers *ListAllInnerAppsHeaders, runtime *util.RuntimeOptions) (_result *ListAllInnerAppsResponse, _err error)

func (*Client) ListAppRoleScopes

func (client *Client) ListAppRoleScopes(agentId *string, request *ListAppRoleScopesRequest) (_result *ListAppRoleScopesResponse, _err error)

func (*Client) ListAppRoleScopesWithOptions

func (client *Client) ListAppRoleScopesWithOptions(agentId *string, request *ListAppRoleScopesRequest, headers *ListAppRoleScopesHeaders, runtime *util.RuntimeOptions) (_result *ListAppRoleScopesResponse, _err error)

func (*Client) ListInnerApp

func (client *Client) ListInnerApp(request *ListInnerAppRequest) (_result *ListInnerAppResponse, _err error)

func (*Client) ListInnerAppVersion

func (client *Client) ListInnerAppVersion(agentId *string) (_result *ListInnerAppVersionResponse, _err error)

func (*Client) ListInnerAppVersionWithOptions

func (client *Client) ListInnerAppVersionWithOptions(agentId *string, headers *ListInnerAppVersionHeaders, runtime *util.RuntimeOptions) (_result *ListInnerAppVersionResponse, _err error)

func (*Client) ListInnerAppWithOptions

func (client *Client) ListInnerAppWithOptions(request *ListInnerAppRequest, headers *ListInnerAppHeaders, runtime *util.RuntimeOptions) (_result *ListInnerAppResponse, _err error)

func (*Client) ListRoleInfoByUser

func (client *Client) ListRoleInfoByUser(agentId *string, userId *string) (_result *ListRoleInfoByUserResponse, _err error)

func (*Client) ListRoleInfoByUserWithOptions

func (client *Client) ListRoleInfoByUserWithOptions(agentId *string, userId *string, headers *ListRoleInfoByUserHeaders, runtime *util.RuntimeOptions) (_result *ListRoleInfoByUserResponse, _err error)

func (*Client) ListUserVilebleApp

func (client *Client) ListUserVilebleApp(userId *string) (_result *ListUserVilebleAppResponse, _err error)

func (*Client) ListUserVilebleAppWithOptions

func (client *Client) ListUserVilebleAppWithOptions(userId *string, headers *ListUserVilebleAppHeaders, runtime *util.RuntimeOptions) (_result *ListUserVilebleAppResponse, _err error)

func (*Client) PageInnerAppHistoryVersion

func (client *Client) PageInnerAppHistoryVersion(agentId *string, request *PageInnerAppHistoryVersionRequest) (_result *PageInnerAppHistoryVersionResponse, _err error)

func (*Client) PageInnerAppHistoryVersionWithOptions

func (client *Client) PageInnerAppHistoryVersionWithOptions(agentId *string, request *PageInnerAppHistoryVersionRequest, headers *PageInnerAppHistoryVersionHeaders, runtime *util.RuntimeOptions) (_result *PageInnerAppHistoryVersionResponse, _err error)

func (*Client) PublishInnerAppVersion

func (client *Client) PublishInnerAppVersion(agentId *string, request *PublishInnerAppVersionRequest) (_result *PublishInnerAppVersionResponse, _err error)

func (*Client) PublishInnerAppVersionWithOptions

func (client *Client) PublishInnerAppVersionWithOptions(agentId *string, request *PublishInnerAppVersionRequest, headers *PublishInnerAppVersionHeaders, runtime *util.RuntimeOptions) (_result *PublishInnerAppVersionResponse, _err error)

func (*Client) RebuildRoleScopeForAppRole

func (client *Client) RebuildRoleScopeForAppRole(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest) (_result *RebuildRoleScopeForAppRoleResponse, _err error)

func (*Client) RebuildRoleScopeForAppRoleWithOptions

func (client *Client) RebuildRoleScopeForAppRoleWithOptions(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest, headers *RebuildRoleScopeForAppRoleHeaders, runtime *util.RuntimeOptions) (_result *RebuildRoleScopeForAppRoleResponse, _err error)

func (*Client) RegisterCustomAppRole

func (client *Client) RegisterCustomAppRole(agentId *string, request *RegisterCustomAppRoleRequest) (_result *RegisterCustomAppRoleResponse, _err error)

func (*Client) RegisterCustomAppRoleWithOptions

func (client *Client) RegisterCustomAppRoleWithOptions(agentId *string, request *RegisterCustomAppRoleRequest, headers *RegisterCustomAppRoleHeaders, runtime *util.RuntimeOptions) (_result *RegisterCustomAppRoleResponse, _err error)

func (*Client) RemoveApaasApp

func (client *Client) RemoveApaasApp(request *RemoveApaasAppRequest) (_result *RemoveApaasAppResponse, _err error)

func (*Client) RemoveApaasAppWithOptions

func (client *Client) RemoveApaasAppWithOptions(request *RemoveApaasAppRequest, headers *RemoveApaasAppHeaders, runtime *util.RuntimeOptions) (_result *RemoveApaasAppResponse, _err error)

func (*Client) RemoveMemberForAppRole

func (client *Client) RemoveMemberForAppRole(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest) (_result *RemoveMemberForAppRoleResponse, _err error)

func (*Client) RemoveMemberForAppRoleWithOptions

func (client *Client) RemoveMemberForAppRoleWithOptions(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest, headers *RemoveMemberForAppRoleHeaders, runtime *util.RuntimeOptions) (_result *RemoveMemberForAppRoleResponse, _err error)

func (*Client) RollbackInnerAppVersion

func (client *Client) RollbackInnerAppVersion(agentId *string, request *RollbackInnerAppVersionRequest) (_result *RollbackInnerAppVersionResponse, _err error)

func (*Client) RollbackInnerAppVersionWithOptions

func (client *Client) RollbackInnerAppVersionWithOptions(agentId *string, request *RollbackInnerAppVersionRequest, headers *RollbackInnerAppVersionHeaders, runtime *util.RuntimeOptions) (_result *RollbackInnerAppVersionResponse, _err error)

func (*Client) SetMicroAppScope

func (client *Client) SetMicroAppScope(agentId *string, request *SetMicroAppScopeRequest) (_result *SetMicroAppScopeResponse, _err error)

func (*Client) SetMicroAppScopeWithOptions

func (client *Client) SetMicroAppScopeWithOptions(agentId *string, request *SetMicroAppScopeRequest, headers *SetMicroAppScopeHeaders, runtime *util.RuntimeOptions) (_result *SetMicroAppScopeResponse, _err error)

func (*Client) UpdateApaasApp

func (client *Client) UpdateApaasApp(request *UpdateApaasAppRequest) (_result *UpdateApaasAppResponse, _err error)

func (*Client) UpdateApaasAppWithOptions

func (client *Client) UpdateApaasAppWithOptions(request *UpdateApaasAppRequest, headers *UpdateApaasAppHeaders, runtime *util.RuntimeOptions) (_result *UpdateApaasAppResponse, _err error)

func (*Client) UpdateAppRoleInfo

func (client *Client) UpdateAppRoleInfo(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest) (_result *UpdateAppRoleInfoResponse, _err error)

func (*Client) UpdateAppRoleInfoWithOptions

func (client *Client) UpdateAppRoleInfoWithOptions(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest, headers *UpdateAppRoleInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateAppRoleInfoResponse, _err error)

func (*Client) UpdateInnerApp

func (client *Client) UpdateInnerApp(agentId *string, request *UpdateInnerAppRequest) (_result *UpdateInnerAppResponse, _err error)

func (*Client) UpdateInnerAppWithOptions

func (client *Client) UpdateInnerAppWithOptions(agentId *string, request *UpdateInnerAppRequest, headers *UpdateInnerAppHeaders, runtime *util.RuntimeOptions) (_result *UpdateInnerAppResponse, _err error)

type CreateApaasAppHeaders

type CreateApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateApaasAppHeaders) GoString

func (s CreateApaasAppHeaders) GoString() string

func (*CreateApaasAppHeaders) SetCommonHeaders

func (s *CreateApaasAppHeaders) SetCommonHeaders(v map[string]*string) *CreateApaasAppHeaders

func (*CreateApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *CreateApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *CreateApaasAppHeaders

func (CreateApaasAppHeaders) String

func (s CreateApaasAppHeaders) String() string

type CreateApaasAppRequest

type CreateApaasAppRequest struct {
	AppDesc            *string `json:"appDesc,omitempty" xml:"appDesc,omitempty"`
	AppIcon            *string `json:"appIcon,omitempty" xml:"appIcon,omitempty"`
	AppName            *string `json:"appName,omitempty" xml:"appName,omitempty"`
	BizAppId           *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	HomepageEditLink   *string `json:"homepageEditLink,omitempty" xml:"homepageEditLink,omitempty"`
	HomepageLink       *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	IsShortCut         *int32  `json:"isShortCut,omitempty" xml:"isShortCut,omitempty"`
	OmpLink            *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	OpUserId           *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	PcHomepageEditLink *string `json:"pcHomepageEditLink,omitempty" xml:"pcHomepageEditLink,omitempty"`
	PcHomepageLink     *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
	TemplateKey        *string `json:"templateKey,omitempty" xml:"templateKey,omitempty"`
}

func (CreateApaasAppRequest) GoString

func (s CreateApaasAppRequest) GoString() string

func (*CreateApaasAppRequest) SetAppDesc

func (*CreateApaasAppRequest) SetAppIcon

func (*CreateApaasAppRequest) SetAppName

func (*CreateApaasAppRequest) SetBizAppId

func (s *CreateApaasAppRequest) SetHomepageEditLink(v string) *CreateApaasAppRequest
func (s *CreateApaasAppRequest) SetHomepageLink(v string) *CreateApaasAppRequest

func (*CreateApaasAppRequest) SetIsShortCut

func (s *CreateApaasAppRequest) SetIsShortCut(v int32) *CreateApaasAppRequest

func (*CreateApaasAppRequest) SetOpUserId

func (s *CreateApaasAppRequest) SetPcHomepageEditLink(v string) *CreateApaasAppRequest
func (s *CreateApaasAppRequest) SetPcHomepageLink(v string) *CreateApaasAppRequest

func (*CreateApaasAppRequest) SetTemplateKey

func (s *CreateApaasAppRequest) SetTemplateKey(v string) *CreateApaasAppRequest

func (CreateApaasAppRequest) String

func (s CreateApaasAppRequest) String() string

type CreateApaasAppResponse

type CreateApaasAppResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateApaasAppResponse) GoString

func (s CreateApaasAppResponse) GoString() string

func (*CreateApaasAppResponse) SetBody

func (*CreateApaasAppResponse) SetHeaders

func (*CreateApaasAppResponse) SetStatusCode

func (CreateApaasAppResponse) String

func (s CreateApaasAppResponse) String() string

type CreateApaasAppResponseBody

type CreateApaasAppResponseBody struct {
	AgentId  *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
}

func (CreateApaasAppResponseBody) GoString

func (s CreateApaasAppResponseBody) GoString() string

func (*CreateApaasAppResponseBody) SetAgentId

func (*CreateApaasAppResponseBody) SetBizAppId

func (CreateApaasAppResponseBody) String

type CreateInnerAppHeaders

type CreateInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateInnerAppHeaders) GoString

func (s CreateInnerAppHeaders) GoString() string

func (*CreateInnerAppHeaders) SetCommonHeaders

func (s *CreateInnerAppHeaders) SetCommonHeaders(v map[string]*string) *CreateInnerAppHeaders

func (*CreateInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *CreateInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *CreateInnerAppHeaders

func (CreateInnerAppHeaders) String

func (s CreateInnerAppHeaders) String() string

type CreateInnerAppRequest

type CreateInnerAppRequest struct {
	Desc           *string   `json:"desc,omitempty" xml:"desc,omitempty"`
	DevelopType    *int32    `json:"developType,omitempty" xml:"developType,omitempty"`
	HomepageLink   *string   `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string   `json:"icon,omitempty" xml:"icon,omitempty"`
	IpWhiteList    []*string `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Repeated"`
	Name           *string   `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string   `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	OpUnionId      *string   `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
	PcHomepageLink *string   `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
	ScopeType      *string   `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
}

func (CreateInnerAppRequest) GoString

func (s CreateInnerAppRequest) GoString() string

func (*CreateInnerAppRequest) SetDesc

func (*CreateInnerAppRequest) SetDevelopType

func (s *CreateInnerAppRequest) SetDevelopType(v int32) *CreateInnerAppRequest
func (s *CreateInnerAppRequest) SetHomepageLink(v string) *CreateInnerAppRequest

func (*CreateInnerAppRequest) SetIcon

func (*CreateInnerAppRequest) SetIpWhiteList

func (s *CreateInnerAppRequest) SetIpWhiteList(v []*string) *CreateInnerAppRequest

func (*CreateInnerAppRequest) SetName

func (*CreateInnerAppRequest) SetOpUnionId

func (s *CreateInnerAppRequest) SetPcHomepageLink(v string) *CreateInnerAppRequest

func (*CreateInnerAppRequest) SetScopeType

func (CreateInnerAppRequest) String

func (s CreateInnerAppRequest) String() string

type CreateInnerAppResponse

type CreateInnerAppResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateInnerAppResponse) GoString

func (s CreateInnerAppResponse) GoString() string

func (*CreateInnerAppResponse) SetBody

func (*CreateInnerAppResponse) SetHeaders

func (*CreateInnerAppResponse) SetStatusCode

func (CreateInnerAppResponse) String

func (s CreateInnerAppResponse) String() string

type CreateInnerAppResponseBody

type CreateInnerAppResponseBody struct {
	AgentId   *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	AppKey    *string `json:"appKey,omitempty" xml:"appKey,omitempty"`
	AppSecret *string `json:"appSecret,omitempty" xml:"appSecret,omitempty"`
}

func (CreateInnerAppResponseBody) GoString

func (s CreateInnerAppResponseBody) GoString() string

func (*CreateInnerAppResponseBody) SetAgentId

func (*CreateInnerAppResponseBody) SetAppKey

func (*CreateInnerAppResponseBody) SetAppSecret

func (CreateInnerAppResponseBody) String

type DeleteAppRoleHeaders

type DeleteAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeleteAppRoleHeaders) GoString

func (s DeleteAppRoleHeaders) GoString() string

func (*DeleteAppRoleHeaders) SetCommonHeaders

func (s *DeleteAppRoleHeaders) SetCommonHeaders(v map[string]*string) *DeleteAppRoleHeaders

func (*DeleteAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteAppRoleHeaders

func (DeleteAppRoleHeaders) String

func (s DeleteAppRoleHeaders) String() string

type DeleteAppRoleRequest

type DeleteAppRoleRequest struct {
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (DeleteAppRoleRequest) GoString

func (s DeleteAppRoleRequest) GoString() string

func (*DeleteAppRoleRequest) SetOpUserId

func (DeleteAppRoleRequest) String

func (s DeleteAppRoleRequest) String() string

type DeleteAppRoleResponse

type DeleteAppRoleResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteAppRoleResponse) GoString

func (s DeleteAppRoleResponse) GoString() string

func (*DeleteAppRoleResponse) SetBody

func (*DeleteAppRoleResponse) SetHeaders

func (*DeleteAppRoleResponse) SetStatusCode

func (s *DeleteAppRoleResponse) SetStatusCode(v int32) *DeleteAppRoleResponse

func (DeleteAppRoleResponse) String

func (s DeleteAppRoleResponse) String() string

type DeleteAppRoleResponseBody

type DeleteAppRoleResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteAppRoleResponseBody) GoString

func (s DeleteAppRoleResponseBody) GoString() string

func (*DeleteAppRoleResponseBody) SetResult

func (DeleteAppRoleResponseBody) String

func (s DeleteAppRoleResponseBody) String() string

type DeleteInnerAppHeaders

type DeleteInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeleteInnerAppHeaders) GoString

func (s DeleteInnerAppHeaders) GoString() string

func (*DeleteInnerAppHeaders) SetCommonHeaders

func (s *DeleteInnerAppHeaders) SetCommonHeaders(v map[string]*string) *DeleteInnerAppHeaders

func (*DeleteInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteInnerAppHeaders

func (DeleteInnerAppHeaders) String

func (s DeleteInnerAppHeaders) String() string

type DeleteInnerAppRequest

type DeleteInnerAppRequest struct {
	OpUnionId *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (DeleteInnerAppRequest) GoString

func (s DeleteInnerAppRequest) GoString() string

func (*DeleteInnerAppRequest) SetOpUnionId

func (DeleteInnerAppRequest) String

func (s DeleteInnerAppRequest) String() string

type DeleteInnerAppResponse

type DeleteInnerAppResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteInnerAppResponse) GoString

func (s DeleteInnerAppResponse) GoString() string

func (*DeleteInnerAppResponse) SetBody

func (*DeleteInnerAppResponse) SetHeaders

func (*DeleteInnerAppResponse) SetStatusCode

func (DeleteInnerAppResponse) String

func (s DeleteInnerAppResponse) String() string

type DeleteInnerAppResponseBody

type DeleteInnerAppResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteInnerAppResponseBody) GoString

func (s DeleteInnerAppResponseBody) GoString() string

func (*DeleteInnerAppResponseBody) SetResult

func (DeleteInnerAppResponseBody) String

type GetApaasAppHeaders

type GetApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetApaasAppHeaders) GoString

func (s GetApaasAppHeaders) GoString() string

func (*GetApaasAppHeaders) SetCommonHeaders

func (s *GetApaasAppHeaders) SetCommonHeaders(v map[string]*string) *GetApaasAppHeaders

func (*GetApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *GetApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *GetApaasAppHeaders

func (GetApaasAppHeaders) String

func (s GetApaasAppHeaders) String() string

type GetApaasAppResponse

type GetApaasAppResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetApaasAppResponse) GoString

func (s GetApaasAppResponse) GoString() string

func (*GetApaasAppResponse) SetBody

func (*GetApaasAppResponse) SetHeaders

func (s *GetApaasAppResponse) SetHeaders(v map[string]*string) *GetApaasAppResponse

func (*GetApaasAppResponse) SetStatusCode

func (s *GetApaasAppResponse) SetStatusCode(v int32) *GetApaasAppResponse

func (GetApaasAppResponse) String

func (s GetApaasAppResponse) String() string

type GetApaasAppResponseBody

type GetApaasAppResponseBody struct {
	AgentId       *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	BizAppId      *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	PublishStatus *string `json:"publishStatus,omitempty" xml:"publishStatus,omitempty"`
}

func (GetApaasAppResponseBody) GoString

func (s GetApaasAppResponseBody) GoString() string

func (*GetApaasAppResponseBody) SetAgentId

func (*GetApaasAppResponseBody) SetBizAppId

func (*GetApaasAppResponseBody) SetPublishStatus

func (s *GetApaasAppResponseBody) SetPublishStatus(v string) *GetApaasAppResponseBody

func (GetApaasAppResponseBody) String

func (s GetApaasAppResponseBody) String() string

type GetAppResourceUseInfoHeaders added in v2.0.83

type GetAppResourceUseInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetAppResourceUseInfoHeaders) GoString added in v2.0.83

func (s GetAppResourceUseInfoHeaders) GoString() string

func (*GetAppResourceUseInfoHeaders) SetCommonHeaders added in v2.0.83

func (*GetAppResourceUseInfoHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *GetAppResourceUseInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppResourceUseInfoHeaders

func (GetAppResourceUseInfoHeaders) String added in v2.0.83

type GetAppResourceUseInfoRequest added in v2.0.83

type GetAppResourceUseInfoRequest struct {
	BenefitCode *string `json:"benefitCode,omitempty" xml:"benefitCode,omitempty"`
	EndTime     *string `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PeriodType  *string `json:"periodType,omitempty" xml:"periodType,omitempty"`
	StartTime   *string `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (GetAppResourceUseInfoRequest) GoString added in v2.0.83

func (s GetAppResourceUseInfoRequest) GoString() string

func (*GetAppResourceUseInfoRequest) SetBenefitCode added in v2.0.83

func (*GetAppResourceUseInfoRequest) SetEndTime added in v2.0.83

func (*GetAppResourceUseInfoRequest) SetPeriodType added in v2.0.83

func (*GetAppResourceUseInfoRequest) SetStartTime added in v2.0.83

func (GetAppResourceUseInfoRequest) String added in v2.0.83

type GetAppResourceUseInfoResponse added in v2.0.83

type GetAppResourceUseInfoResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       []*GetAppResourceUseInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (GetAppResourceUseInfoResponse) GoString added in v2.0.83

func (*GetAppResourceUseInfoResponse) SetBody added in v2.0.83

func (*GetAppResourceUseInfoResponse) SetHeaders added in v2.0.83

func (*GetAppResourceUseInfoResponse) SetStatusCode added in v2.0.83

func (GetAppResourceUseInfoResponse) String added in v2.0.83

type GetAppResourceUseInfoResponseBody added in v2.0.83

type GetAppResourceUseInfoResponseBody struct {
	Period   *string `json:"period,omitempty" xml:"period,omitempty"`
	UsedNum  *int64  `json:"usedNum,omitempty" xml:"usedNum,omitempty"`
	QuotaNum *int64  `json:"quotaNum,omitempty" xml:"quotaNum,omitempty"`
}

func (GetAppResourceUseInfoResponseBody) GoString added in v2.0.83

func (*GetAppResourceUseInfoResponseBody) SetPeriod added in v2.0.83

func (*GetAppResourceUseInfoResponseBody) SetQuotaNum added in v2.0.83

func (*GetAppResourceUseInfoResponseBody) SetUsedNum added in v2.0.83

func (GetAppResourceUseInfoResponseBody) String added in v2.0.83

type GetAppRoleScopeByRoleIdHeaders

type GetAppRoleScopeByRoleIdHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetAppRoleScopeByRoleIdHeaders) GoString

func (*GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders

func (*GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken

func (s *GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppRoleScopeByRoleIdHeaders

func (GetAppRoleScopeByRoleIdHeaders) String

type GetAppRoleScopeByRoleIdResponse

type GetAppRoleScopeByRoleIdResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetAppRoleScopeByRoleIdResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetAppRoleScopeByRoleIdResponse) GoString

func (*GetAppRoleScopeByRoleIdResponse) SetHeaders

func (*GetAppRoleScopeByRoleIdResponse) SetStatusCode

func (GetAppRoleScopeByRoleIdResponse) String

type GetAppRoleScopeByRoleIdResponseBody

type GetAppRoleScopeByRoleIdResponseBody struct {
	CanManageRole *bool     `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	DeptIdList    []*int64  `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	RoleId        *int64    `json:"roleId,omitempty" xml:"roleId,omitempty"`
	RoleName      *string   `json:"roleName,omitempty" xml:"roleName,omitempty"`
	ScopeType     *string   `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	ScopeVersion  *string   `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	UserIdList    []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (GetAppRoleScopeByRoleIdResponseBody) GoString

func (*GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole

func (*GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList

func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleId

func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleName

func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeType

func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion

func (*GetAppRoleScopeByRoleIdResponseBody) SetUserIdList

func (GetAppRoleScopeByRoleIdResponseBody) String

type GetInnerAppHeaders

type GetInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetInnerAppHeaders) GoString

func (s GetInnerAppHeaders) GoString() string

func (*GetInnerAppHeaders) SetCommonHeaders

func (s *GetInnerAppHeaders) SetCommonHeaders(v map[string]*string) *GetInnerAppHeaders

func (*GetInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *GetInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *GetInnerAppHeaders

func (GetInnerAppHeaders) String

func (s GetInnerAppHeaders) String() string

type GetInnerAppRequest

type GetInnerAppRequest struct {
	EcologicalCorpId *string `json:"ecologicalCorpId,omitempty" xml:"ecologicalCorpId,omitempty"`
	OpUnionId        *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (GetInnerAppRequest) GoString

func (s GetInnerAppRequest) GoString() string

func (*GetInnerAppRequest) SetEcologicalCorpId

func (s *GetInnerAppRequest) SetEcologicalCorpId(v string) *GetInnerAppRequest

func (*GetInnerAppRequest) SetOpUnionId

func (s *GetInnerAppRequest) SetOpUnionId(v string) *GetInnerAppRequest

func (GetInnerAppRequest) String

func (s GetInnerAppRequest) String() string

type GetInnerAppResponse

type GetInnerAppResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetInnerAppResponse) GoString

func (s GetInnerAppResponse) GoString() string

func (*GetInnerAppResponse) SetBody

func (*GetInnerAppResponse) SetHeaders

func (s *GetInnerAppResponse) SetHeaders(v map[string]*string) *GetInnerAppResponse

func (*GetInnerAppResponse) SetStatusCode

func (s *GetInnerAppResponse) SetStatusCode(v int32) *GetInnerAppResponse

func (GetInnerAppResponse) String

func (s GetInnerAppResponse) String() string

type GetInnerAppResponseBody

type GetInnerAppResponseBody struct {
	AgentId        *int64    `json:"agentId,omitempty" xml:"agentId,omitempty"`
	AppKey         *string   `json:"appKey,omitempty" xml:"appKey,omitempty"`
	AppSecret      *string   `json:"appSecret,omitempty" xml:"appSecret,omitempty"`
	Desc           *string   `json:"desc,omitempty" xml:"desc,omitempty"`
	HomepageLink   *string   `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string   `json:"icon,omitempty" xml:"icon,omitempty"`
	IpWhiteList    []*string `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Repeated"`
	Name           *string   `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string   `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	PcHomepageLink *string   `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (GetInnerAppResponseBody) GoString

func (s GetInnerAppResponseBody) GoString() string

func (*GetInnerAppResponseBody) SetAgentId

func (*GetInnerAppResponseBody) SetAppKey

func (*GetInnerAppResponseBody) SetAppSecret

func (*GetInnerAppResponseBody) SetDesc

func (*GetInnerAppResponseBody) SetIcon

func (*GetInnerAppResponseBody) SetIpWhiteList

func (s *GetInnerAppResponseBody) SetIpWhiteList(v []*string) *GetInnerAppResponseBody

func (*GetInnerAppResponseBody) SetName

func (s *GetInnerAppResponseBody) SetPcHomepageLink(v string) *GetInnerAppResponseBody

func (GetInnerAppResponseBody) String

func (s GetInnerAppResponseBody) String() string

type GetMicroAppScopeHeaders

type GetMicroAppScopeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetMicroAppScopeHeaders) GoString

func (s GetMicroAppScopeHeaders) GoString() string

func (*GetMicroAppScopeHeaders) SetCommonHeaders

func (s *GetMicroAppScopeHeaders) SetCommonHeaders(v map[string]*string) *GetMicroAppScopeHeaders

func (*GetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken

func (s *GetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppScopeHeaders

func (GetMicroAppScopeHeaders) String

func (s GetMicroAppScopeHeaders) String() string

type GetMicroAppScopeResponse

type GetMicroAppScopeResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetMicroAppScopeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetMicroAppScopeResponse) GoString

func (s GetMicroAppScopeResponse) GoString() string

func (*GetMicroAppScopeResponse) SetBody

func (*GetMicroAppScopeResponse) SetHeaders

func (*GetMicroAppScopeResponse) SetStatusCode

func (GetMicroAppScopeResponse) String

func (s GetMicroAppScopeResponse) String() string

type GetMicroAppScopeResponseBody

type GetMicroAppScopeResponseBody struct {
	Result *GetMicroAppScopeResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetMicroAppScopeResponseBody) GoString

func (s GetMicroAppScopeResponseBody) GoString() string

func (*GetMicroAppScopeResponseBody) SetResult

func (GetMicroAppScopeResponseBody) String

type GetMicroAppScopeResponseBodyResult

type GetMicroAppScopeResponseBodyResult struct {
	DeptIds          []*int64  `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	OnlyAdminVisible *bool     `json:"onlyAdminVisible,omitempty" xml:"onlyAdminVisible,omitempty"`
	RoleIds          []*int64  `json:"roleIds,omitempty" xml:"roleIds,omitempty" type:"Repeated"`
	UserIds          []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetMicroAppScopeResponseBodyResult) GoString

func (*GetMicroAppScopeResponseBodyResult) SetDeptIds

func (*GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible

func (*GetMicroAppScopeResponseBodyResult) SetRoleIds

func (*GetMicroAppScopeResponseBodyResult) SetUserIds

func (GetMicroAppScopeResponseBodyResult) String

type GetMicroAppUserAccessHeaders

type GetMicroAppUserAccessHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetMicroAppUserAccessHeaders) GoString

func (s GetMicroAppUserAccessHeaders) GoString() string

func (*GetMicroAppUserAccessHeaders) SetCommonHeaders

func (*GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken

func (s *GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppUserAccessHeaders

func (GetMicroAppUserAccessHeaders) String

type GetMicroAppUserAccessResponse

type GetMicroAppUserAccessResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetMicroAppUserAccessResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetMicroAppUserAccessResponse) GoString

func (*GetMicroAppUserAccessResponse) SetBody

func (*GetMicroAppUserAccessResponse) SetHeaders

func (*GetMicroAppUserAccessResponse) SetStatusCode

func (GetMicroAppUserAccessResponse) String

type GetMicroAppUserAccessResponseBody

type GetMicroAppUserAccessResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetMicroAppUserAccessResponseBody) GoString

func (*GetMicroAppUserAccessResponseBody) SetResult

func (GetMicroAppUserAccessResponseBody) String

type GetUserAppDevAccessHeaders

type GetUserAppDevAccessHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetUserAppDevAccessHeaders) GoString

func (s GetUserAppDevAccessHeaders) GoString() string

func (*GetUserAppDevAccessHeaders) SetCommonHeaders

func (*GetUserAppDevAccessHeaders) SetXAcsDingtalkAccessToken

func (s *GetUserAppDevAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserAppDevAccessHeaders

func (GetUserAppDevAccessHeaders) String

type GetUserAppDevAccessResponse

type GetUserAppDevAccessResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetUserAppDevAccessResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetUserAppDevAccessResponse) GoString

func (s GetUserAppDevAccessResponse) GoString() string

func (*GetUserAppDevAccessResponse) SetBody

func (*GetUserAppDevAccessResponse) SetHeaders

func (*GetUserAppDevAccessResponse) SetStatusCode

func (GetUserAppDevAccessResponse) String

type GetUserAppDevAccessResponseBody

type GetUserAppDevAccessResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetUserAppDevAccessResponseBody) GoString

func (*GetUserAppDevAccessResponseBody) SetResult

func (GetUserAppDevAccessResponseBody) String

type ListAllAppHeaders

type ListAllAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListAllAppHeaders) GoString

func (s ListAllAppHeaders) GoString() string

func (*ListAllAppHeaders) SetCommonHeaders

func (s *ListAllAppHeaders) SetCommonHeaders(v map[string]*string) *ListAllAppHeaders

func (*ListAllAppHeaders) SetXAcsDingtalkAccessToken

func (s *ListAllAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListAllAppHeaders

func (ListAllAppHeaders) String

func (s ListAllAppHeaders) String() string

type ListAllAppResponse

type ListAllAppResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListAllAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListAllAppResponse) GoString

func (s ListAllAppResponse) GoString() string

func (*ListAllAppResponse) SetBody

func (*ListAllAppResponse) SetHeaders

func (s *ListAllAppResponse) SetHeaders(v map[string]*string) *ListAllAppResponse

func (*ListAllAppResponse) SetStatusCode

func (s *ListAllAppResponse) SetStatusCode(v int32) *ListAllAppResponse

func (ListAllAppResponse) String

func (s ListAllAppResponse) String() string

type ListAllAppResponseBody

type ListAllAppResponseBody struct {
	AppList []*ListAllAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListAllAppResponseBody) GoString

func (s ListAllAppResponseBody) GoString() string

func (*ListAllAppResponseBody) SetAppList

func (ListAllAppResponseBody) String

func (s ListAllAppResponseBody) String() string

type ListAllAppResponseBodyAppList

type ListAllAppResponseBodyAppList struct {
	AgentId        *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	AppId          *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	AppStatus      *int32  `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	Desc           *string `json:"desc,omitempty" xml:"desc,omitempty"`
	DevelopType    *int32  `json:"developType,omitempty" xml:"developType,omitempty"`
	HomepageLink   *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListAllAppResponseBodyAppList) GoString

func (*ListAllAppResponseBodyAppList) SetAgentId

func (*ListAllAppResponseBodyAppList) SetAppId

func (*ListAllAppResponseBodyAppList) SetAppStatus

func (*ListAllAppResponseBodyAppList) SetDesc

func (*ListAllAppResponseBodyAppList) SetDevelopType

func (*ListAllAppResponseBodyAppList) SetIcon

func (*ListAllAppResponseBodyAppList) SetName

func (ListAllAppResponseBodyAppList) String

type ListAllInnerAppsHeaders

type ListAllInnerAppsHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListAllInnerAppsHeaders) GoString

func (s ListAllInnerAppsHeaders) GoString() string

func (*ListAllInnerAppsHeaders) SetCommonHeaders

func (s *ListAllInnerAppsHeaders) SetCommonHeaders(v map[string]*string) *ListAllInnerAppsHeaders

func (*ListAllInnerAppsHeaders) SetXAcsDingtalkAccessToken

func (s *ListAllInnerAppsHeaders) SetXAcsDingtalkAccessToken(v string) *ListAllInnerAppsHeaders

func (ListAllInnerAppsHeaders) String

func (s ListAllInnerAppsHeaders) String() string

type ListAllInnerAppsResponse

type ListAllInnerAppsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListAllInnerAppsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListAllInnerAppsResponse) GoString

func (s ListAllInnerAppsResponse) GoString() string

func (*ListAllInnerAppsResponse) SetBody

func (*ListAllInnerAppsResponse) SetHeaders

func (*ListAllInnerAppsResponse) SetStatusCode

func (ListAllInnerAppsResponse) String

func (s ListAllInnerAppsResponse) String() string

type ListAllInnerAppsResponseBody

type ListAllInnerAppsResponseBody struct {
	AppList []*ListAllInnerAppsResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListAllInnerAppsResponseBody) GoString

func (s ListAllInnerAppsResponseBody) GoString() string

func (*ListAllInnerAppsResponseBody) SetAppList

func (ListAllInnerAppsResponseBody) String

type ListAllInnerAppsResponseBodyAppList

type ListAllInnerAppsResponseBodyAppList struct {
	AgentId        *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	AppId          *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	AppStatus      *int32  `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	Desc           *string `json:"desc,omitempty" xml:"desc,omitempty"`
	DevelopType    *int32  `json:"developType,omitempty" xml:"developType,omitempty"`
	HomepageLink   *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListAllInnerAppsResponseBodyAppList) GoString

func (*ListAllInnerAppsResponseBodyAppList) SetAgentId

func (*ListAllInnerAppsResponseBodyAppList) SetAppId

func (*ListAllInnerAppsResponseBodyAppList) SetAppStatus

func (*ListAllInnerAppsResponseBodyAppList) SetDesc

func (*ListAllInnerAppsResponseBodyAppList) SetDevelopType

func (*ListAllInnerAppsResponseBodyAppList) SetIcon

func (*ListAllInnerAppsResponseBodyAppList) SetName

func (ListAllInnerAppsResponseBodyAppList) String

type ListAppRoleScopesHeaders

type ListAppRoleScopesHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListAppRoleScopesHeaders) GoString

func (s ListAppRoleScopesHeaders) GoString() string

func (*ListAppRoleScopesHeaders) SetCommonHeaders

func (s *ListAppRoleScopesHeaders) SetCommonHeaders(v map[string]*string) *ListAppRoleScopesHeaders

func (*ListAppRoleScopesHeaders) SetXAcsDingtalkAccessToken

func (s *ListAppRoleScopesHeaders) SetXAcsDingtalkAccessToken(v string) *ListAppRoleScopesHeaders

func (ListAppRoleScopesHeaders) String

func (s ListAppRoleScopesHeaders) String() string

type ListAppRoleScopesRequest

type ListAppRoleScopesRequest struct {
	NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Size      *int64 `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListAppRoleScopesRequest) GoString

func (s ListAppRoleScopesRequest) GoString() string

func (*ListAppRoleScopesRequest) SetNextToken

func (*ListAppRoleScopesRequest) SetSize

func (ListAppRoleScopesRequest) String

func (s ListAppRoleScopesRequest) String() string

type ListAppRoleScopesResponse

type ListAppRoleScopesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListAppRoleScopesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListAppRoleScopesResponse) GoString

func (s ListAppRoleScopesResponse) GoString() string

func (*ListAppRoleScopesResponse) SetBody

func (*ListAppRoleScopesResponse) SetHeaders

func (*ListAppRoleScopesResponse) SetStatusCode

func (ListAppRoleScopesResponse) String

func (s ListAppRoleScopesResponse) String() string

type ListAppRoleScopesResponseBody

type ListAppRoleScopesResponseBody struct {
	DataList  []*ListAppRoleScopesResponseBodyDataList `json:"dataList,omitempty" xml:"dataList,omitempty" type:"Repeated"`
	HasMore   *bool                                    `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *int64                                   `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListAppRoleScopesResponseBody) GoString

func (*ListAppRoleScopesResponseBody) SetDataList

func (*ListAppRoleScopesResponseBody) SetHasMore

func (*ListAppRoleScopesResponseBody) SetNextToken

func (ListAppRoleScopesResponseBody) String

type ListAppRoleScopesResponseBodyDataList

type ListAppRoleScopesResponseBodyDataList struct {
	CanManageRole *bool     `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	DeptIdList    []*int64  `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	RoleId        *int64    `json:"roleId,omitempty" xml:"roleId,omitempty"`
	RoleName      *string   `json:"roleName,omitempty" xml:"roleName,omitempty"`
	ScopeType     *string   `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	ScopeVersion  *int64    `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	UserIdList    []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (ListAppRoleScopesResponseBodyDataList) GoString

func (*ListAppRoleScopesResponseBodyDataList) SetCanManageRole

func (*ListAppRoleScopesResponseBodyDataList) SetDeptIdList

func (*ListAppRoleScopesResponseBodyDataList) SetRoleId

func (*ListAppRoleScopesResponseBodyDataList) SetRoleName

func (*ListAppRoleScopesResponseBodyDataList) SetScopeType

func (*ListAppRoleScopesResponseBodyDataList) SetScopeVersion

func (*ListAppRoleScopesResponseBodyDataList) SetUserIdList

func (ListAppRoleScopesResponseBodyDataList) String

type ListInnerAppHeaders

type ListInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListInnerAppHeaders) GoString

func (s ListInnerAppHeaders) GoString() string

func (*ListInnerAppHeaders) SetCommonHeaders

func (s *ListInnerAppHeaders) SetCommonHeaders(v map[string]*string) *ListInnerAppHeaders

func (*ListInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *ListInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListInnerAppHeaders

func (ListInnerAppHeaders) String

func (s ListInnerAppHeaders) String() string

type ListInnerAppRequest

type ListInnerAppRequest struct {
	EcologicalCorpId *string `json:"ecologicalCorpId,omitempty" xml:"ecologicalCorpId,omitempty"`
}

func (ListInnerAppRequest) GoString

func (s ListInnerAppRequest) GoString() string

func (*ListInnerAppRequest) SetEcologicalCorpId

func (s *ListInnerAppRequest) SetEcologicalCorpId(v string) *ListInnerAppRequest

func (ListInnerAppRequest) String

func (s ListInnerAppRequest) String() string

type ListInnerAppResponse

type ListInnerAppResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListInnerAppResponse) GoString

func (s ListInnerAppResponse) GoString() string

func (*ListInnerAppResponse) SetBody

func (*ListInnerAppResponse) SetHeaders

func (s *ListInnerAppResponse) SetHeaders(v map[string]*string) *ListInnerAppResponse

func (*ListInnerAppResponse) SetStatusCode

func (s *ListInnerAppResponse) SetStatusCode(v int32) *ListInnerAppResponse

func (ListInnerAppResponse) String

func (s ListInnerAppResponse) String() string

type ListInnerAppResponseBody

type ListInnerAppResponseBody struct {
	AppList []*ListInnerAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListInnerAppResponseBody) GoString

func (s ListInnerAppResponseBody) GoString() string

func (*ListInnerAppResponseBody) SetAppList

func (ListInnerAppResponseBody) String

func (s ListInnerAppResponseBody) String() string

type ListInnerAppResponseBodyAppList

type ListInnerAppResponseBodyAppList struct {
	AgentId        *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	Desc           *string `json:"desc,omitempty" xml:"desc,omitempty"`
	HomepageLink   *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListInnerAppResponseBodyAppList) GoString

func (*ListInnerAppResponseBodyAppList) SetAgentId

func (*ListInnerAppResponseBodyAppList) SetDesc

func (*ListInnerAppResponseBodyAppList) SetIcon

func (*ListInnerAppResponseBodyAppList) SetName

func (ListInnerAppResponseBodyAppList) String

type ListInnerAppVersionHeaders

type ListInnerAppVersionHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListInnerAppVersionHeaders) GoString

func (s ListInnerAppVersionHeaders) GoString() string

func (*ListInnerAppVersionHeaders) SetCommonHeaders

func (*ListInnerAppVersionHeaders) SetXAcsDingtalkAccessToken

func (s *ListInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *ListInnerAppVersionHeaders

func (ListInnerAppVersionHeaders) String

type ListInnerAppVersionResponse

type ListInnerAppVersionResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListInnerAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListInnerAppVersionResponse) GoString

func (s ListInnerAppVersionResponse) GoString() string

func (*ListInnerAppVersionResponse) SetBody

func (*ListInnerAppVersionResponse) SetHeaders

func (*ListInnerAppVersionResponse) SetStatusCode

func (ListInnerAppVersionResponse) String

type ListInnerAppVersionResponseBody

type ListInnerAppVersionResponseBody struct {
	AppVersionList []*ListInnerAppVersionResponseBodyAppVersionList `json:"appVersionList,omitempty" xml:"appVersionList,omitempty" type:"Repeated"`
}

func (ListInnerAppVersionResponseBody) GoString

func (ListInnerAppVersionResponseBody) String

type ListInnerAppVersionResponseBodyAppVersionList

type ListInnerAppVersionResponseBodyAppVersionList struct {
	AppVersion     *string `json:"appVersion,omitempty" xml:"appVersion,omitempty"`
	AppVersionId   *int64  `json:"appVersionId,omitempty" xml:"appVersionId,omitempty"`
	AppVersionType *int32  `json:"appVersionType,omitempty" xml:"appVersionType,omitempty"`
	CreateTime     *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	EntranceLink   *string `json:"entranceLink,omitempty" xml:"entranceLink,omitempty"`
	MiniAppId      *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	MiniAppOnPc    *bool   `json:"miniAppOnPc,omitempty" xml:"miniAppOnPc,omitempty"`
	ModifyTime     *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"`
}

func (ListInnerAppVersionResponseBodyAppVersionList) GoString

func (*ListInnerAppVersionResponseBodyAppVersionList) SetAppVersion

func (*ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionId

func (*ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionType

func (*ListInnerAppVersionResponseBodyAppVersionList) SetCreateTime

func (*ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppId

func (*ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppOnPc

func (*ListInnerAppVersionResponseBodyAppVersionList) SetModifyTime

func (ListInnerAppVersionResponseBodyAppVersionList) String

type ListRoleInfoByUserHeaders

type ListRoleInfoByUserHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListRoleInfoByUserHeaders) GoString

func (s ListRoleInfoByUserHeaders) GoString() string

func (*ListRoleInfoByUserHeaders) SetCommonHeaders

func (*ListRoleInfoByUserHeaders) SetXAcsDingtalkAccessToken

func (s *ListRoleInfoByUserHeaders) SetXAcsDingtalkAccessToken(v string) *ListRoleInfoByUserHeaders

func (ListRoleInfoByUserHeaders) String

func (s ListRoleInfoByUserHeaders) String() string

type ListRoleInfoByUserResponse

type ListRoleInfoByUserResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRoleInfoByUserResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRoleInfoByUserResponse) GoString

func (s ListRoleInfoByUserResponse) GoString() string

func (*ListRoleInfoByUserResponse) SetBody

func (*ListRoleInfoByUserResponse) SetHeaders

func (*ListRoleInfoByUserResponse) SetStatusCode

func (ListRoleInfoByUserResponse) String

type ListRoleInfoByUserResponseBody

type ListRoleInfoByUserResponseBody struct {
	Result []*ListRoleInfoByUserResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListRoleInfoByUserResponseBody) GoString

func (*ListRoleInfoByUserResponseBody) SetResult

func (ListRoleInfoByUserResponseBody) String

type ListRoleInfoByUserResponseBodyResult

type ListRoleInfoByUserResponseBodyResult struct {
	CanManageRole *bool   `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	RoleId        *int64  `json:"roleId,omitempty" xml:"roleId,omitempty"`
	RoleName      *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (ListRoleInfoByUserResponseBodyResult) GoString

func (*ListRoleInfoByUserResponseBodyResult) SetCanManageRole

func (*ListRoleInfoByUserResponseBodyResult) SetRoleId

func (*ListRoleInfoByUserResponseBodyResult) SetRoleName

func (ListRoleInfoByUserResponseBodyResult) String

type ListUserVilebleAppHeaders

type ListUserVilebleAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListUserVilebleAppHeaders) GoString

func (s ListUserVilebleAppHeaders) GoString() string

func (*ListUserVilebleAppHeaders) SetCommonHeaders

func (*ListUserVilebleAppHeaders) SetXAcsDingtalkAccessToken

func (s *ListUserVilebleAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListUserVilebleAppHeaders

func (ListUserVilebleAppHeaders) String

func (s ListUserVilebleAppHeaders) String() string

type ListUserVilebleAppResponse

type ListUserVilebleAppResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserVilebleAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserVilebleAppResponse) GoString

func (s ListUserVilebleAppResponse) GoString() string

func (*ListUserVilebleAppResponse) SetBody

func (*ListUserVilebleAppResponse) SetHeaders

func (*ListUserVilebleAppResponse) SetStatusCode

func (ListUserVilebleAppResponse) String

type ListUserVilebleAppResponseBody

type ListUserVilebleAppResponseBody struct {
	AppList []*ListUserVilebleAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListUserVilebleAppResponseBody) GoString

func (*ListUserVilebleAppResponseBody) SetAppList

func (ListUserVilebleAppResponseBody) String

type ListUserVilebleAppResponseBodyAppList

type ListUserVilebleAppResponseBodyAppList struct {
	AgentId        *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	AppId          *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	AppStatus      *int32  `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	Desc           *string `json:"desc,omitempty" xml:"desc,omitempty"`
	DevelopType    *int32  `json:"developType,omitempty" xml:"developType,omitempty"`
	HomepageLink   *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListUserVilebleAppResponseBodyAppList) GoString

func (*ListUserVilebleAppResponseBodyAppList) SetAgentId

func (*ListUserVilebleAppResponseBodyAppList) SetAppId

func (*ListUserVilebleAppResponseBodyAppList) SetAppStatus

func (*ListUserVilebleAppResponseBodyAppList) SetDesc

func (*ListUserVilebleAppResponseBodyAppList) SetDevelopType

func (*ListUserVilebleAppResponseBodyAppList) SetIcon

func (*ListUserVilebleAppResponseBodyAppList) SetName

func (ListUserVilebleAppResponseBodyAppList) String

type PageInnerAppHistoryVersionHeaders

type PageInnerAppHistoryVersionHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (PageInnerAppHistoryVersionHeaders) GoString

func (*PageInnerAppHistoryVersionHeaders) SetCommonHeaders

func (*PageInnerAppHistoryVersionHeaders) SetXAcsDingtalkAccessToken

func (PageInnerAppHistoryVersionHeaders) String

type PageInnerAppHistoryVersionRequest

type PageInnerAppHistoryVersionRequest struct {
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (PageInnerAppHistoryVersionRequest) GoString

func (*PageInnerAppHistoryVersionRequest) SetPageNumber

func (*PageInnerAppHistoryVersionRequest) SetPageSize

func (PageInnerAppHistoryVersionRequest) String

type PageInnerAppHistoryVersionResponse

type PageInnerAppHistoryVersionResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PageInnerAppHistoryVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PageInnerAppHistoryVersionResponse) GoString

func (*PageInnerAppHistoryVersionResponse) SetHeaders

func (*PageInnerAppHistoryVersionResponse) SetStatusCode

func (PageInnerAppHistoryVersionResponse) String

type PageInnerAppHistoryVersionResponseBody

type PageInnerAppHistoryVersionResponseBody struct {
	MiniAppVersionList []*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList `json:"miniAppVersionList,omitempty" xml:"miniAppVersionList,omitempty" type:"Repeated"`
	TotalCount         *int64                                                      `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (PageInnerAppHistoryVersionResponseBody) GoString

func (*PageInnerAppHistoryVersionResponseBody) SetTotalCount

func (PageInnerAppHistoryVersionResponseBody) String

type PageInnerAppHistoryVersionResponseBodyMiniAppVersionList

type PageInnerAppHistoryVersionResponseBodyMiniAppVersionList struct {
	AppVersion     *string `json:"appVersion,omitempty" xml:"appVersion,omitempty"`
	AppVersionId   *int64  `json:"appVersionId,omitempty" xml:"appVersionId,omitempty"`
	AppVersionType *int32  `json:"appVersionType,omitempty" xml:"appVersionType,omitempty"`
	CreateTime     *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	MiniAppId      *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
	MiniAppOnPc    *bool   `json:"miniAppOnPc,omitempty" xml:"miniAppOnPc,omitempty"`
	ModifyTime     *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"`
}

func (PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) GoString

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersion

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionId

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionType

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetCreateTime

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppId

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppOnPc

func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetModifyTime

func (PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) String

type PublishInnerAppVersionHeaders

type PublishInnerAppVersionHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (PublishInnerAppVersionHeaders) GoString

func (*PublishInnerAppVersionHeaders) SetCommonHeaders

func (*PublishInnerAppVersionHeaders) SetXAcsDingtalkAccessToken

func (s *PublishInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *PublishInnerAppVersionHeaders

func (PublishInnerAppVersionHeaders) String

type PublishInnerAppVersionRequest

type PublishInnerAppVersionRequest struct {
	AppVersionId *int64  `json:"appVersionId,omitempty" xml:"appVersionId,omitempty"`
	MiniAppOnPc  *bool   `json:"miniAppOnPc,omitempty" xml:"miniAppOnPc,omitempty"`
	OpUnionId    *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
	PublishType  *string `json:"publishType,omitempty" xml:"publishType,omitempty"`
}

func (PublishInnerAppVersionRequest) GoString

func (*PublishInnerAppVersionRequest) SetAppVersionId

func (*PublishInnerAppVersionRequest) SetMiniAppOnPc

func (*PublishInnerAppVersionRequest) SetOpUnionId

func (*PublishInnerAppVersionRequest) SetPublishType

func (PublishInnerAppVersionRequest) String

type PublishInnerAppVersionResponse

type PublishInnerAppVersionResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PublishInnerAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PublishInnerAppVersionResponse) GoString

func (*PublishInnerAppVersionResponse) SetHeaders

func (*PublishInnerAppVersionResponse) SetStatusCode

func (PublishInnerAppVersionResponse) String

type PublishInnerAppVersionResponseBody

type PublishInnerAppVersionResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (PublishInnerAppVersionResponseBody) GoString

func (*PublishInnerAppVersionResponseBody) SetResult

func (PublishInnerAppVersionResponseBody) String

type RebuildRoleScopeForAppRoleHeaders

type RebuildRoleScopeForAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RebuildRoleScopeForAppRoleHeaders) GoString

func (*RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders

func (*RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken

func (RebuildRoleScopeForAppRoleHeaders) String

type RebuildRoleScopeForAppRoleRequest

type RebuildRoleScopeForAppRoleRequest struct {
	DeptIdList   []*int64  `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	OpUserId     *string   `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	ScopeType    *string   `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	ScopeVersion *int64    `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	UserIdList   []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (RebuildRoleScopeForAppRoleRequest) GoString

func (*RebuildRoleScopeForAppRoleRequest) SetDeptIdList

func (*RebuildRoleScopeForAppRoleRequest) SetOpUserId

func (*RebuildRoleScopeForAppRoleRequest) SetScopeType

func (*RebuildRoleScopeForAppRoleRequest) SetScopeVersion

func (*RebuildRoleScopeForAppRoleRequest) SetUserIdList

func (RebuildRoleScopeForAppRoleRequest) String

type RebuildRoleScopeForAppRoleResponse

type RebuildRoleScopeForAppRoleResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RebuildRoleScopeForAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RebuildRoleScopeForAppRoleResponse) GoString

func (*RebuildRoleScopeForAppRoleResponse) SetHeaders

func (*RebuildRoleScopeForAppRoleResponse) SetStatusCode

func (RebuildRoleScopeForAppRoleResponse) String

type RebuildRoleScopeForAppRoleResponseBody

type RebuildRoleScopeForAppRoleResponseBody struct {
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}

func (RebuildRoleScopeForAppRoleResponseBody) GoString

func (*RebuildRoleScopeForAppRoleResponseBody) SetLatestScopeVersion

func (RebuildRoleScopeForAppRoleResponseBody) String

type RegisterCustomAppRoleHeaders

type RegisterCustomAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RegisterCustomAppRoleHeaders) GoString

func (s RegisterCustomAppRoleHeaders) GoString() string

func (*RegisterCustomAppRoleHeaders) SetCommonHeaders

func (*RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterCustomAppRoleHeaders

func (RegisterCustomAppRoleHeaders) String

type RegisterCustomAppRoleRequest

type RegisterCustomAppRoleRequest struct {
	CanManageRole *bool   `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	OpUserId      *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	RoleName      *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (RegisterCustomAppRoleRequest) GoString

func (s RegisterCustomAppRoleRequest) GoString() string

func (*RegisterCustomAppRoleRequest) SetCanManageRole

func (*RegisterCustomAppRoleRequest) SetOpUserId

func (*RegisterCustomAppRoleRequest) SetRoleName

func (RegisterCustomAppRoleRequest) String

type RegisterCustomAppRoleResponse

type RegisterCustomAppRoleResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RegisterCustomAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RegisterCustomAppRoleResponse) GoString

func (*RegisterCustomAppRoleResponse) SetBody

func (*RegisterCustomAppRoleResponse) SetHeaders

func (*RegisterCustomAppRoleResponse) SetStatusCode

func (RegisterCustomAppRoleResponse) String

type RegisterCustomAppRoleResponseBody

type RegisterCustomAppRoleResponseBody struct {
	RoleId       *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
}

func (RegisterCustomAppRoleResponseBody) GoString

func (*RegisterCustomAppRoleResponseBody) SetRoleId

func (*RegisterCustomAppRoleResponseBody) SetScopeVersion

func (RegisterCustomAppRoleResponseBody) String

type RemoveApaasAppHeaders

type RemoveApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RemoveApaasAppHeaders) GoString

func (s RemoveApaasAppHeaders) GoString() string

func (*RemoveApaasAppHeaders) SetCommonHeaders

func (s *RemoveApaasAppHeaders) SetCommonHeaders(v map[string]*string) *RemoveApaasAppHeaders

func (*RemoveApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *RemoveApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveApaasAppHeaders

func (RemoveApaasAppHeaders) String

func (s RemoveApaasAppHeaders) String() string

type RemoveApaasAppRequest

type RemoveApaasAppRequest struct {
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (RemoveApaasAppRequest) GoString

func (s RemoveApaasAppRequest) GoString() string

func (*RemoveApaasAppRequest) SetBizAppId

func (*RemoveApaasAppRequest) SetOpUserId

func (RemoveApaasAppRequest) String

func (s RemoveApaasAppRequest) String() string

type RemoveApaasAppResponse

type RemoveApaasAppResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RemoveApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RemoveApaasAppResponse) GoString

func (s RemoveApaasAppResponse) GoString() string

func (*RemoveApaasAppResponse) SetBody

func (*RemoveApaasAppResponse) SetHeaders

func (*RemoveApaasAppResponse) SetStatusCode

func (RemoveApaasAppResponse) String

func (s RemoveApaasAppResponse) String() string

type RemoveApaasAppResponseBody

type RemoveApaasAppResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (RemoveApaasAppResponseBody) GoString

func (s RemoveApaasAppResponseBody) GoString() string

func (*RemoveApaasAppResponseBody) SetResult

func (RemoveApaasAppResponseBody) String

type RemoveMemberForAppRoleHeaders

type RemoveMemberForAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RemoveMemberForAppRoleHeaders) GoString

func (*RemoveMemberForAppRoleHeaders) SetCommonHeaders

func (*RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMemberForAppRoleHeaders

func (RemoveMemberForAppRoleHeaders) String

type RemoveMemberForAppRoleRequest

type RemoveMemberForAppRoleRequest struct {
	DeptIdList   []*int64  `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	OpUserId     *string   `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	ScopeVersion *int64    `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	UserIdList   []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (RemoveMemberForAppRoleRequest) GoString

func (*RemoveMemberForAppRoleRequest) SetDeptIdList

func (*RemoveMemberForAppRoleRequest) SetOpUserId

func (*RemoveMemberForAppRoleRequest) SetScopeVersion

func (*RemoveMemberForAppRoleRequest) SetUserIdList

func (RemoveMemberForAppRoleRequest) String

type RemoveMemberForAppRoleResponse

type RemoveMemberForAppRoleResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RemoveMemberForAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RemoveMemberForAppRoleResponse) GoString

func (*RemoveMemberForAppRoleResponse) SetHeaders

func (*RemoveMemberForAppRoleResponse) SetStatusCode

func (RemoveMemberForAppRoleResponse) String

type RemoveMemberForAppRoleResponseBody

type RemoveMemberForAppRoleResponseBody struct {
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}

func (RemoveMemberForAppRoleResponseBody) GoString

func (*RemoveMemberForAppRoleResponseBody) SetLatestScopeVersion

func (RemoveMemberForAppRoleResponseBody) String

type RollbackInnerAppVersionHeaders

type RollbackInnerAppVersionHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RollbackInnerAppVersionHeaders) GoString

func (*RollbackInnerAppVersionHeaders) SetCommonHeaders

func (*RollbackInnerAppVersionHeaders) SetXAcsDingtalkAccessToken

func (s *RollbackInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *RollbackInnerAppVersionHeaders

func (RollbackInnerAppVersionHeaders) String

type RollbackInnerAppVersionRequest

type RollbackInnerAppVersionRequest struct {
	AppVersionId *int64  `json:"appVersionId,omitempty" xml:"appVersionId,omitempty"`
	OpUnionId    *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (RollbackInnerAppVersionRequest) GoString

func (*RollbackInnerAppVersionRequest) SetAppVersionId

func (*RollbackInnerAppVersionRequest) SetOpUnionId

func (RollbackInnerAppVersionRequest) String

type RollbackInnerAppVersionResponse

type RollbackInnerAppVersionResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RollbackInnerAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RollbackInnerAppVersionResponse) GoString

func (*RollbackInnerAppVersionResponse) SetHeaders

func (*RollbackInnerAppVersionResponse) SetStatusCode

func (RollbackInnerAppVersionResponse) String

type RollbackInnerAppVersionResponseBody

type RollbackInnerAppVersionResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (RollbackInnerAppVersionResponseBody) GoString

func (*RollbackInnerAppVersionResponseBody) SetResult

func (RollbackInnerAppVersionResponseBody) String

type SetMicroAppScopeHeaders

type SetMicroAppScopeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (SetMicroAppScopeHeaders) GoString

func (s SetMicroAppScopeHeaders) GoString() string

func (*SetMicroAppScopeHeaders) SetCommonHeaders

func (s *SetMicroAppScopeHeaders) SetCommonHeaders(v map[string]*string) *SetMicroAppScopeHeaders

func (*SetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken

func (s *SetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken(v string) *SetMicroAppScopeHeaders

func (SetMicroAppScopeHeaders) String

func (s SetMicroAppScopeHeaders) String() string

type SetMicroAppScopeRequest

type SetMicroAppScopeRequest struct {
	AddDeptIds       []*int64  `json:"addDeptIds,omitempty" xml:"addDeptIds,omitempty" type:"Repeated"`
	AddRoleIds       []*int64  `json:"addRoleIds,omitempty" xml:"addRoleIds,omitempty" type:"Repeated"`
	AddUserIds       []*string `json:"addUserIds,omitempty" xml:"addUserIds,omitempty" type:"Repeated"`
	DelDeptIds       []*int64  `json:"delDeptIds,omitempty" xml:"delDeptIds,omitempty" type:"Repeated"`
	DelRoleIds       []*int64  `json:"delRoleIds,omitempty" xml:"delRoleIds,omitempty" type:"Repeated"`
	DelUserIds       []*string `json:"delUserIds,omitempty" xml:"delUserIds,omitempty" type:"Repeated"`
	OnlyAdminVisible *bool     `json:"onlyAdminVisible,omitempty" xml:"onlyAdminVisible,omitempty"`
}

func (SetMicroAppScopeRequest) GoString

func (s SetMicroAppScopeRequest) GoString() string

func (*SetMicroAppScopeRequest) SetAddDeptIds

func (s *SetMicroAppScopeRequest) SetAddDeptIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetAddRoleIds

func (s *SetMicroAppScopeRequest) SetAddRoleIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetAddUserIds

func (s *SetMicroAppScopeRequest) SetAddUserIds(v []*string) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetDelDeptIds

func (s *SetMicroAppScopeRequest) SetDelDeptIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetDelRoleIds

func (s *SetMicroAppScopeRequest) SetDelRoleIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetDelUserIds

func (s *SetMicroAppScopeRequest) SetDelUserIds(v []*string) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetOnlyAdminVisible

func (s *SetMicroAppScopeRequest) SetOnlyAdminVisible(v bool) *SetMicroAppScopeRequest

func (SetMicroAppScopeRequest) String

func (s SetMicroAppScopeRequest) String() string

type SetMicroAppScopeResponse

type SetMicroAppScopeResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SetMicroAppScopeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SetMicroAppScopeResponse) GoString

func (s SetMicroAppScopeResponse) GoString() string

func (*SetMicroAppScopeResponse) SetBody

func (*SetMicroAppScopeResponse) SetHeaders

func (*SetMicroAppScopeResponse) SetStatusCode

func (SetMicroAppScopeResponse) String

func (s SetMicroAppScopeResponse) String() string

type SetMicroAppScopeResponseBody

type SetMicroAppScopeResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (SetMicroAppScopeResponseBody) GoString

func (s SetMicroAppScopeResponseBody) GoString() string

func (*SetMicroAppScopeResponseBody) SetResult

func (SetMicroAppScopeResponseBody) String

type UpdateApaasAppHeaders

type UpdateApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateApaasAppHeaders) GoString

func (s UpdateApaasAppHeaders) GoString() string

func (*UpdateApaasAppHeaders) SetCommonHeaders

func (s *UpdateApaasAppHeaders) SetCommonHeaders(v map[string]*string) *UpdateApaasAppHeaders

func (*UpdateApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateApaasAppHeaders

func (UpdateApaasAppHeaders) String

func (s UpdateApaasAppHeaders) String() string

type UpdateApaasAppRequest

type UpdateApaasAppRequest struct {
	AppIcon   *string `json:"appIcon,omitempty" xml:"appIcon,omitempty"`
	AppName   *string `json:"appName,omitempty" xml:"appName,omitempty"`
	AppStatus *int32  `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	BizAppId  *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	OpUserId  *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (UpdateApaasAppRequest) GoString

func (s UpdateApaasAppRequest) GoString() string

func (*UpdateApaasAppRequest) SetAppIcon

func (*UpdateApaasAppRequest) SetAppName

func (*UpdateApaasAppRequest) SetAppStatus

func (*UpdateApaasAppRequest) SetBizAppId

func (*UpdateApaasAppRequest) SetOpUserId

func (UpdateApaasAppRequest) String

func (s UpdateApaasAppRequest) String() string

type UpdateApaasAppResponse

type UpdateApaasAppResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateApaasAppResponse) GoString

func (s UpdateApaasAppResponse) GoString() string

func (*UpdateApaasAppResponse) SetBody

func (*UpdateApaasAppResponse) SetHeaders

func (*UpdateApaasAppResponse) SetStatusCode

func (UpdateApaasAppResponse) String

func (s UpdateApaasAppResponse) String() string

type UpdateApaasAppResponseBody

type UpdateApaasAppResponseBody struct {
	AgentId  *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
}

func (UpdateApaasAppResponseBody) GoString

func (s UpdateApaasAppResponseBody) GoString() string

func (*UpdateApaasAppResponseBody) SetAgentId

func (*UpdateApaasAppResponseBody) SetBizAppId

func (UpdateApaasAppResponseBody) String

type UpdateAppRoleInfoHeaders

type UpdateAppRoleInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateAppRoleInfoHeaders) GoString

func (s UpdateAppRoleInfoHeaders) GoString() string

func (*UpdateAppRoleInfoHeaders) SetCommonHeaders

func (s *UpdateAppRoleInfoHeaders) SetCommonHeaders(v map[string]*string) *UpdateAppRoleInfoHeaders

func (*UpdateAppRoleInfoHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateAppRoleInfoHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateAppRoleInfoHeaders

func (UpdateAppRoleInfoHeaders) String

func (s UpdateAppRoleInfoHeaders) String() string

type UpdateAppRoleInfoRequest

type UpdateAppRoleInfoRequest struct {
	CanManageRole *bool   `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	NewRoleName   *string `json:"newRoleName,omitempty" xml:"newRoleName,omitempty"`
	OpUserId      *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (UpdateAppRoleInfoRequest) GoString

func (s UpdateAppRoleInfoRequest) GoString() string

func (*UpdateAppRoleInfoRequest) SetCanManageRole

func (s *UpdateAppRoleInfoRequest) SetCanManageRole(v bool) *UpdateAppRoleInfoRequest

func (*UpdateAppRoleInfoRequest) SetNewRoleName

func (*UpdateAppRoleInfoRequest) SetOpUserId

func (UpdateAppRoleInfoRequest) String

func (s UpdateAppRoleInfoRequest) String() string

type UpdateAppRoleInfoResponse

type UpdateAppRoleInfoResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateAppRoleInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateAppRoleInfoResponse) GoString

func (s UpdateAppRoleInfoResponse) GoString() string

func (*UpdateAppRoleInfoResponse) SetBody

func (*UpdateAppRoleInfoResponse) SetHeaders

func (*UpdateAppRoleInfoResponse) SetStatusCode

func (UpdateAppRoleInfoResponse) String

func (s UpdateAppRoleInfoResponse) String() string

type UpdateAppRoleInfoResponseBody

type UpdateAppRoleInfoResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateAppRoleInfoResponseBody) GoString

func (*UpdateAppRoleInfoResponseBody) SetResult

func (UpdateAppRoleInfoResponseBody) String

type UpdateInnerAppHeaders

type UpdateInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInnerAppHeaders) GoString

func (s UpdateInnerAppHeaders) GoString() string

func (*UpdateInnerAppHeaders) SetCommonHeaders

func (s *UpdateInnerAppHeaders) SetCommonHeaders(v map[string]*string) *UpdateInnerAppHeaders

func (*UpdateInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateInnerAppHeaders

func (UpdateInnerAppHeaders) String

func (s UpdateInnerAppHeaders) String() string

type UpdateInnerAppRequest

type UpdateInnerAppRequest struct {
	Desc           *string   `json:"desc,omitempty" xml:"desc,omitempty"`
	HomepageLink   *string   `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	Icon           *string   `json:"icon,omitempty" xml:"icon,omitempty"`
	IpWhiteList    []*string `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Repeated"`
	Name           *string   `json:"name,omitempty" xml:"name,omitempty"`
	OmpLink        *string   `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	OpUnionId      *string   `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
	PcHomepageLink *string   `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (UpdateInnerAppRequest) GoString

func (s UpdateInnerAppRequest) GoString() string

func (*UpdateInnerAppRequest) SetDesc

func (s *UpdateInnerAppRequest) SetHomepageLink(v string) *UpdateInnerAppRequest

func (*UpdateInnerAppRequest) SetIcon

func (*UpdateInnerAppRequest) SetIpWhiteList

func (s *UpdateInnerAppRequest) SetIpWhiteList(v []*string) *UpdateInnerAppRequest

func (*UpdateInnerAppRequest) SetName

func (*UpdateInnerAppRequest) SetOpUnionId

func (s *UpdateInnerAppRequest) SetPcHomepageLink(v string) *UpdateInnerAppRequest

func (UpdateInnerAppRequest) String

func (s UpdateInnerAppRequest) String() string

type UpdateInnerAppResponse

type UpdateInnerAppResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInnerAppResponse) GoString

func (s UpdateInnerAppResponse) GoString() string

func (*UpdateInnerAppResponse) SetBody

func (*UpdateInnerAppResponse) SetHeaders

func (*UpdateInnerAppResponse) SetStatusCode

func (UpdateInnerAppResponse) String

func (s UpdateInnerAppResponse) String() string

type UpdateInnerAppResponseBody

type UpdateInnerAppResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateInnerAppResponseBody) GoString

func (s UpdateInnerAppResponseBody) GoString() string

func (*UpdateInnerAppResponseBody) SetResult

func (UpdateInnerAppResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL