Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddAppRolesToMemberHeaders
- func (s AddAppRolesToMemberHeaders) GoString() string
- func (s *AddAppRolesToMemberHeaders) SetCommonHeaders(v map[string]*string) *AddAppRolesToMemberHeaders
- func (s *AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppRolesToMemberHeaders
- func (s AddAppRolesToMemberHeaders) String() string
- type AddAppRolesToMemberRequest
- func (s AddAppRolesToMemberRequest) GoString() string
- func (s *AddAppRolesToMemberRequest) SetMemberId(v string) *AddAppRolesToMemberRequest
- func (s *AddAppRolesToMemberRequest) SetMemberType(v string) *AddAppRolesToMemberRequest
- func (s *AddAppRolesToMemberRequest) SetOpUserId(v string) *AddAppRolesToMemberRequest
- func (s *AddAppRolesToMemberRequest) SetRoleList(v []*AddAppRolesToMemberRequestRoleList) *AddAppRolesToMemberRequest
- func (s AddAppRolesToMemberRequest) String() string
- type AddAppRolesToMemberRequestRoleList
- func (s AddAppRolesToMemberRequestRoleList) GoString() string
- func (s *AddAppRolesToMemberRequestRoleList) SetRoleId(v int64) *AddAppRolesToMemberRequestRoleList
- func (s *AddAppRolesToMemberRequestRoleList) SetScopeVersion(v int64) *AddAppRolesToMemberRequestRoleList
- func (s AddAppRolesToMemberRequestRoleList) String() string
- type AddAppRolesToMemberResponse
- func (s AddAppRolesToMemberResponse) GoString() string
- func (s *AddAppRolesToMemberResponse) SetBody(v *AddAppRolesToMemberResponseBody) *AddAppRolesToMemberResponse
- func (s *AddAppRolesToMemberResponse) SetHeaders(v map[string]*string) *AddAppRolesToMemberResponse
- func (s *AddAppRolesToMemberResponse) SetStatusCode(v int32) *AddAppRolesToMemberResponse
- func (s AddAppRolesToMemberResponse) String() string
- type AddAppRolesToMemberResponseBody
- type AddAppRolesToMemberResponseBodyResult
- func (s AddAppRolesToMemberResponseBodyResult) GoString() string
- func (s *AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion(v int64) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetRoleId(v int64) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorCode(v string) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg(v string) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetSuccess(v bool) *AddAppRolesToMemberResponseBodyResult
- func (s AddAppRolesToMemberResponseBodyResult) String() string
- type AddAppToWorkBenchGroupHeaders
- func (s AddAppToWorkBenchGroupHeaders) GoString() string
- func (s *AddAppToWorkBenchGroupHeaders) SetCommonHeaders(v map[string]*string) *AddAppToWorkBenchGroupHeaders
- func (s *AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppToWorkBenchGroupHeaders
- func (s AddAppToWorkBenchGroupHeaders) String() string
- type AddAppToWorkBenchGroupRequest
- func (s AddAppToWorkBenchGroupRequest) GoString() string
- func (s *AddAppToWorkBenchGroupRequest) SetComponentId(v string) *AddAppToWorkBenchGroupRequest
- func (s *AddAppToWorkBenchGroupRequest) SetEcologicalCorpId(v string) *AddAppToWorkBenchGroupRequest
- func (s *AddAppToWorkBenchGroupRequest) SetOpUnionId(v string) *AddAppToWorkBenchGroupRequest
- func (s AddAppToWorkBenchGroupRequest) String() string
- type AddAppToWorkBenchGroupResponse
- func (s AddAppToWorkBenchGroupResponse) GoString() string
- func (s *AddAppToWorkBenchGroupResponse) SetBody(v *AddAppToWorkBenchGroupResponseBody) *AddAppToWorkBenchGroupResponse
- func (s *AddAppToWorkBenchGroupResponse) SetHeaders(v map[string]*string) *AddAppToWorkBenchGroupResponse
- func (s *AddAppToWorkBenchGroupResponse) SetStatusCode(v int32) *AddAppToWorkBenchGroupResponse
- func (s AddAppToWorkBenchGroupResponse) String() string
- type AddAppToWorkBenchGroupResponseBody
- type AddMemberToAppRoleHeaders
- func (s AddMemberToAppRoleHeaders) GoString() string
- func (s *AddMemberToAppRoleHeaders) SetCommonHeaders(v map[string]*string) *AddMemberToAppRoleHeaders
- func (s *AddMemberToAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *AddMemberToAppRoleHeaders
- func (s AddMemberToAppRoleHeaders) String() string
- type AddMemberToAppRoleRequest
- func (s AddMemberToAppRoleRequest) GoString() string
- func (s *AddMemberToAppRoleRequest) SetDeptIdList(v []*int64) *AddMemberToAppRoleRequest
- func (s *AddMemberToAppRoleRequest) SetOpUserId(v string) *AddMemberToAppRoleRequest
- func (s *AddMemberToAppRoleRequest) SetScopeVersion(v int64) *AddMemberToAppRoleRequest
- func (s *AddMemberToAppRoleRequest) SetUserIdList(v []*string) *AddMemberToAppRoleRequest
- func (s AddMemberToAppRoleRequest) String() string
- type AddMemberToAppRoleResponse
- func (s AddMemberToAppRoleResponse) GoString() string
- func (s *AddMemberToAppRoleResponse) SetBody(v *AddMemberToAppRoleResponseBody) *AddMemberToAppRoleResponse
- func (s *AddMemberToAppRoleResponse) SetHeaders(v map[string]*string) *AddMemberToAppRoleResponse
- func (s *AddMemberToAppRoleResponse) SetStatusCode(v int32) *AddMemberToAppRoleResponse
- func (s AddMemberToAppRoleResponse) String() string
- type AddMemberToAppRoleResponseBody
- type Client
- func (client *Client) AddAppRolesToMember(agentId *string, request *AddAppRolesToMemberRequest) (_result *AddAppRolesToMemberResponse, _err error)
- func (client *Client) AddAppRolesToMemberWithOptions(agentId *string, request *AddAppRolesToMemberRequest, ...) (_result *AddAppRolesToMemberResponse, _err error)
- func (client *Client) AddAppToWorkBenchGroup(agentId *string, request *AddAppToWorkBenchGroupRequest) (_result *AddAppToWorkBenchGroupResponse, _err error)
- func (client *Client) AddAppToWorkBenchGroupWithOptions(agentId *string, request *AddAppToWorkBenchGroupRequest, ...) (_result *AddAppToWorkBenchGroupResponse, _err error)
- func (client *Client) AddMemberToAppRole(agentId *string, roleId *string, request *AddMemberToAppRoleRequest) (_result *AddMemberToAppRoleResponse, _err error)
- func (client *Client) AddMemberToAppRoleWithOptions(agentId *string, roleId *string, request *AddMemberToAppRoleRequest, ...) (_result *AddMemberToAppRoleResponse, _err error)
- func (client *Client) CreateApaasApp(request *CreateApaasAppRequest) (_result *CreateApaasAppResponse, _err error)
- func (client *Client) CreateApaasAppWithOptions(request *CreateApaasAppRequest, headers *CreateApaasAppHeaders, ...) (_result *CreateApaasAppResponse, _err error)
- func (client *Client) CreateInnerApp(request *CreateInnerAppRequest) (_result *CreateInnerAppResponse, _err error)
- func (client *Client) CreateInnerAppWithOptions(request *CreateInnerAppRequest, headers *CreateInnerAppHeaders, ...) (_result *CreateInnerAppResponse, _err error)
- func (client *Client) DeleteAppRole(agentId *string, roleId *string, request *DeleteAppRoleRequest) (_result *DeleteAppRoleResponse, _err error)
- func (client *Client) DeleteAppRoleWithOptions(agentId *string, roleId *string, request *DeleteAppRoleRequest, ...) (_result *DeleteAppRoleResponse, _err error)
- func (client *Client) DeleteInnerApp(agentId *string, request *DeleteInnerAppRequest) (_result *DeleteInnerAppResponse, _err error)
- func (client *Client) DeleteInnerAppWithOptions(agentId *string, request *DeleteInnerAppRequest, ...) (_result *DeleteInnerAppResponse, _err error)
- func (client *Client) GetApaasApp(bizAppId *string) (_result *GetApaasAppResponse, _err error)
- func (client *Client) GetApaasAppWithOptions(bizAppId *string, headers *GetApaasAppHeaders, runtime *util.RuntimeOptions) (_result *GetApaasAppResponse, _err error)
- func (client *Client) GetAppRoleScopeByRoleId(agentId *string, roleId *string) (_result *GetAppRoleScopeByRoleIdResponse, _err error)
- func (client *Client) GetAppRoleScopeByRoleIdWithOptions(agentId *string, roleId *string, headers *GetAppRoleScopeByRoleIdHeaders, ...) (_result *GetAppRoleScopeByRoleIdResponse, _err error)
- func (client *Client) GetInnerApp(agentId *string, request *GetInnerAppRequest) (_result *GetInnerAppResponse, _err error)
- func (client *Client) GetInnerAppWithOptions(agentId *string, request *GetInnerAppRequest, headers *GetInnerAppHeaders, ...) (_result *GetInnerAppResponse, _err error)
- func (client *Client) GetMicroAppScope(agentId *string) (_result *GetMicroAppScopeResponse, _err error)
- func (client *Client) GetMicroAppScopeWithOptions(agentId *string, headers *GetMicroAppScopeHeaders, ...) (_result *GetMicroAppScopeResponse, _err error)
- func (client *Client) GetMicroAppUserAccess(agentId *string, userId *string) (_result *GetMicroAppUserAccessResponse, _err error)
- func (client *Client) GetMicroAppUserAccessWithOptions(agentId *string, userId *string, headers *GetMicroAppUserAccessHeaders, ...) (_result *GetMicroAppUserAccessResponse, _err error)
- func (client *Client) GetUserAppDevAccess(userId *string) (_result *GetUserAppDevAccessResponse, _err error)
- func (client *Client) GetUserAppDevAccessWithOptions(userId *string, headers *GetUserAppDevAccessHeaders, ...) (_result *GetUserAppDevAccessResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAllApp() (_result *ListAllAppResponse, _err error)
- func (client *Client) ListAllAppWithOptions(headers *ListAllAppHeaders, runtime *util.RuntimeOptions) (_result *ListAllAppResponse, _err error)
- func (client *Client) ListAllInnerApps() (_result *ListAllInnerAppsResponse, _err error)
- func (client *Client) ListAllInnerAppsWithOptions(headers *ListAllInnerAppsHeaders, runtime *util.RuntimeOptions) (_result *ListAllInnerAppsResponse, _err error)
- func (client *Client) ListAppRoleScopes(agentId *string, request *ListAppRoleScopesRequest) (_result *ListAppRoleScopesResponse, _err error)
- func (client *Client) ListAppRoleScopesWithOptions(agentId *string, request *ListAppRoleScopesRequest, ...) (_result *ListAppRoleScopesResponse, _err error)
- func (client *Client) ListInnerApp(request *ListInnerAppRequest) (_result *ListInnerAppResponse, _err error)
- func (client *Client) ListInnerAppVersion(agentId *string) (_result *ListInnerAppVersionResponse, _err error)
- func (client *Client) ListInnerAppVersionWithOptions(agentId *string, headers *ListInnerAppVersionHeaders, ...) (_result *ListInnerAppVersionResponse, _err error)
- func (client *Client) ListInnerAppWithOptions(request *ListInnerAppRequest, headers *ListInnerAppHeaders, ...) (_result *ListInnerAppResponse, _err error)
- func (client *Client) ListRoleInfoByUser(agentId *string, userId *string) (_result *ListRoleInfoByUserResponse, _err error)
- func (client *Client) ListRoleInfoByUserWithOptions(agentId *string, userId *string, headers *ListRoleInfoByUserHeaders, ...) (_result *ListRoleInfoByUserResponse, _err error)
- func (client *Client) ListUserVilebleApp(userId *string) (_result *ListUserVilebleAppResponse, _err error)
- func (client *Client) ListUserVilebleAppWithOptions(userId *string, headers *ListUserVilebleAppHeaders, ...) (_result *ListUserVilebleAppResponse, _err error)
- func (client *Client) PageInnerAppHistoryVersion(agentId *string, request *PageInnerAppHistoryVersionRequest) (_result *PageInnerAppHistoryVersionResponse, _err error)
- func (client *Client) PageInnerAppHistoryVersionWithOptions(agentId *string, request *PageInnerAppHistoryVersionRequest, ...) (_result *PageInnerAppHistoryVersionResponse, _err error)
- func (client *Client) PublishInnerAppVersion(agentId *string, request *PublishInnerAppVersionRequest) (_result *PublishInnerAppVersionResponse, _err error)
- func (client *Client) PublishInnerAppVersionWithOptions(agentId *string, request *PublishInnerAppVersionRequest, ...) (_result *PublishInnerAppVersionResponse, _err error)
- func (client *Client) RebuildRoleScopeForAppRole(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest) (_result *RebuildRoleScopeForAppRoleResponse, _err error)
- func (client *Client) RebuildRoleScopeForAppRoleWithOptions(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest, ...) (_result *RebuildRoleScopeForAppRoleResponse, _err error)
- func (client *Client) RegisterCustomAppRole(agentId *string, request *RegisterCustomAppRoleRequest) (_result *RegisterCustomAppRoleResponse, _err error)
- func (client *Client) RegisterCustomAppRoleWithOptions(agentId *string, request *RegisterCustomAppRoleRequest, ...) (_result *RegisterCustomAppRoleResponse, _err error)
- func (client *Client) RemoveApaasApp(request *RemoveApaasAppRequest) (_result *RemoveApaasAppResponse, _err error)
- func (client *Client) RemoveApaasAppWithOptions(request *RemoveApaasAppRequest, headers *RemoveApaasAppHeaders, ...) (_result *RemoveApaasAppResponse, _err error)
- func (client *Client) RemoveMemberForAppRole(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest) (_result *RemoveMemberForAppRoleResponse, _err error)
- func (client *Client) RemoveMemberForAppRoleWithOptions(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest, ...) (_result *RemoveMemberForAppRoleResponse, _err error)
- func (client *Client) RollbackInnerAppVersion(agentId *string, request *RollbackInnerAppVersionRequest) (_result *RollbackInnerAppVersionResponse, _err error)
- func (client *Client) RollbackInnerAppVersionWithOptions(agentId *string, request *RollbackInnerAppVersionRequest, ...) (_result *RollbackInnerAppVersionResponse, _err error)
- func (client *Client) SetMicroAppScope(agentId *string, request *SetMicroAppScopeRequest) (_result *SetMicroAppScopeResponse, _err error)
- func (client *Client) SetMicroAppScopeWithOptions(agentId *string, request *SetMicroAppScopeRequest, ...) (_result *SetMicroAppScopeResponse, _err error)
- func (client *Client) UpdateApaasApp(request *UpdateApaasAppRequest) (_result *UpdateApaasAppResponse, _err error)
- func (client *Client) UpdateApaasAppWithOptions(request *UpdateApaasAppRequest, headers *UpdateApaasAppHeaders, ...) (_result *UpdateApaasAppResponse, _err error)
- func (client *Client) UpdateAppRoleInfo(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest) (_result *UpdateAppRoleInfoResponse, _err error)
- func (client *Client) UpdateAppRoleInfoWithOptions(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest, ...) (_result *UpdateAppRoleInfoResponse, _err error)
- func (client *Client) UpdateInnerApp(agentId *string, request *UpdateInnerAppRequest) (_result *UpdateInnerAppResponse, _err error)
- func (client *Client) UpdateInnerAppWithOptions(agentId *string, request *UpdateInnerAppRequest, ...) (_result *UpdateInnerAppResponse, _err error)
- type CreateApaasAppHeaders
- type CreateApaasAppRequest
- func (s CreateApaasAppRequest) GoString() string
- func (s *CreateApaasAppRequest) SetAppDesc(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetAppIcon(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetAppName(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetBizAppId(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetHomepageEditLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetHomepageLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetIsShortCut(v int32) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetOmpLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetOpUserId(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetPcHomepageEditLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetPcHomepageLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetTemplateKey(v string) *CreateApaasAppRequest
- func (s CreateApaasAppRequest) String() string
- type CreateApaasAppResponse
- func (s CreateApaasAppResponse) GoString() string
- func (s *CreateApaasAppResponse) SetBody(v *CreateApaasAppResponseBody) *CreateApaasAppResponse
- func (s *CreateApaasAppResponse) SetHeaders(v map[string]*string) *CreateApaasAppResponse
- func (s *CreateApaasAppResponse) SetStatusCode(v int32) *CreateApaasAppResponse
- func (s CreateApaasAppResponse) String() string
- type CreateApaasAppResponseBody
- type CreateInnerAppHeaders
- type CreateInnerAppRequest
- func (s CreateInnerAppRequest) GoString() string
- func (s *CreateInnerAppRequest) SetDesc(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetDevelopType(v int32) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetHomepageLink(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetIcon(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetIpWhiteList(v []*string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetName(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetOmpLink(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetOpUnionId(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetPcHomepageLink(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetScopeType(v string) *CreateInnerAppRequest
- func (s CreateInnerAppRequest) String() string
- type CreateInnerAppResponse
- func (s CreateInnerAppResponse) GoString() string
- func (s *CreateInnerAppResponse) SetBody(v *CreateInnerAppResponseBody) *CreateInnerAppResponse
- func (s *CreateInnerAppResponse) SetHeaders(v map[string]*string) *CreateInnerAppResponse
- func (s *CreateInnerAppResponse) SetStatusCode(v int32) *CreateInnerAppResponse
- func (s CreateInnerAppResponse) String() string
- type CreateInnerAppResponseBody
- func (s CreateInnerAppResponseBody) GoString() string
- func (s *CreateInnerAppResponseBody) SetAgentId(v int64) *CreateInnerAppResponseBody
- func (s *CreateInnerAppResponseBody) SetAppKey(v string) *CreateInnerAppResponseBody
- func (s *CreateInnerAppResponseBody) SetAppSecret(v string) *CreateInnerAppResponseBody
- func (s CreateInnerAppResponseBody) String() string
- type DeleteAppRoleHeaders
- type DeleteAppRoleRequest
- type DeleteAppRoleResponse
- func (s DeleteAppRoleResponse) GoString() string
- func (s *DeleteAppRoleResponse) SetBody(v *DeleteAppRoleResponseBody) *DeleteAppRoleResponse
- func (s *DeleteAppRoleResponse) SetHeaders(v map[string]*string) *DeleteAppRoleResponse
- func (s *DeleteAppRoleResponse) SetStatusCode(v int32) *DeleteAppRoleResponse
- func (s DeleteAppRoleResponse) String() string
- type DeleteAppRoleResponseBody
- type DeleteInnerAppHeaders
- type DeleteInnerAppRequest
- type DeleteInnerAppResponse
- func (s DeleteInnerAppResponse) GoString() string
- func (s *DeleteInnerAppResponse) SetBody(v *DeleteInnerAppResponseBody) *DeleteInnerAppResponse
- func (s *DeleteInnerAppResponse) SetHeaders(v map[string]*string) *DeleteInnerAppResponse
- func (s *DeleteInnerAppResponse) SetStatusCode(v int32) *DeleteInnerAppResponse
- func (s DeleteInnerAppResponse) String() string
- type DeleteInnerAppResponseBody
- type GetApaasAppHeaders
- type GetApaasAppResponse
- func (s GetApaasAppResponse) GoString() string
- func (s *GetApaasAppResponse) SetBody(v *GetApaasAppResponseBody) *GetApaasAppResponse
- func (s *GetApaasAppResponse) SetHeaders(v map[string]*string) *GetApaasAppResponse
- func (s *GetApaasAppResponse) SetStatusCode(v int32) *GetApaasAppResponse
- func (s GetApaasAppResponse) String() string
- type GetApaasAppResponseBody
- func (s GetApaasAppResponseBody) GoString() string
- func (s *GetApaasAppResponseBody) SetAgentId(v int64) *GetApaasAppResponseBody
- func (s *GetApaasAppResponseBody) SetBizAppId(v string) *GetApaasAppResponseBody
- func (s *GetApaasAppResponseBody) SetPublishStatus(v string) *GetApaasAppResponseBody
- func (s GetApaasAppResponseBody) String() string
- type GetAppRoleScopeByRoleIdHeaders
- func (s GetAppRoleScopeByRoleIdHeaders) GoString() string
- func (s *GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdHeaders
- func (s *GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppRoleScopeByRoleIdHeaders
- func (s GetAppRoleScopeByRoleIdHeaders) String() string
- type GetAppRoleScopeByRoleIdResponse
- func (s GetAppRoleScopeByRoleIdResponse) GoString() string
- func (s *GetAppRoleScopeByRoleIdResponse) SetBody(v *GetAppRoleScopeByRoleIdResponseBody) *GetAppRoleScopeByRoleIdResponse
- func (s *GetAppRoleScopeByRoleIdResponse) SetHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdResponse
- func (s *GetAppRoleScopeByRoleIdResponse) SetStatusCode(v int32) *GetAppRoleScopeByRoleIdResponse
- func (s GetAppRoleScopeByRoleIdResponse) String() string
- type GetAppRoleScopeByRoleIdResponseBody
- func (s GetAppRoleScopeByRoleIdResponseBody) GoString() string
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole(v bool) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList(v []*int64) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleId(v int64) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleName(v string) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeType(v string) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion(v string) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetUserIdList(v []*string) *GetAppRoleScopeByRoleIdResponseBody
- func (s GetAppRoleScopeByRoleIdResponseBody) String() string
- type GetInnerAppHeaders
- type GetInnerAppRequest
- type GetInnerAppResponse
- func (s GetInnerAppResponse) GoString() string
- func (s *GetInnerAppResponse) SetBody(v *GetInnerAppResponseBody) *GetInnerAppResponse
- func (s *GetInnerAppResponse) SetHeaders(v map[string]*string) *GetInnerAppResponse
- func (s *GetInnerAppResponse) SetStatusCode(v int32) *GetInnerAppResponse
- func (s GetInnerAppResponse) String() string
- type GetInnerAppResponseBody
- func (s GetInnerAppResponseBody) GoString() string
- func (s *GetInnerAppResponseBody) SetAgentId(v int64) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetAppKey(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetAppSecret(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetDesc(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetHomepageLink(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetIcon(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetIpWhiteList(v []*string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetName(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetOmpLink(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetPcHomepageLink(v string) *GetInnerAppResponseBody
- func (s GetInnerAppResponseBody) String() string
- type GetMicroAppScopeHeaders
- type GetMicroAppScopeResponse
- func (s GetMicroAppScopeResponse) GoString() string
- func (s *GetMicroAppScopeResponse) SetBody(v *GetMicroAppScopeResponseBody) *GetMicroAppScopeResponse
- func (s *GetMicroAppScopeResponse) SetHeaders(v map[string]*string) *GetMicroAppScopeResponse
- func (s *GetMicroAppScopeResponse) SetStatusCode(v int32) *GetMicroAppScopeResponse
- func (s GetMicroAppScopeResponse) String() string
- type GetMicroAppScopeResponseBody
- type GetMicroAppScopeResponseBodyResult
- func (s GetMicroAppScopeResponseBodyResult) GoString() string
- func (s *GetMicroAppScopeResponseBodyResult) SetDeptIds(v []*int64) *GetMicroAppScopeResponseBodyResult
- func (s *GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible(v bool) *GetMicroAppScopeResponseBodyResult
- func (s *GetMicroAppScopeResponseBodyResult) SetRoleIds(v []*int64) *GetMicroAppScopeResponseBodyResult
- func (s *GetMicroAppScopeResponseBodyResult) SetUserIds(v []*string) *GetMicroAppScopeResponseBodyResult
- func (s GetMicroAppScopeResponseBodyResult) String() string
- type GetMicroAppUserAccessHeaders
- func (s GetMicroAppUserAccessHeaders) GoString() string
- func (s *GetMicroAppUserAccessHeaders) SetCommonHeaders(v map[string]*string) *GetMicroAppUserAccessHeaders
- func (s *GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppUserAccessHeaders
- func (s GetMicroAppUserAccessHeaders) String() string
- type GetMicroAppUserAccessResponse
- func (s GetMicroAppUserAccessResponse) GoString() string
- func (s *GetMicroAppUserAccessResponse) SetBody(v *GetMicroAppUserAccessResponseBody) *GetMicroAppUserAccessResponse
- func (s *GetMicroAppUserAccessResponse) SetHeaders(v map[string]*string) *GetMicroAppUserAccessResponse
- func (s *GetMicroAppUserAccessResponse) SetStatusCode(v int32) *GetMicroAppUserAccessResponse
- func (s GetMicroAppUserAccessResponse) String() string
- type GetMicroAppUserAccessResponseBody
- type GetUserAppDevAccessHeaders
- func (s GetUserAppDevAccessHeaders) GoString() string
- func (s *GetUserAppDevAccessHeaders) SetCommonHeaders(v map[string]*string) *GetUserAppDevAccessHeaders
- func (s *GetUserAppDevAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserAppDevAccessHeaders
- func (s GetUserAppDevAccessHeaders) String() string
- type GetUserAppDevAccessResponse
- func (s GetUserAppDevAccessResponse) GoString() string
- func (s *GetUserAppDevAccessResponse) SetBody(v *GetUserAppDevAccessResponseBody) *GetUserAppDevAccessResponse
- func (s *GetUserAppDevAccessResponse) SetHeaders(v map[string]*string) *GetUserAppDevAccessResponse
- func (s *GetUserAppDevAccessResponse) SetStatusCode(v int32) *GetUserAppDevAccessResponse
- func (s GetUserAppDevAccessResponse) String() string
- type GetUserAppDevAccessResponseBody
- type ListAllAppHeaders
- type ListAllAppResponse
- func (s ListAllAppResponse) GoString() string
- func (s *ListAllAppResponse) SetBody(v *ListAllAppResponseBody) *ListAllAppResponse
- func (s *ListAllAppResponse) SetHeaders(v map[string]*string) *ListAllAppResponse
- func (s *ListAllAppResponse) SetStatusCode(v int32) *ListAllAppResponse
- func (s ListAllAppResponse) String() string
- type ListAllAppResponseBody
- type ListAllAppResponseBodyAppList
- func (s ListAllAppResponseBodyAppList) GoString() string
- func (s *ListAllAppResponseBodyAppList) SetAgentId(v int64) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetAppId(v int64) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetAppStatus(v int32) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetDesc(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetDevelopType(v int32) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetHomepageLink(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetIcon(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetName(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetOmpLink(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetPcHomepageLink(v string) *ListAllAppResponseBodyAppList
- func (s ListAllAppResponseBodyAppList) String() string
- type ListAllInnerAppsHeaders
- type ListAllInnerAppsResponse
- func (s ListAllInnerAppsResponse) GoString() string
- func (s *ListAllInnerAppsResponse) SetBody(v *ListAllInnerAppsResponseBody) *ListAllInnerAppsResponse
- func (s *ListAllInnerAppsResponse) SetHeaders(v map[string]*string) *ListAllInnerAppsResponse
- func (s *ListAllInnerAppsResponse) SetStatusCode(v int32) *ListAllInnerAppsResponse
- func (s ListAllInnerAppsResponse) String() string
- type ListAllInnerAppsResponseBody
- type ListAllInnerAppsResponseBodyAppList
- func (s ListAllInnerAppsResponseBodyAppList) GoString() string
- func (s *ListAllInnerAppsResponseBodyAppList) SetAgentId(v int64) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetAppId(v int64) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetAppStatus(v int32) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetDesc(v string) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetDevelopType(v int32) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetHomepageLink(v string) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetIcon(v string) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetName(v string) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetOmpLink(v string) *ListAllInnerAppsResponseBodyAppList
- func (s *ListAllInnerAppsResponseBodyAppList) SetPcHomepageLink(v string) *ListAllInnerAppsResponseBodyAppList
- func (s ListAllInnerAppsResponseBodyAppList) String() string
- type ListAppRoleScopesHeaders
- type ListAppRoleScopesRequest
- type ListAppRoleScopesResponse
- func (s ListAppRoleScopesResponse) GoString() string
- func (s *ListAppRoleScopesResponse) SetBody(v *ListAppRoleScopesResponseBody) *ListAppRoleScopesResponse
- func (s *ListAppRoleScopesResponse) SetHeaders(v map[string]*string) *ListAppRoleScopesResponse
- func (s *ListAppRoleScopesResponse) SetStatusCode(v int32) *ListAppRoleScopesResponse
- func (s ListAppRoleScopesResponse) String() string
- type ListAppRoleScopesResponseBody
- func (s ListAppRoleScopesResponseBody) GoString() string
- func (s *ListAppRoleScopesResponseBody) SetDataList(v []*ListAppRoleScopesResponseBodyDataList) *ListAppRoleScopesResponseBody
- func (s *ListAppRoleScopesResponseBody) SetHasMore(v bool) *ListAppRoleScopesResponseBody
- func (s *ListAppRoleScopesResponseBody) SetNextToken(v int64) *ListAppRoleScopesResponseBody
- func (s ListAppRoleScopesResponseBody) String() string
- type ListAppRoleScopesResponseBodyDataList
- func (s ListAppRoleScopesResponseBodyDataList) GoString() string
- func (s *ListAppRoleScopesResponseBodyDataList) SetCanManageRole(v bool) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetDeptIdList(v []*int64) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetRoleId(v int64) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetRoleName(v string) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetScopeType(v string) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetScopeVersion(v int64) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetUserIdList(v []*string) *ListAppRoleScopesResponseBodyDataList
- func (s ListAppRoleScopesResponseBodyDataList) String() string
- type ListInnerAppHeaders
- type ListInnerAppRequest
- type ListInnerAppResponse
- func (s ListInnerAppResponse) GoString() string
- func (s *ListInnerAppResponse) SetBody(v *ListInnerAppResponseBody) *ListInnerAppResponse
- func (s *ListInnerAppResponse) SetHeaders(v map[string]*string) *ListInnerAppResponse
- func (s *ListInnerAppResponse) SetStatusCode(v int32) *ListInnerAppResponse
- func (s ListInnerAppResponse) String() string
- type ListInnerAppResponseBody
- type ListInnerAppResponseBodyAppList
- func (s ListInnerAppResponseBodyAppList) GoString() string
- func (s *ListInnerAppResponseBodyAppList) SetAgentId(v int64) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetDesc(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetHomepageLink(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetIcon(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetName(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetOmpLink(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetPcHomepageLink(v string) *ListInnerAppResponseBodyAppList
- func (s ListInnerAppResponseBodyAppList) String() string
- type ListInnerAppVersionHeaders
- func (s ListInnerAppVersionHeaders) GoString() string
- func (s *ListInnerAppVersionHeaders) SetCommonHeaders(v map[string]*string) *ListInnerAppVersionHeaders
- func (s *ListInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *ListInnerAppVersionHeaders
- func (s ListInnerAppVersionHeaders) String() string
- type ListInnerAppVersionResponse
- func (s ListInnerAppVersionResponse) GoString() string
- func (s *ListInnerAppVersionResponse) SetBody(v *ListInnerAppVersionResponseBody) *ListInnerAppVersionResponse
- func (s *ListInnerAppVersionResponse) SetHeaders(v map[string]*string) *ListInnerAppVersionResponse
- func (s *ListInnerAppVersionResponse) SetStatusCode(v int32) *ListInnerAppVersionResponse
- func (s ListInnerAppVersionResponse) String() string
- type ListInnerAppVersionResponseBody
- type ListInnerAppVersionResponseBodyAppVersionList
- func (s ListInnerAppVersionResponseBodyAppVersionList) GoString() string
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetAppVersion(v string) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionId(v int64) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionType(v int32) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetCreateTime(v string) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetEntranceLink(v string) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppId(v string) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppOnPc(v bool) *ListInnerAppVersionResponseBodyAppVersionList
- func (s *ListInnerAppVersionResponseBodyAppVersionList) SetModifyTime(v string) *ListInnerAppVersionResponseBodyAppVersionList
- func (s ListInnerAppVersionResponseBodyAppVersionList) String() string
- type ListRoleInfoByUserHeaders
- func (s ListRoleInfoByUserHeaders) GoString() string
- func (s *ListRoleInfoByUserHeaders) SetCommonHeaders(v map[string]*string) *ListRoleInfoByUserHeaders
- func (s *ListRoleInfoByUserHeaders) SetXAcsDingtalkAccessToken(v string) *ListRoleInfoByUserHeaders
- func (s ListRoleInfoByUserHeaders) String() string
- type ListRoleInfoByUserResponse
- func (s ListRoleInfoByUserResponse) GoString() string
- func (s *ListRoleInfoByUserResponse) SetBody(v *ListRoleInfoByUserResponseBody) *ListRoleInfoByUserResponse
- func (s *ListRoleInfoByUserResponse) SetHeaders(v map[string]*string) *ListRoleInfoByUserResponse
- func (s *ListRoleInfoByUserResponse) SetStatusCode(v int32) *ListRoleInfoByUserResponse
- func (s ListRoleInfoByUserResponse) String() string
- type ListRoleInfoByUserResponseBody
- type ListRoleInfoByUserResponseBodyResult
- func (s ListRoleInfoByUserResponseBodyResult) GoString() string
- func (s *ListRoleInfoByUserResponseBodyResult) SetCanManageRole(v bool) *ListRoleInfoByUserResponseBodyResult
- func (s *ListRoleInfoByUserResponseBodyResult) SetRoleId(v int64) *ListRoleInfoByUserResponseBodyResult
- func (s *ListRoleInfoByUserResponseBodyResult) SetRoleName(v string) *ListRoleInfoByUserResponseBodyResult
- func (s ListRoleInfoByUserResponseBodyResult) String() string
- type ListUserVilebleAppHeaders
- func (s ListUserVilebleAppHeaders) GoString() string
- func (s *ListUserVilebleAppHeaders) SetCommonHeaders(v map[string]*string) *ListUserVilebleAppHeaders
- func (s *ListUserVilebleAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListUserVilebleAppHeaders
- func (s ListUserVilebleAppHeaders) String() string
- type ListUserVilebleAppResponse
- func (s ListUserVilebleAppResponse) GoString() string
- func (s *ListUserVilebleAppResponse) SetBody(v *ListUserVilebleAppResponseBody) *ListUserVilebleAppResponse
- func (s *ListUserVilebleAppResponse) SetHeaders(v map[string]*string) *ListUserVilebleAppResponse
- func (s *ListUserVilebleAppResponse) SetStatusCode(v int32) *ListUserVilebleAppResponse
- func (s ListUserVilebleAppResponse) String() string
- type ListUserVilebleAppResponseBody
- type ListUserVilebleAppResponseBodyAppList
- func (s ListUserVilebleAppResponseBodyAppList) GoString() string
- func (s *ListUserVilebleAppResponseBodyAppList) SetAgentId(v int64) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetAppId(v int64) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetAppStatus(v int32) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetDesc(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetDevelopType(v int32) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetIcon(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetName(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetOmpLink(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetPcHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
- func (s ListUserVilebleAppResponseBodyAppList) String() string
- type PageInnerAppHistoryVersionHeaders
- func (s PageInnerAppHistoryVersionHeaders) GoString() string
- func (s *PageInnerAppHistoryVersionHeaders) SetCommonHeaders(v map[string]*string) *PageInnerAppHistoryVersionHeaders
- func (s *PageInnerAppHistoryVersionHeaders) SetXAcsDingtalkAccessToken(v string) *PageInnerAppHistoryVersionHeaders
- func (s PageInnerAppHistoryVersionHeaders) String() string
- type PageInnerAppHistoryVersionRequest
- func (s PageInnerAppHistoryVersionRequest) GoString() string
- func (s *PageInnerAppHistoryVersionRequest) SetPageNumber(v int32) *PageInnerAppHistoryVersionRequest
- func (s *PageInnerAppHistoryVersionRequest) SetPageSize(v int32) *PageInnerAppHistoryVersionRequest
- func (s PageInnerAppHistoryVersionRequest) String() string
- type PageInnerAppHistoryVersionResponse
- func (s PageInnerAppHistoryVersionResponse) GoString() string
- func (s *PageInnerAppHistoryVersionResponse) SetBody(v *PageInnerAppHistoryVersionResponseBody) *PageInnerAppHistoryVersionResponse
- func (s *PageInnerAppHistoryVersionResponse) SetHeaders(v map[string]*string) *PageInnerAppHistoryVersionResponse
- func (s *PageInnerAppHistoryVersionResponse) SetStatusCode(v int32) *PageInnerAppHistoryVersionResponse
- func (s PageInnerAppHistoryVersionResponse) String() string
- type PageInnerAppHistoryVersionResponseBody
- func (s PageInnerAppHistoryVersionResponseBody) GoString() string
- func (s *PageInnerAppHistoryVersionResponseBody) SetMiniAppVersionList(v []*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) *PageInnerAppHistoryVersionResponseBody
- func (s *PageInnerAppHistoryVersionResponseBody) SetTotalCount(v int64) *PageInnerAppHistoryVersionResponseBody
- func (s PageInnerAppHistoryVersionResponseBody) String() string
- type PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) GoString() string
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersion(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionId(v int64) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionType(v int32) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetCreateTime(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppId(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppOnPc(v bool) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetModifyTime(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
- func (s PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) String() string
- type PublishInnerAppVersionHeaders
- func (s PublishInnerAppVersionHeaders) GoString() string
- func (s *PublishInnerAppVersionHeaders) SetCommonHeaders(v map[string]*string) *PublishInnerAppVersionHeaders
- func (s *PublishInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *PublishInnerAppVersionHeaders
- func (s PublishInnerAppVersionHeaders) String() string
- type PublishInnerAppVersionRequest
- func (s PublishInnerAppVersionRequest) GoString() string
- func (s *PublishInnerAppVersionRequest) SetAppVersionId(v int64) *PublishInnerAppVersionRequest
- func (s *PublishInnerAppVersionRequest) SetMiniAppOnPc(v bool) *PublishInnerAppVersionRequest
- func (s *PublishInnerAppVersionRequest) SetOpUnionId(v string) *PublishInnerAppVersionRequest
- func (s *PublishInnerAppVersionRequest) SetPublishType(v string) *PublishInnerAppVersionRequest
- func (s PublishInnerAppVersionRequest) String() string
- type PublishInnerAppVersionResponse
- func (s PublishInnerAppVersionResponse) GoString() string
- func (s *PublishInnerAppVersionResponse) SetBody(v *PublishInnerAppVersionResponseBody) *PublishInnerAppVersionResponse
- func (s *PublishInnerAppVersionResponse) SetHeaders(v map[string]*string) *PublishInnerAppVersionResponse
- func (s *PublishInnerAppVersionResponse) SetStatusCode(v int32) *PublishInnerAppVersionResponse
- func (s PublishInnerAppVersionResponse) String() string
- type PublishInnerAppVersionResponseBody
- type RebuildRoleScopeForAppRoleHeaders
- func (s RebuildRoleScopeForAppRoleHeaders) GoString() string
- func (s *RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleHeaders
- func (s *RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RebuildRoleScopeForAppRoleHeaders
- func (s RebuildRoleScopeForAppRoleHeaders) String() string
- type RebuildRoleScopeForAppRoleRequest
- func (s RebuildRoleScopeForAppRoleRequest) GoString() string
- func (s *RebuildRoleScopeForAppRoleRequest) SetDeptIdList(v []*int64) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetOpUserId(v string) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetScopeType(v string) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetScopeVersion(v int64) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetUserIdList(v []*string) *RebuildRoleScopeForAppRoleRequest
- func (s RebuildRoleScopeForAppRoleRequest) String() string
- type RebuildRoleScopeForAppRoleResponse
- func (s RebuildRoleScopeForAppRoleResponse) GoString() string
- func (s *RebuildRoleScopeForAppRoleResponse) SetBody(v *RebuildRoleScopeForAppRoleResponseBody) *RebuildRoleScopeForAppRoleResponse
- func (s *RebuildRoleScopeForAppRoleResponse) SetHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleResponse
- func (s *RebuildRoleScopeForAppRoleResponse) SetStatusCode(v int32) *RebuildRoleScopeForAppRoleResponse
- func (s RebuildRoleScopeForAppRoleResponse) String() string
- type RebuildRoleScopeForAppRoleResponseBody
- type RegisterCustomAppRoleHeaders
- func (s RegisterCustomAppRoleHeaders) GoString() string
- func (s *RegisterCustomAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RegisterCustomAppRoleHeaders
- func (s *RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterCustomAppRoleHeaders
- func (s RegisterCustomAppRoleHeaders) String() string
- type RegisterCustomAppRoleRequest
- func (s RegisterCustomAppRoleRequest) GoString() string
- func (s *RegisterCustomAppRoleRequest) SetCanManageRole(v bool) *RegisterCustomAppRoleRequest
- func (s *RegisterCustomAppRoleRequest) SetOpUserId(v string) *RegisterCustomAppRoleRequest
- func (s *RegisterCustomAppRoleRequest) SetRoleName(v string) *RegisterCustomAppRoleRequest
- func (s RegisterCustomAppRoleRequest) String() string
- type RegisterCustomAppRoleResponse
- func (s RegisterCustomAppRoleResponse) GoString() string
- func (s *RegisterCustomAppRoleResponse) SetBody(v *RegisterCustomAppRoleResponseBody) *RegisterCustomAppRoleResponse
- func (s *RegisterCustomAppRoleResponse) SetHeaders(v map[string]*string) *RegisterCustomAppRoleResponse
- func (s *RegisterCustomAppRoleResponse) SetStatusCode(v int32) *RegisterCustomAppRoleResponse
- func (s RegisterCustomAppRoleResponse) String() string
- type RegisterCustomAppRoleResponseBody
- func (s RegisterCustomAppRoleResponseBody) GoString() string
- func (s *RegisterCustomAppRoleResponseBody) SetRoleId(v int64) *RegisterCustomAppRoleResponseBody
- func (s *RegisterCustomAppRoleResponseBody) SetScopeVersion(v int64) *RegisterCustomAppRoleResponseBody
- func (s RegisterCustomAppRoleResponseBody) String() string
- type RemoveApaasAppHeaders
- type RemoveApaasAppRequest
- type RemoveApaasAppResponse
- func (s RemoveApaasAppResponse) GoString() string
- func (s *RemoveApaasAppResponse) SetBody(v *RemoveApaasAppResponseBody) *RemoveApaasAppResponse
- func (s *RemoveApaasAppResponse) SetHeaders(v map[string]*string) *RemoveApaasAppResponse
- func (s *RemoveApaasAppResponse) SetStatusCode(v int32) *RemoveApaasAppResponse
- func (s RemoveApaasAppResponse) String() string
- type RemoveApaasAppResponseBody
- type RemoveMemberForAppRoleHeaders
- func (s RemoveMemberForAppRoleHeaders) GoString() string
- func (s *RemoveMemberForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RemoveMemberForAppRoleHeaders
- func (s *RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMemberForAppRoleHeaders
- func (s RemoveMemberForAppRoleHeaders) String() string
- type RemoveMemberForAppRoleRequest
- func (s RemoveMemberForAppRoleRequest) GoString() string
- func (s *RemoveMemberForAppRoleRequest) SetDeptIdList(v []*int64) *RemoveMemberForAppRoleRequest
- func (s *RemoveMemberForAppRoleRequest) SetOpUserId(v string) *RemoveMemberForAppRoleRequest
- func (s *RemoveMemberForAppRoleRequest) SetScopeVersion(v int64) *RemoveMemberForAppRoleRequest
- func (s *RemoveMemberForAppRoleRequest) SetUserIdList(v []*string) *RemoveMemberForAppRoleRequest
- func (s RemoveMemberForAppRoleRequest) String() string
- type RemoveMemberForAppRoleResponse
- func (s RemoveMemberForAppRoleResponse) GoString() string
- func (s *RemoveMemberForAppRoleResponse) SetBody(v *RemoveMemberForAppRoleResponseBody) *RemoveMemberForAppRoleResponse
- func (s *RemoveMemberForAppRoleResponse) SetHeaders(v map[string]*string) *RemoveMemberForAppRoleResponse
- func (s *RemoveMemberForAppRoleResponse) SetStatusCode(v int32) *RemoveMemberForAppRoleResponse
- func (s RemoveMemberForAppRoleResponse) String() string
- type RemoveMemberForAppRoleResponseBody
- type RollbackInnerAppVersionHeaders
- func (s RollbackInnerAppVersionHeaders) GoString() string
- func (s *RollbackInnerAppVersionHeaders) SetCommonHeaders(v map[string]*string) *RollbackInnerAppVersionHeaders
- func (s *RollbackInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *RollbackInnerAppVersionHeaders
- func (s RollbackInnerAppVersionHeaders) String() string
- type RollbackInnerAppVersionRequest
- func (s RollbackInnerAppVersionRequest) GoString() string
- func (s *RollbackInnerAppVersionRequest) SetAppVersionId(v int64) *RollbackInnerAppVersionRequest
- func (s *RollbackInnerAppVersionRequest) SetOpUnionId(v string) *RollbackInnerAppVersionRequest
- func (s RollbackInnerAppVersionRequest) String() string
- type RollbackInnerAppVersionResponse
- func (s RollbackInnerAppVersionResponse) GoString() string
- func (s *RollbackInnerAppVersionResponse) SetBody(v *RollbackInnerAppVersionResponseBody) *RollbackInnerAppVersionResponse
- func (s *RollbackInnerAppVersionResponse) SetHeaders(v map[string]*string) *RollbackInnerAppVersionResponse
- func (s *RollbackInnerAppVersionResponse) SetStatusCode(v int32) *RollbackInnerAppVersionResponse
- func (s RollbackInnerAppVersionResponse) String() string
- type RollbackInnerAppVersionResponseBody
- type SetMicroAppScopeHeaders
- type SetMicroAppScopeRequest
- func (s SetMicroAppScopeRequest) GoString() string
- func (s *SetMicroAppScopeRequest) SetAddDeptIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetAddRoleIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetAddUserIds(v []*string) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetDelDeptIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetDelRoleIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetDelUserIds(v []*string) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetOnlyAdminVisible(v bool) *SetMicroAppScopeRequest
- func (s SetMicroAppScopeRequest) String() string
- type SetMicroAppScopeResponse
- func (s SetMicroAppScopeResponse) GoString() string
- func (s *SetMicroAppScopeResponse) SetBody(v *SetMicroAppScopeResponseBody) *SetMicroAppScopeResponse
- func (s *SetMicroAppScopeResponse) SetHeaders(v map[string]*string) *SetMicroAppScopeResponse
- func (s *SetMicroAppScopeResponse) SetStatusCode(v int32) *SetMicroAppScopeResponse
- func (s SetMicroAppScopeResponse) String() string
- type SetMicroAppScopeResponseBody
- type UpdateApaasAppHeaders
- type UpdateApaasAppRequest
- func (s UpdateApaasAppRequest) GoString() string
- func (s *UpdateApaasAppRequest) SetAppIcon(v string) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetAppName(v string) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetAppStatus(v int32) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetBizAppId(v string) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetOpUserId(v string) *UpdateApaasAppRequest
- func (s UpdateApaasAppRequest) String() string
- type UpdateApaasAppResponse
- func (s UpdateApaasAppResponse) GoString() string
- func (s *UpdateApaasAppResponse) SetBody(v *UpdateApaasAppResponseBody) *UpdateApaasAppResponse
- func (s *UpdateApaasAppResponse) SetHeaders(v map[string]*string) *UpdateApaasAppResponse
- func (s *UpdateApaasAppResponse) SetStatusCode(v int32) *UpdateApaasAppResponse
- func (s UpdateApaasAppResponse) String() string
- type UpdateApaasAppResponseBody
- type UpdateAppRoleInfoHeaders
- type UpdateAppRoleInfoRequest
- func (s UpdateAppRoleInfoRequest) GoString() string
- func (s *UpdateAppRoleInfoRequest) SetCanManageRole(v bool) *UpdateAppRoleInfoRequest
- func (s *UpdateAppRoleInfoRequest) SetNewRoleName(v string) *UpdateAppRoleInfoRequest
- func (s *UpdateAppRoleInfoRequest) SetOpUserId(v string) *UpdateAppRoleInfoRequest
- func (s UpdateAppRoleInfoRequest) String() string
- type UpdateAppRoleInfoResponse
- func (s UpdateAppRoleInfoResponse) GoString() string
- func (s *UpdateAppRoleInfoResponse) SetBody(v *UpdateAppRoleInfoResponseBody) *UpdateAppRoleInfoResponse
- func (s *UpdateAppRoleInfoResponse) SetHeaders(v map[string]*string) *UpdateAppRoleInfoResponse
- func (s *UpdateAppRoleInfoResponse) SetStatusCode(v int32) *UpdateAppRoleInfoResponse
- func (s UpdateAppRoleInfoResponse) String() string
- type UpdateAppRoleInfoResponseBody
- type UpdateInnerAppHeaders
- type UpdateInnerAppRequest
- func (s UpdateInnerAppRequest) GoString() string
- func (s *UpdateInnerAppRequest) SetDesc(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetHomepageLink(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetIcon(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetIpWhiteList(v []*string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetName(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetOmpLink(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetOpUnionId(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetPcHomepageLink(v string) *UpdateInnerAppRequest
- func (s UpdateInnerAppRequest) String() string
- type UpdateInnerAppResponse
- func (s UpdateInnerAppResponse) GoString() string
- func (s *UpdateInnerAppResponse) SetBody(v *UpdateInnerAppResponseBody) *UpdateInnerAppResponse
- func (s *UpdateInnerAppResponse) SetHeaders(v map[string]*string) *UpdateInnerAppResponse
- func (s *UpdateInnerAppResponse) SetStatusCode(v int32) *UpdateInnerAppResponse
- func (s UpdateInnerAppResponse) String() string
- type UpdateInnerAppResponseBody
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 (s *AddAppRolesToMemberHeaders) SetCommonHeaders(v map[string]*string) *AddAppRolesToMemberHeaders
func (*AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppRolesToMemberHeaders
func (AddAppRolesToMemberHeaders) String ¶
func (s AddAppRolesToMemberHeaders) String() 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 (s *AddAppRolesToMemberRequest) SetMemberId(v string) *AddAppRolesToMemberRequest
func (*AddAppRolesToMemberRequest) SetMemberType ¶
func (s *AddAppRolesToMemberRequest) SetMemberType(v string) *AddAppRolesToMemberRequest
func (*AddAppRolesToMemberRequest) SetOpUserId ¶
func (s *AddAppRolesToMemberRequest) SetOpUserId(v string) *AddAppRolesToMemberRequest
func (*AddAppRolesToMemberRequest) SetRoleList ¶
func (s *AddAppRolesToMemberRequest) SetRoleList(v []*AddAppRolesToMemberRequestRoleList) *AddAppRolesToMemberRequest
func (AddAppRolesToMemberRequest) String ¶
func (s AddAppRolesToMemberRequest) String() 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 (s AddAppRolesToMemberRequestRoleList) GoString() string
func (*AddAppRolesToMemberRequestRoleList) SetRoleId ¶
func (s *AddAppRolesToMemberRequestRoleList) SetRoleId(v int64) *AddAppRolesToMemberRequestRoleList
func (*AddAppRolesToMemberRequestRoleList) SetScopeVersion ¶
func (s *AddAppRolesToMemberRequestRoleList) SetScopeVersion(v int64) *AddAppRolesToMemberRequestRoleList
func (AddAppRolesToMemberRequestRoleList) String ¶
func (s AddAppRolesToMemberRequestRoleList) String() string
type AddAppRolesToMemberResponse ¶
type AddAppRolesToMemberResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AddAppRolesToMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddAppRolesToMemberResponse) GoString ¶
func (s AddAppRolesToMemberResponse) GoString() string
func (*AddAppRolesToMemberResponse) SetBody ¶
func (s *AddAppRolesToMemberResponse) SetBody(v *AddAppRolesToMemberResponseBody) *AddAppRolesToMemberResponse
func (*AddAppRolesToMemberResponse) SetHeaders ¶
func (s *AddAppRolesToMemberResponse) SetHeaders(v map[string]*string) *AddAppRolesToMemberResponse
func (*AddAppRolesToMemberResponse) SetStatusCode ¶
func (s *AddAppRolesToMemberResponse) SetStatusCode(v int32) *AddAppRolesToMemberResponse
func (AddAppRolesToMemberResponse) String ¶
func (s AddAppRolesToMemberResponse) String() string
type AddAppRolesToMemberResponseBody ¶
type AddAppRolesToMemberResponseBody struct {
Result []*AddAppRolesToMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (AddAppRolesToMemberResponseBody) GoString ¶
func (s AddAppRolesToMemberResponseBody) GoString() string
func (*AddAppRolesToMemberResponseBody) SetResult ¶
func (s *AddAppRolesToMemberResponseBody) SetResult(v []*AddAppRolesToMemberResponseBodyResult) *AddAppRolesToMemberResponseBody
func (AddAppRolesToMemberResponseBody) String ¶
func (s AddAppRolesToMemberResponseBody) String() 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 (s AddAppRolesToMemberResponseBodyResult) GoString() string
func (*AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion(v int64) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetRoleId ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetRoleId(v int64) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorCode ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorCode(v string) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg(v string) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetSuccess ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetSuccess(v bool) *AddAppRolesToMemberResponseBodyResult
func (AddAppRolesToMemberResponseBodyResult) String ¶
func (s AddAppRolesToMemberResponseBodyResult) String() 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 (s AddAppToWorkBenchGroupHeaders) GoString() string
func (*AddAppToWorkBenchGroupHeaders) SetCommonHeaders ¶
func (s *AddAppToWorkBenchGroupHeaders) SetCommonHeaders(v map[string]*string) *AddAppToWorkBenchGroupHeaders
func (*AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppToWorkBenchGroupHeaders
func (AddAppToWorkBenchGroupHeaders) String ¶
func (s AddAppToWorkBenchGroupHeaders) String() 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 (s AddAppToWorkBenchGroupRequest) GoString() string
func (*AddAppToWorkBenchGroupRequest) SetComponentId ¶
func (s *AddAppToWorkBenchGroupRequest) SetComponentId(v string) *AddAppToWorkBenchGroupRequest
func (*AddAppToWorkBenchGroupRequest) SetEcologicalCorpId ¶
func (s *AddAppToWorkBenchGroupRequest) SetEcologicalCorpId(v string) *AddAppToWorkBenchGroupRequest
func (*AddAppToWorkBenchGroupRequest) SetOpUnionId ¶
func (s *AddAppToWorkBenchGroupRequest) SetOpUnionId(v string) *AddAppToWorkBenchGroupRequest
func (AddAppToWorkBenchGroupRequest) String ¶
func (s AddAppToWorkBenchGroupRequest) String() string
type AddAppToWorkBenchGroupResponse ¶
type AddAppToWorkBenchGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AddAppToWorkBenchGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddAppToWorkBenchGroupResponse) GoString ¶
func (s AddAppToWorkBenchGroupResponse) GoString() string
func (*AddAppToWorkBenchGroupResponse) SetBody ¶
func (s *AddAppToWorkBenchGroupResponse) SetBody(v *AddAppToWorkBenchGroupResponseBody) *AddAppToWorkBenchGroupResponse
func (*AddAppToWorkBenchGroupResponse) SetHeaders ¶
func (s *AddAppToWorkBenchGroupResponse) SetHeaders(v map[string]*string) *AddAppToWorkBenchGroupResponse
func (*AddAppToWorkBenchGroupResponse) SetStatusCode ¶
func (s *AddAppToWorkBenchGroupResponse) SetStatusCode(v int32) *AddAppToWorkBenchGroupResponse
func (AddAppToWorkBenchGroupResponse) String ¶
func (s AddAppToWorkBenchGroupResponse) String() string
type AddAppToWorkBenchGroupResponseBody ¶
type AddAppToWorkBenchGroupResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (AddAppToWorkBenchGroupResponseBody) GoString ¶
func (s AddAppToWorkBenchGroupResponseBody) GoString() string
func (*AddAppToWorkBenchGroupResponseBody) SetResult ¶
func (s *AddAppToWorkBenchGroupResponseBody) SetResult(v bool) *AddAppToWorkBenchGroupResponseBody
func (AddAppToWorkBenchGroupResponseBody) String ¶
func (s AddAppToWorkBenchGroupResponseBody) String() 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 (s *AddMemberToAppRoleHeaders) SetCommonHeaders(v map[string]*string) *AddMemberToAppRoleHeaders
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 (s *AddMemberToAppRoleRequest) SetDeptIdList(v []*int64) *AddMemberToAppRoleRequest
func (*AddMemberToAppRoleRequest) SetOpUserId ¶
func (s *AddMemberToAppRoleRequest) SetOpUserId(v string) *AddMemberToAppRoleRequest
func (*AddMemberToAppRoleRequest) SetScopeVersion ¶
func (s *AddMemberToAppRoleRequest) SetScopeVersion(v int64) *AddMemberToAppRoleRequest
func (*AddMemberToAppRoleRequest) SetUserIdList ¶
func (s *AddMemberToAppRoleRequest) SetUserIdList(v []*string) *AddMemberToAppRoleRequest
func (AddMemberToAppRoleRequest) String ¶
func (s AddMemberToAppRoleRequest) String() string
type AddMemberToAppRoleResponse ¶
type AddMemberToAppRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *AddMemberToAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddMemberToAppRoleResponse) GoString ¶
func (s AddMemberToAppRoleResponse) GoString() string
func (*AddMemberToAppRoleResponse) SetBody ¶
func (s *AddMemberToAppRoleResponse) SetBody(v *AddMemberToAppRoleResponseBody) *AddMemberToAppRoleResponse
func (*AddMemberToAppRoleResponse) SetHeaders ¶
func (s *AddMemberToAppRoleResponse) SetHeaders(v map[string]*string) *AddMemberToAppRoleResponse
func (*AddMemberToAppRoleResponse) SetStatusCode ¶
func (s *AddMemberToAppRoleResponse) SetStatusCode(v int32) *AddMemberToAppRoleResponse
func (AddMemberToAppRoleResponse) String ¶
func (s AddMemberToAppRoleResponse) String() string
type AddMemberToAppRoleResponseBody ¶
type AddMemberToAppRoleResponseBody struct {
LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}
func (AddMemberToAppRoleResponseBody) GoString ¶
func (s AddMemberToAppRoleResponseBody) GoString() string
func (*AddMemberToAppRoleResponseBody) SetLatestScopeVersion ¶
func (s *AddMemberToAppRoleResponseBody) SetLatestScopeVersion(v int64) *AddMemberToAppRoleResponseBody
func (AddMemberToAppRoleResponseBody) String ¶
func (s AddMemberToAppRoleResponseBody) String() string
type Client ¶
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) 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) 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) 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 (s *CreateApaasAppRequest) SetAppDesc(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetAppIcon ¶
func (s *CreateApaasAppRequest) SetAppIcon(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetAppName ¶
func (s *CreateApaasAppRequest) SetAppName(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetBizAppId ¶
func (s *CreateApaasAppRequest) SetBizAppId(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetHomepageEditLink ¶
func (s *CreateApaasAppRequest) SetHomepageEditLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetHomepageLink ¶
func (s *CreateApaasAppRequest) SetHomepageLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetIsShortCut ¶
func (s *CreateApaasAppRequest) SetIsShortCut(v int32) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetOmpLink ¶
func (s *CreateApaasAppRequest) SetOmpLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetOpUserId ¶
func (s *CreateApaasAppRequest) SetOpUserId(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetPcHomepageEditLink ¶
func (s *CreateApaasAppRequest) SetPcHomepageEditLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetPcHomepageLink ¶
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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateApaasAppResponse) GoString ¶
func (s CreateApaasAppResponse) GoString() string
func (*CreateApaasAppResponse) SetBody ¶
func (s *CreateApaasAppResponse) SetBody(v *CreateApaasAppResponseBody) *CreateApaasAppResponse
func (*CreateApaasAppResponse) SetHeaders ¶
func (s *CreateApaasAppResponse) SetHeaders(v map[string]*string) *CreateApaasAppResponse
func (*CreateApaasAppResponse) SetStatusCode ¶
func (s *CreateApaasAppResponse) SetStatusCode(v int32) *CreateApaasAppResponse
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 (s *CreateApaasAppResponseBody) SetAgentId(v int64) *CreateApaasAppResponseBody
func (*CreateApaasAppResponseBody) SetBizAppId ¶
func (s *CreateApaasAppResponseBody) SetBizAppId(v string) *CreateApaasAppResponseBody
func (CreateApaasAppResponseBody) String ¶
func (s CreateApaasAppResponseBody) String() 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 (s *CreateInnerAppRequest) SetDesc(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetDevelopType ¶
func (s *CreateInnerAppRequest) SetDevelopType(v int32) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetHomepageLink ¶
func (s *CreateInnerAppRequest) SetHomepageLink(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetIcon ¶
func (s *CreateInnerAppRequest) SetIcon(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetIpWhiteList ¶
func (s *CreateInnerAppRequest) SetIpWhiteList(v []*string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetName ¶
func (s *CreateInnerAppRequest) SetName(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetOmpLink ¶
func (s *CreateInnerAppRequest) SetOmpLink(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetOpUnionId ¶
func (s *CreateInnerAppRequest) SetOpUnionId(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetPcHomepageLink ¶
func (s *CreateInnerAppRequest) SetPcHomepageLink(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetScopeType ¶
func (s *CreateInnerAppRequest) SetScopeType(v string) *CreateInnerAppRequest
func (CreateInnerAppRequest) String ¶
func (s CreateInnerAppRequest) String() string
type CreateInnerAppResponse ¶
type CreateInnerAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateInnerAppResponse) GoString ¶
func (s CreateInnerAppResponse) GoString() string
func (*CreateInnerAppResponse) SetBody ¶
func (s *CreateInnerAppResponse) SetBody(v *CreateInnerAppResponseBody) *CreateInnerAppResponse
func (*CreateInnerAppResponse) SetHeaders ¶
func (s *CreateInnerAppResponse) SetHeaders(v map[string]*string) *CreateInnerAppResponse
func (*CreateInnerAppResponse) SetStatusCode ¶
func (s *CreateInnerAppResponse) SetStatusCode(v int32) *CreateInnerAppResponse
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 (s *CreateInnerAppResponseBody) SetAgentId(v int64) *CreateInnerAppResponseBody
func (*CreateInnerAppResponseBody) SetAppKey ¶
func (s *CreateInnerAppResponseBody) SetAppKey(v string) *CreateInnerAppResponseBody
func (*CreateInnerAppResponseBody) SetAppSecret ¶
func (s *CreateInnerAppResponseBody) SetAppSecret(v string) *CreateInnerAppResponseBody
func (CreateInnerAppResponseBody) String ¶
func (s CreateInnerAppResponseBody) String() 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 (s *DeleteAppRoleRequest) SetOpUserId(v string) *DeleteAppRoleRequest
func (DeleteAppRoleRequest) String ¶
func (s DeleteAppRoleRequest) String() string
type DeleteAppRoleResponse ¶
type DeleteAppRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteAppRoleResponse) GoString ¶
func (s DeleteAppRoleResponse) GoString() string
func (*DeleteAppRoleResponse) SetBody ¶
func (s *DeleteAppRoleResponse) SetBody(v *DeleteAppRoleResponseBody) *DeleteAppRoleResponse
func (*DeleteAppRoleResponse) SetHeaders ¶
func (s *DeleteAppRoleResponse) SetHeaders(v map[string]*string) *DeleteAppRoleResponse
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 (s *DeleteAppRoleResponseBody) SetResult(v bool) *DeleteAppRoleResponseBody
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 (s *DeleteInnerAppRequest) SetOpUnionId(v string) *DeleteInnerAppRequest
func (DeleteInnerAppRequest) String ¶
func (s DeleteInnerAppRequest) String() string
type DeleteInnerAppResponse ¶
type DeleteInnerAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteInnerAppResponse) GoString ¶
func (s DeleteInnerAppResponse) GoString() string
func (*DeleteInnerAppResponse) SetBody ¶
func (s *DeleteInnerAppResponse) SetBody(v *DeleteInnerAppResponseBody) *DeleteInnerAppResponse
func (*DeleteInnerAppResponse) SetHeaders ¶
func (s *DeleteInnerAppResponse) SetHeaders(v map[string]*string) *DeleteInnerAppResponse
func (*DeleteInnerAppResponse) SetStatusCode ¶
func (s *DeleteInnerAppResponse) SetStatusCode(v int32) *DeleteInnerAppResponse
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 (s *DeleteInnerAppResponseBody) SetResult(v bool) *DeleteInnerAppResponseBody
func (DeleteInnerAppResponseBody) String ¶
func (s DeleteInnerAppResponseBody) String() 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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetApaasAppResponse) GoString ¶
func (s GetApaasAppResponse) GoString() string
func (*GetApaasAppResponse) SetBody ¶
func (s *GetApaasAppResponse) SetBody(v *GetApaasAppResponseBody) *GetApaasAppResponse
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 (s *GetApaasAppResponseBody) SetAgentId(v int64) *GetApaasAppResponseBody
func (*GetApaasAppResponseBody) SetBizAppId ¶
func (s *GetApaasAppResponseBody) SetBizAppId(v string) *GetApaasAppResponseBody
func (*GetApaasAppResponseBody) SetPublishStatus ¶
func (s *GetApaasAppResponseBody) SetPublishStatus(v string) *GetApaasAppResponseBody
func (GetApaasAppResponseBody) String ¶
func (s GetApaasAppResponseBody) String() string
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 (s GetAppRoleScopeByRoleIdHeaders) GoString() string
func (*GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders ¶
func (s *GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdHeaders
func (*GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppRoleScopeByRoleIdHeaders
func (GetAppRoleScopeByRoleIdHeaders) String ¶
func (s GetAppRoleScopeByRoleIdHeaders) String() string
type GetAppRoleScopeByRoleIdResponse ¶
type GetAppRoleScopeByRoleIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetAppRoleScopeByRoleIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetAppRoleScopeByRoleIdResponse) GoString ¶
func (s GetAppRoleScopeByRoleIdResponse) GoString() string
func (*GetAppRoleScopeByRoleIdResponse) SetBody ¶
func (s *GetAppRoleScopeByRoleIdResponse) SetBody(v *GetAppRoleScopeByRoleIdResponseBody) *GetAppRoleScopeByRoleIdResponse
func (*GetAppRoleScopeByRoleIdResponse) SetHeaders ¶
func (s *GetAppRoleScopeByRoleIdResponse) SetHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdResponse
func (*GetAppRoleScopeByRoleIdResponse) SetStatusCode ¶
func (s *GetAppRoleScopeByRoleIdResponse) SetStatusCode(v int32) *GetAppRoleScopeByRoleIdResponse
func (GetAppRoleScopeByRoleIdResponse) String ¶
func (s GetAppRoleScopeByRoleIdResponse) String() 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 (s GetAppRoleScopeByRoleIdResponseBody) GoString() string
func (*GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole(v bool) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList(v []*int64) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleId ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleId(v int64) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleName ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleName(v string) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeType ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeType(v string) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion(v string) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetUserIdList ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetUserIdList(v []*string) *GetAppRoleScopeByRoleIdResponseBody
func (GetAppRoleScopeByRoleIdResponseBody) String ¶
func (s GetAppRoleScopeByRoleIdResponseBody) String() 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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetInnerAppResponse) GoString ¶
func (s GetInnerAppResponse) GoString() string
func (*GetInnerAppResponse) SetBody ¶
func (s *GetInnerAppResponse) SetBody(v *GetInnerAppResponseBody) *GetInnerAppResponse
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 (s *GetInnerAppResponseBody) SetAgentId(v int64) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetAppKey ¶
func (s *GetInnerAppResponseBody) SetAppKey(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetAppSecret ¶
func (s *GetInnerAppResponseBody) SetAppSecret(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetDesc ¶
func (s *GetInnerAppResponseBody) SetDesc(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetHomepageLink ¶
func (s *GetInnerAppResponseBody) SetHomepageLink(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetIcon ¶
func (s *GetInnerAppResponseBody) SetIcon(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetIpWhiteList ¶
func (s *GetInnerAppResponseBody) SetIpWhiteList(v []*string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetName ¶
func (s *GetInnerAppResponseBody) SetName(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetOmpLink ¶
func (s *GetInnerAppResponseBody) SetOmpLink(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetPcHomepageLink ¶
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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetMicroAppScopeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetMicroAppScopeResponse) GoString ¶
func (s GetMicroAppScopeResponse) GoString() string
func (*GetMicroAppScopeResponse) SetBody ¶
func (s *GetMicroAppScopeResponse) SetBody(v *GetMicroAppScopeResponseBody) *GetMicroAppScopeResponse
func (*GetMicroAppScopeResponse) SetHeaders ¶
func (s *GetMicroAppScopeResponse) SetHeaders(v map[string]*string) *GetMicroAppScopeResponse
func (*GetMicroAppScopeResponse) SetStatusCode ¶
func (s *GetMicroAppScopeResponse) SetStatusCode(v int32) *GetMicroAppScopeResponse
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 (s *GetMicroAppScopeResponseBody) SetResult(v *GetMicroAppScopeResponseBodyResult) *GetMicroAppScopeResponseBody
func (GetMicroAppScopeResponseBody) String ¶
func (s GetMicroAppScopeResponseBody) String() 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 (s GetMicroAppScopeResponseBodyResult) GoString() string
func (*GetMicroAppScopeResponseBodyResult) SetDeptIds ¶
func (s *GetMicroAppScopeResponseBodyResult) SetDeptIds(v []*int64) *GetMicroAppScopeResponseBodyResult
func (*GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible ¶
func (s *GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible(v bool) *GetMicroAppScopeResponseBodyResult
func (*GetMicroAppScopeResponseBodyResult) SetRoleIds ¶
func (s *GetMicroAppScopeResponseBodyResult) SetRoleIds(v []*int64) *GetMicroAppScopeResponseBodyResult
func (*GetMicroAppScopeResponseBodyResult) SetUserIds ¶
func (s *GetMicroAppScopeResponseBodyResult) SetUserIds(v []*string) *GetMicroAppScopeResponseBodyResult
func (GetMicroAppScopeResponseBodyResult) String ¶
func (s GetMicroAppScopeResponseBodyResult) String() 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 (s *GetMicroAppUserAccessHeaders) SetCommonHeaders(v map[string]*string) *GetMicroAppUserAccessHeaders
func (*GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppUserAccessHeaders
func (GetMicroAppUserAccessHeaders) String ¶
func (s GetMicroAppUserAccessHeaders) String() string
type GetMicroAppUserAccessResponse ¶
type GetMicroAppUserAccessResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetMicroAppUserAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetMicroAppUserAccessResponse) GoString ¶
func (s GetMicroAppUserAccessResponse) GoString() string
func (*GetMicroAppUserAccessResponse) SetBody ¶
func (s *GetMicroAppUserAccessResponse) SetBody(v *GetMicroAppUserAccessResponseBody) *GetMicroAppUserAccessResponse
func (*GetMicroAppUserAccessResponse) SetHeaders ¶
func (s *GetMicroAppUserAccessResponse) SetHeaders(v map[string]*string) *GetMicroAppUserAccessResponse
func (*GetMicroAppUserAccessResponse) SetStatusCode ¶
func (s *GetMicroAppUserAccessResponse) SetStatusCode(v int32) *GetMicroAppUserAccessResponse
func (GetMicroAppUserAccessResponse) String ¶
func (s GetMicroAppUserAccessResponse) String() string
type GetMicroAppUserAccessResponseBody ¶
type GetMicroAppUserAccessResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (GetMicroAppUserAccessResponseBody) GoString ¶
func (s GetMicroAppUserAccessResponseBody) GoString() string
func (*GetMicroAppUserAccessResponseBody) SetResult ¶
func (s *GetMicroAppUserAccessResponseBody) SetResult(v bool) *GetMicroAppUserAccessResponseBody
func (GetMicroAppUserAccessResponseBody) String ¶
func (s GetMicroAppUserAccessResponseBody) String() 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 (s *GetUserAppDevAccessHeaders) SetCommonHeaders(v map[string]*string) *GetUserAppDevAccessHeaders
func (*GetUserAppDevAccessHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUserAppDevAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserAppDevAccessHeaders
func (GetUserAppDevAccessHeaders) String ¶
func (s GetUserAppDevAccessHeaders) String() string
type GetUserAppDevAccessResponse ¶
type GetUserAppDevAccessResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserAppDevAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserAppDevAccessResponse) GoString ¶
func (s GetUserAppDevAccessResponse) GoString() string
func (*GetUserAppDevAccessResponse) SetBody ¶
func (s *GetUserAppDevAccessResponse) SetBody(v *GetUserAppDevAccessResponseBody) *GetUserAppDevAccessResponse
func (*GetUserAppDevAccessResponse) SetHeaders ¶
func (s *GetUserAppDevAccessResponse) SetHeaders(v map[string]*string) *GetUserAppDevAccessResponse
func (*GetUserAppDevAccessResponse) SetStatusCode ¶
func (s *GetUserAppDevAccessResponse) SetStatusCode(v int32) *GetUserAppDevAccessResponse
func (GetUserAppDevAccessResponse) String ¶
func (s GetUserAppDevAccessResponse) String() string
type GetUserAppDevAccessResponseBody ¶
type GetUserAppDevAccessResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (GetUserAppDevAccessResponseBody) GoString ¶
func (s GetUserAppDevAccessResponseBody) GoString() string
func (*GetUserAppDevAccessResponseBody) SetResult ¶
func (s *GetUserAppDevAccessResponseBody) SetResult(v bool) *GetUserAppDevAccessResponseBody
func (GetUserAppDevAccessResponseBody) String ¶
func (s GetUserAppDevAccessResponseBody) String() 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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAllAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAllAppResponse) GoString ¶
func (s ListAllAppResponse) GoString() string
func (*ListAllAppResponse) SetBody ¶
func (s *ListAllAppResponse) SetBody(v *ListAllAppResponseBody) *ListAllAppResponse
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 (s *ListAllAppResponseBody) SetAppList(v []*ListAllAppResponseBodyAppList) *ListAllAppResponseBody
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 (s ListAllAppResponseBodyAppList) GoString() string
func (*ListAllAppResponseBodyAppList) SetAgentId ¶
func (s *ListAllAppResponseBodyAppList) SetAgentId(v int64) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetAppId ¶
func (s *ListAllAppResponseBodyAppList) SetAppId(v int64) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetAppStatus ¶
func (s *ListAllAppResponseBodyAppList) SetAppStatus(v int32) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetDesc ¶
func (s *ListAllAppResponseBodyAppList) SetDesc(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetDevelopType ¶
func (s *ListAllAppResponseBodyAppList) SetDevelopType(v int32) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetHomepageLink ¶
func (s *ListAllAppResponseBodyAppList) SetHomepageLink(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetIcon ¶
func (s *ListAllAppResponseBodyAppList) SetIcon(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetName ¶
func (s *ListAllAppResponseBodyAppList) SetName(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetOmpLink ¶
func (s *ListAllAppResponseBodyAppList) SetOmpLink(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListAllAppResponseBodyAppList) SetPcHomepageLink(v string) *ListAllAppResponseBodyAppList
func (ListAllAppResponseBodyAppList) String ¶
func (s ListAllAppResponseBodyAppList) String() 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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAllInnerAppsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAllInnerAppsResponse) GoString ¶
func (s ListAllInnerAppsResponse) GoString() string
func (*ListAllInnerAppsResponse) SetBody ¶
func (s *ListAllInnerAppsResponse) SetBody(v *ListAllInnerAppsResponseBody) *ListAllInnerAppsResponse
func (*ListAllInnerAppsResponse) SetHeaders ¶
func (s *ListAllInnerAppsResponse) SetHeaders(v map[string]*string) *ListAllInnerAppsResponse
func (*ListAllInnerAppsResponse) SetStatusCode ¶
func (s *ListAllInnerAppsResponse) SetStatusCode(v int32) *ListAllInnerAppsResponse
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 (s *ListAllInnerAppsResponseBody) SetAppList(v []*ListAllInnerAppsResponseBodyAppList) *ListAllInnerAppsResponseBody
func (ListAllInnerAppsResponseBody) String ¶
func (s ListAllInnerAppsResponseBody) String() 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 (s ListAllInnerAppsResponseBodyAppList) GoString() string
func (*ListAllInnerAppsResponseBodyAppList) SetAgentId ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetAgentId(v int64) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetAppId ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetAppId(v int64) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetAppStatus ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetAppStatus(v int32) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetDesc ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetDesc(v string) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetDevelopType ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetDevelopType(v int32) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetHomepageLink ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetHomepageLink(v string) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetIcon ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetIcon(v string) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetName ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetName(v string) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetOmpLink ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetOmpLink(v string) *ListAllInnerAppsResponseBodyAppList
func (*ListAllInnerAppsResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListAllInnerAppsResponseBodyAppList) SetPcHomepageLink(v string) *ListAllInnerAppsResponseBodyAppList
func (ListAllInnerAppsResponseBodyAppList) String ¶
func (s ListAllInnerAppsResponseBodyAppList) String() 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 (s *ListAppRoleScopesRequest) SetNextToken(v int64) *ListAppRoleScopesRequest
func (*ListAppRoleScopesRequest) SetSize ¶
func (s *ListAppRoleScopesRequest) SetSize(v int64) *ListAppRoleScopesRequest
func (ListAppRoleScopesRequest) String ¶
func (s ListAppRoleScopesRequest) String() string
type ListAppRoleScopesResponse ¶
type ListAppRoleScopesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAppRoleScopesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAppRoleScopesResponse) GoString ¶
func (s ListAppRoleScopesResponse) GoString() string
func (*ListAppRoleScopesResponse) SetBody ¶
func (s *ListAppRoleScopesResponse) SetBody(v *ListAppRoleScopesResponseBody) *ListAppRoleScopesResponse
func (*ListAppRoleScopesResponse) SetHeaders ¶
func (s *ListAppRoleScopesResponse) SetHeaders(v map[string]*string) *ListAppRoleScopesResponse
func (*ListAppRoleScopesResponse) SetStatusCode ¶
func (s *ListAppRoleScopesResponse) SetStatusCode(v int32) *ListAppRoleScopesResponse
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 (s ListAppRoleScopesResponseBody) GoString() string
func (*ListAppRoleScopesResponseBody) SetDataList ¶
func (s *ListAppRoleScopesResponseBody) SetDataList(v []*ListAppRoleScopesResponseBodyDataList) *ListAppRoleScopesResponseBody
func (*ListAppRoleScopesResponseBody) SetHasMore ¶
func (s *ListAppRoleScopesResponseBody) SetHasMore(v bool) *ListAppRoleScopesResponseBody
func (*ListAppRoleScopesResponseBody) SetNextToken ¶
func (s *ListAppRoleScopesResponseBody) SetNextToken(v int64) *ListAppRoleScopesResponseBody
func (ListAppRoleScopesResponseBody) String ¶
func (s ListAppRoleScopesResponseBody) String() 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 (s ListAppRoleScopesResponseBodyDataList) GoString() string
func (*ListAppRoleScopesResponseBodyDataList) SetCanManageRole ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetCanManageRole(v bool) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetDeptIdList ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetDeptIdList(v []*int64) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetRoleId ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetRoleId(v int64) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetRoleName ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetRoleName(v string) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetScopeType ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetScopeType(v string) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetScopeVersion ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetScopeVersion(v int64) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetUserIdList ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetUserIdList(v []*string) *ListAppRoleScopesResponseBodyDataList
func (ListAppRoleScopesResponseBodyDataList) String ¶
func (s ListAppRoleScopesResponseBodyDataList) String() 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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListInnerAppResponse) GoString ¶
func (s ListInnerAppResponse) GoString() string
func (*ListInnerAppResponse) SetBody ¶
func (s *ListInnerAppResponse) SetBody(v *ListInnerAppResponseBody) *ListInnerAppResponse
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 (s *ListInnerAppResponseBody) SetAppList(v []*ListInnerAppResponseBodyAppList) *ListInnerAppResponseBody
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 (s ListInnerAppResponseBodyAppList) GoString() string
func (*ListInnerAppResponseBodyAppList) SetAgentId ¶
func (s *ListInnerAppResponseBodyAppList) SetAgentId(v int64) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetDesc ¶
func (s *ListInnerAppResponseBodyAppList) SetDesc(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetHomepageLink ¶
func (s *ListInnerAppResponseBodyAppList) SetHomepageLink(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetIcon ¶
func (s *ListInnerAppResponseBodyAppList) SetIcon(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetName ¶
func (s *ListInnerAppResponseBodyAppList) SetName(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetOmpLink ¶
func (s *ListInnerAppResponseBodyAppList) SetOmpLink(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListInnerAppResponseBodyAppList) SetPcHomepageLink(v string) *ListInnerAppResponseBodyAppList
func (ListInnerAppResponseBodyAppList) String ¶
func (s ListInnerAppResponseBodyAppList) String() 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 (s *ListInnerAppVersionHeaders) SetCommonHeaders(v map[string]*string) *ListInnerAppVersionHeaders
func (*ListInnerAppVersionHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *ListInnerAppVersionHeaders
func (ListInnerAppVersionHeaders) String ¶
func (s ListInnerAppVersionHeaders) String() string
type ListInnerAppVersionResponse ¶
type ListInnerAppVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListInnerAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListInnerAppVersionResponse) GoString ¶
func (s ListInnerAppVersionResponse) GoString() string
func (*ListInnerAppVersionResponse) SetBody ¶
func (s *ListInnerAppVersionResponse) SetBody(v *ListInnerAppVersionResponseBody) *ListInnerAppVersionResponse
func (*ListInnerAppVersionResponse) SetHeaders ¶
func (s *ListInnerAppVersionResponse) SetHeaders(v map[string]*string) *ListInnerAppVersionResponse
func (*ListInnerAppVersionResponse) SetStatusCode ¶
func (s *ListInnerAppVersionResponse) SetStatusCode(v int32) *ListInnerAppVersionResponse
func (ListInnerAppVersionResponse) String ¶
func (s ListInnerAppVersionResponse) String() string
type ListInnerAppVersionResponseBody ¶
type ListInnerAppVersionResponseBody struct {
AppVersionList []*ListInnerAppVersionResponseBodyAppVersionList `json:"appVersionList,omitempty" xml:"appVersionList,omitempty" type:"Repeated"`
}
func (ListInnerAppVersionResponseBody) GoString ¶
func (s ListInnerAppVersionResponseBody) GoString() string
func (*ListInnerAppVersionResponseBody) SetAppVersionList ¶
func (s *ListInnerAppVersionResponseBody) SetAppVersionList(v []*ListInnerAppVersionResponseBodyAppVersionList) *ListInnerAppVersionResponseBody
func (ListInnerAppVersionResponseBody) String ¶
func (s ListInnerAppVersionResponseBody) String() 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 (s ListInnerAppVersionResponseBodyAppVersionList) GoString() string
func (*ListInnerAppVersionResponseBodyAppVersionList) SetAppVersion ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetAppVersion(v string) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionId ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionId(v int64) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionType ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetAppVersionType(v int32) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetCreateTime ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetCreateTime(v string) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetEntranceLink ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetEntranceLink(v string) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppId ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppId(v string) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppOnPc ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetMiniAppOnPc(v bool) *ListInnerAppVersionResponseBodyAppVersionList
func (*ListInnerAppVersionResponseBodyAppVersionList) SetModifyTime ¶
func (s *ListInnerAppVersionResponseBodyAppVersionList) SetModifyTime(v string) *ListInnerAppVersionResponseBodyAppVersionList
func (ListInnerAppVersionResponseBodyAppVersionList) String ¶
func (s ListInnerAppVersionResponseBodyAppVersionList) String() 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 (s *ListRoleInfoByUserHeaders) SetCommonHeaders(v map[string]*string) *ListRoleInfoByUserHeaders
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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListRoleInfoByUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListRoleInfoByUserResponse) GoString ¶
func (s ListRoleInfoByUserResponse) GoString() string
func (*ListRoleInfoByUserResponse) SetBody ¶
func (s *ListRoleInfoByUserResponse) SetBody(v *ListRoleInfoByUserResponseBody) *ListRoleInfoByUserResponse
func (*ListRoleInfoByUserResponse) SetHeaders ¶
func (s *ListRoleInfoByUserResponse) SetHeaders(v map[string]*string) *ListRoleInfoByUserResponse
func (*ListRoleInfoByUserResponse) SetStatusCode ¶
func (s *ListRoleInfoByUserResponse) SetStatusCode(v int32) *ListRoleInfoByUserResponse
func (ListRoleInfoByUserResponse) String ¶
func (s ListRoleInfoByUserResponse) String() string
type ListRoleInfoByUserResponseBody ¶
type ListRoleInfoByUserResponseBody struct {
Result []*ListRoleInfoByUserResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (ListRoleInfoByUserResponseBody) GoString ¶
func (s ListRoleInfoByUserResponseBody) GoString() string
func (*ListRoleInfoByUserResponseBody) SetResult ¶
func (s *ListRoleInfoByUserResponseBody) SetResult(v []*ListRoleInfoByUserResponseBodyResult) *ListRoleInfoByUserResponseBody
func (ListRoleInfoByUserResponseBody) String ¶
func (s ListRoleInfoByUserResponseBody) String() 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 (s ListRoleInfoByUserResponseBodyResult) GoString() string
func (*ListRoleInfoByUserResponseBodyResult) SetCanManageRole ¶
func (s *ListRoleInfoByUserResponseBodyResult) SetCanManageRole(v bool) *ListRoleInfoByUserResponseBodyResult
func (*ListRoleInfoByUserResponseBodyResult) SetRoleId ¶
func (s *ListRoleInfoByUserResponseBodyResult) SetRoleId(v int64) *ListRoleInfoByUserResponseBodyResult
func (*ListRoleInfoByUserResponseBodyResult) SetRoleName ¶
func (s *ListRoleInfoByUserResponseBodyResult) SetRoleName(v string) *ListRoleInfoByUserResponseBodyResult
func (ListRoleInfoByUserResponseBodyResult) String ¶
func (s ListRoleInfoByUserResponseBodyResult) String() 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 (s *ListUserVilebleAppHeaders) SetCommonHeaders(v map[string]*string) *ListUserVilebleAppHeaders
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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListUserVilebleAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListUserVilebleAppResponse) GoString ¶
func (s ListUserVilebleAppResponse) GoString() string
func (*ListUserVilebleAppResponse) SetBody ¶
func (s *ListUserVilebleAppResponse) SetBody(v *ListUserVilebleAppResponseBody) *ListUserVilebleAppResponse
func (*ListUserVilebleAppResponse) SetHeaders ¶
func (s *ListUserVilebleAppResponse) SetHeaders(v map[string]*string) *ListUserVilebleAppResponse
func (*ListUserVilebleAppResponse) SetStatusCode ¶
func (s *ListUserVilebleAppResponse) SetStatusCode(v int32) *ListUserVilebleAppResponse
func (ListUserVilebleAppResponse) String ¶
func (s ListUserVilebleAppResponse) String() string
type ListUserVilebleAppResponseBody ¶
type ListUserVilebleAppResponseBody struct {
AppList []*ListUserVilebleAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}
func (ListUserVilebleAppResponseBody) GoString ¶
func (s ListUserVilebleAppResponseBody) GoString() string
func (*ListUserVilebleAppResponseBody) SetAppList ¶
func (s *ListUserVilebleAppResponseBody) SetAppList(v []*ListUserVilebleAppResponseBodyAppList) *ListUserVilebleAppResponseBody
func (ListUserVilebleAppResponseBody) String ¶
func (s ListUserVilebleAppResponseBody) String() 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 (s ListUserVilebleAppResponseBodyAppList) GoString() string
func (*ListUserVilebleAppResponseBodyAppList) SetAgentId ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetAgentId(v int64) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetAppId ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetAppId(v int64) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetAppStatus ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetAppStatus(v int32) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetDesc ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetDesc(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetDevelopType ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetDevelopType(v int32) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetHomepageLink ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetIcon ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetIcon(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetName ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetName(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetOmpLink ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetOmpLink(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetPcHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
func (ListUserVilebleAppResponseBodyAppList) String ¶
func (s ListUserVilebleAppResponseBodyAppList) String() 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 (s PageInnerAppHistoryVersionHeaders) GoString() string
func (*PageInnerAppHistoryVersionHeaders) SetCommonHeaders ¶
func (s *PageInnerAppHistoryVersionHeaders) SetCommonHeaders(v map[string]*string) *PageInnerAppHistoryVersionHeaders
func (*PageInnerAppHistoryVersionHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PageInnerAppHistoryVersionHeaders) SetXAcsDingtalkAccessToken(v string) *PageInnerAppHistoryVersionHeaders
func (PageInnerAppHistoryVersionHeaders) String ¶
func (s PageInnerAppHistoryVersionHeaders) String() 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 (s PageInnerAppHistoryVersionRequest) GoString() string
func (*PageInnerAppHistoryVersionRequest) SetPageNumber ¶
func (s *PageInnerAppHistoryVersionRequest) SetPageNumber(v int32) *PageInnerAppHistoryVersionRequest
func (*PageInnerAppHistoryVersionRequest) SetPageSize ¶
func (s *PageInnerAppHistoryVersionRequest) SetPageSize(v int32) *PageInnerAppHistoryVersionRequest
func (PageInnerAppHistoryVersionRequest) String ¶
func (s PageInnerAppHistoryVersionRequest) String() string
type PageInnerAppHistoryVersionResponse ¶
type PageInnerAppHistoryVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *PageInnerAppHistoryVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (PageInnerAppHistoryVersionResponse) GoString ¶
func (s PageInnerAppHistoryVersionResponse) GoString() string
func (*PageInnerAppHistoryVersionResponse) SetHeaders ¶
func (s *PageInnerAppHistoryVersionResponse) SetHeaders(v map[string]*string) *PageInnerAppHistoryVersionResponse
func (*PageInnerAppHistoryVersionResponse) SetStatusCode ¶
func (s *PageInnerAppHistoryVersionResponse) SetStatusCode(v int32) *PageInnerAppHistoryVersionResponse
func (PageInnerAppHistoryVersionResponse) String ¶
func (s PageInnerAppHistoryVersionResponse) String() 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 (s PageInnerAppHistoryVersionResponseBody) GoString() string
func (*PageInnerAppHistoryVersionResponseBody) SetMiniAppVersionList ¶
func (s *PageInnerAppHistoryVersionResponseBody) SetMiniAppVersionList(v []*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) *PageInnerAppHistoryVersionResponseBody
func (*PageInnerAppHistoryVersionResponseBody) SetTotalCount ¶
func (s *PageInnerAppHistoryVersionResponseBody) SetTotalCount(v int64) *PageInnerAppHistoryVersionResponseBody
func (PageInnerAppHistoryVersionResponseBody) String ¶
func (s PageInnerAppHistoryVersionResponseBody) String() 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 (s PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) GoString() string
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersion ¶
func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersion(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionId ¶
func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionId(v int64) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionType ¶
func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetAppVersionType(v int32) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetCreateTime ¶
func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetCreateTime(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppId ¶
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppOnPc ¶
func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetMiniAppOnPc(v bool) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
func (*PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetModifyTime ¶
func (s *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) SetModifyTime(v string) *PageInnerAppHistoryVersionResponseBodyMiniAppVersionList
func (PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) String ¶
func (s PageInnerAppHistoryVersionResponseBodyMiniAppVersionList) String() 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 (s PublishInnerAppVersionHeaders) GoString() string
func (*PublishInnerAppVersionHeaders) SetCommonHeaders ¶
func (s *PublishInnerAppVersionHeaders) SetCommonHeaders(v map[string]*string) *PublishInnerAppVersionHeaders
func (*PublishInnerAppVersionHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PublishInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *PublishInnerAppVersionHeaders
func (PublishInnerAppVersionHeaders) String ¶
func (s PublishInnerAppVersionHeaders) String() 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 (s PublishInnerAppVersionRequest) GoString() string
func (*PublishInnerAppVersionRequest) SetAppVersionId ¶
func (s *PublishInnerAppVersionRequest) SetAppVersionId(v int64) *PublishInnerAppVersionRequest
func (*PublishInnerAppVersionRequest) SetMiniAppOnPc ¶
func (s *PublishInnerAppVersionRequest) SetMiniAppOnPc(v bool) *PublishInnerAppVersionRequest
func (*PublishInnerAppVersionRequest) SetOpUnionId ¶
func (s *PublishInnerAppVersionRequest) SetOpUnionId(v string) *PublishInnerAppVersionRequest
func (*PublishInnerAppVersionRequest) SetPublishType ¶
func (s *PublishInnerAppVersionRequest) SetPublishType(v string) *PublishInnerAppVersionRequest
func (PublishInnerAppVersionRequest) String ¶
func (s PublishInnerAppVersionRequest) String() string
type PublishInnerAppVersionResponse ¶
type PublishInnerAppVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *PublishInnerAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (PublishInnerAppVersionResponse) GoString ¶
func (s PublishInnerAppVersionResponse) GoString() string
func (*PublishInnerAppVersionResponse) SetBody ¶
func (s *PublishInnerAppVersionResponse) SetBody(v *PublishInnerAppVersionResponseBody) *PublishInnerAppVersionResponse
func (*PublishInnerAppVersionResponse) SetHeaders ¶
func (s *PublishInnerAppVersionResponse) SetHeaders(v map[string]*string) *PublishInnerAppVersionResponse
func (*PublishInnerAppVersionResponse) SetStatusCode ¶
func (s *PublishInnerAppVersionResponse) SetStatusCode(v int32) *PublishInnerAppVersionResponse
func (PublishInnerAppVersionResponse) String ¶
func (s PublishInnerAppVersionResponse) String() string
type PublishInnerAppVersionResponseBody ¶
type PublishInnerAppVersionResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (PublishInnerAppVersionResponseBody) GoString ¶
func (s PublishInnerAppVersionResponseBody) GoString() string
func (*PublishInnerAppVersionResponseBody) SetResult ¶
func (s *PublishInnerAppVersionResponseBody) SetResult(v bool) *PublishInnerAppVersionResponseBody
func (PublishInnerAppVersionResponseBody) String ¶
func (s PublishInnerAppVersionResponseBody) String() 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 (s RebuildRoleScopeForAppRoleHeaders) GoString() string
func (*RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders ¶
func (s *RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleHeaders
func (*RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RebuildRoleScopeForAppRoleHeaders
func (RebuildRoleScopeForAppRoleHeaders) String ¶
func (s RebuildRoleScopeForAppRoleHeaders) String() 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 (s RebuildRoleScopeForAppRoleRequest) GoString() string
func (*RebuildRoleScopeForAppRoleRequest) SetDeptIdList ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetDeptIdList(v []*int64) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetOpUserId ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetOpUserId(v string) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetScopeType ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetScopeType(v string) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetScopeVersion ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetScopeVersion(v int64) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetUserIdList ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetUserIdList(v []*string) *RebuildRoleScopeForAppRoleRequest
func (RebuildRoleScopeForAppRoleRequest) String ¶
func (s RebuildRoleScopeForAppRoleRequest) String() string
type RebuildRoleScopeForAppRoleResponse ¶
type RebuildRoleScopeForAppRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RebuildRoleScopeForAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RebuildRoleScopeForAppRoleResponse) GoString ¶
func (s RebuildRoleScopeForAppRoleResponse) GoString() string
func (*RebuildRoleScopeForAppRoleResponse) SetHeaders ¶
func (s *RebuildRoleScopeForAppRoleResponse) SetHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleResponse
func (*RebuildRoleScopeForAppRoleResponse) SetStatusCode ¶
func (s *RebuildRoleScopeForAppRoleResponse) SetStatusCode(v int32) *RebuildRoleScopeForAppRoleResponse
func (RebuildRoleScopeForAppRoleResponse) String ¶
func (s RebuildRoleScopeForAppRoleResponse) String() string
type RebuildRoleScopeForAppRoleResponseBody ¶
type RebuildRoleScopeForAppRoleResponseBody struct {
LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}
func (RebuildRoleScopeForAppRoleResponseBody) GoString ¶
func (s RebuildRoleScopeForAppRoleResponseBody) GoString() string
func (*RebuildRoleScopeForAppRoleResponseBody) SetLatestScopeVersion ¶
func (s *RebuildRoleScopeForAppRoleResponseBody) SetLatestScopeVersion(v int64) *RebuildRoleScopeForAppRoleResponseBody
func (RebuildRoleScopeForAppRoleResponseBody) String ¶
func (s RebuildRoleScopeForAppRoleResponseBody) String() 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 (s *RegisterCustomAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RegisterCustomAppRoleHeaders
func (*RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterCustomAppRoleHeaders
func (RegisterCustomAppRoleHeaders) String ¶
func (s RegisterCustomAppRoleHeaders) String() 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 (s *RegisterCustomAppRoleRequest) SetCanManageRole(v bool) *RegisterCustomAppRoleRequest
func (*RegisterCustomAppRoleRequest) SetOpUserId ¶
func (s *RegisterCustomAppRoleRequest) SetOpUserId(v string) *RegisterCustomAppRoleRequest
func (*RegisterCustomAppRoleRequest) SetRoleName ¶
func (s *RegisterCustomAppRoleRequest) SetRoleName(v string) *RegisterCustomAppRoleRequest
func (RegisterCustomAppRoleRequest) String ¶
func (s RegisterCustomAppRoleRequest) String() string
type RegisterCustomAppRoleResponse ¶
type RegisterCustomAppRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RegisterCustomAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RegisterCustomAppRoleResponse) GoString ¶
func (s RegisterCustomAppRoleResponse) GoString() string
func (*RegisterCustomAppRoleResponse) SetBody ¶
func (s *RegisterCustomAppRoleResponse) SetBody(v *RegisterCustomAppRoleResponseBody) *RegisterCustomAppRoleResponse
func (*RegisterCustomAppRoleResponse) SetHeaders ¶
func (s *RegisterCustomAppRoleResponse) SetHeaders(v map[string]*string) *RegisterCustomAppRoleResponse
func (*RegisterCustomAppRoleResponse) SetStatusCode ¶
func (s *RegisterCustomAppRoleResponse) SetStatusCode(v int32) *RegisterCustomAppRoleResponse
func (RegisterCustomAppRoleResponse) String ¶
func (s RegisterCustomAppRoleResponse) String() 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 (s RegisterCustomAppRoleResponseBody) GoString() string
func (*RegisterCustomAppRoleResponseBody) SetRoleId ¶
func (s *RegisterCustomAppRoleResponseBody) SetRoleId(v int64) *RegisterCustomAppRoleResponseBody
func (*RegisterCustomAppRoleResponseBody) SetScopeVersion ¶
func (s *RegisterCustomAppRoleResponseBody) SetScopeVersion(v int64) *RegisterCustomAppRoleResponseBody
func (RegisterCustomAppRoleResponseBody) String ¶
func (s RegisterCustomAppRoleResponseBody) String() 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 (s *RemoveApaasAppRequest) SetBizAppId(v string) *RemoveApaasAppRequest
func (*RemoveApaasAppRequest) SetOpUserId ¶
func (s *RemoveApaasAppRequest) SetOpUserId(v string) *RemoveApaasAppRequest
func (RemoveApaasAppRequest) String ¶
func (s RemoveApaasAppRequest) String() string
type RemoveApaasAppResponse ¶
type RemoveApaasAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveApaasAppResponse) GoString ¶
func (s RemoveApaasAppResponse) GoString() string
func (*RemoveApaasAppResponse) SetBody ¶
func (s *RemoveApaasAppResponse) SetBody(v *RemoveApaasAppResponseBody) *RemoveApaasAppResponse
func (*RemoveApaasAppResponse) SetHeaders ¶
func (s *RemoveApaasAppResponse) SetHeaders(v map[string]*string) *RemoveApaasAppResponse
func (*RemoveApaasAppResponse) SetStatusCode ¶
func (s *RemoveApaasAppResponse) SetStatusCode(v int32) *RemoveApaasAppResponse
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 (s *RemoveApaasAppResponseBody) SetResult(v bool) *RemoveApaasAppResponseBody
func (RemoveApaasAppResponseBody) String ¶
func (s RemoveApaasAppResponseBody) String() 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 (s RemoveMemberForAppRoleHeaders) GoString() string
func (*RemoveMemberForAppRoleHeaders) SetCommonHeaders ¶
func (s *RemoveMemberForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RemoveMemberForAppRoleHeaders
func (*RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMemberForAppRoleHeaders
func (RemoveMemberForAppRoleHeaders) String ¶
func (s RemoveMemberForAppRoleHeaders) String() 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 (s RemoveMemberForAppRoleRequest) GoString() string
func (*RemoveMemberForAppRoleRequest) SetDeptIdList ¶
func (s *RemoveMemberForAppRoleRequest) SetDeptIdList(v []*int64) *RemoveMemberForAppRoleRequest
func (*RemoveMemberForAppRoleRequest) SetOpUserId ¶
func (s *RemoveMemberForAppRoleRequest) SetOpUserId(v string) *RemoveMemberForAppRoleRequest
func (*RemoveMemberForAppRoleRequest) SetScopeVersion ¶
func (s *RemoveMemberForAppRoleRequest) SetScopeVersion(v int64) *RemoveMemberForAppRoleRequest
func (*RemoveMemberForAppRoleRequest) SetUserIdList ¶
func (s *RemoveMemberForAppRoleRequest) SetUserIdList(v []*string) *RemoveMemberForAppRoleRequest
func (RemoveMemberForAppRoleRequest) String ¶
func (s RemoveMemberForAppRoleRequest) String() string
type RemoveMemberForAppRoleResponse ¶
type RemoveMemberForAppRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RemoveMemberForAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RemoveMemberForAppRoleResponse) GoString ¶
func (s RemoveMemberForAppRoleResponse) GoString() string
func (*RemoveMemberForAppRoleResponse) SetBody ¶
func (s *RemoveMemberForAppRoleResponse) SetBody(v *RemoveMemberForAppRoleResponseBody) *RemoveMemberForAppRoleResponse
func (*RemoveMemberForAppRoleResponse) SetHeaders ¶
func (s *RemoveMemberForAppRoleResponse) SetHeaders(v map[string]*string) *RemoveMemberForAppRoleResponse
func (*RemoveMemberForAppRoleResponse) SetStatusCode ¶
func (s *RemoveMemberForAppRoleResponse) SetStatusCode(v int32) *RemoveMemberForAppRoleResponse
func (RemoveMemberForAppRoleResponse) String ¶
func (s RemoveMemberForAppRoleResponse) String() string
type RemoveMemberForAppRoleResponseBody ¶
type RemoveMemberForAppRoleResponseBody struct {
LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}
func (RemoveMemberForAppRoleResponseBody) GoString ¶
func (s RemoveMemberForAppRoleResponseBody) GoString() string
func (*RemoveMemberForAppRoleResponseBody) SetLatestScopeVersion ¶
func (s *RemoveMemberForAppRoleResponseBody) SetLatestScopeVersion(v int64) *RemoveMemberForAppRoleResponseBody
func (RemoveMemberForAppRoleResponseBody) String ¶
func (s RemoveMemberForAppRoleResponseBody) String() 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 (s RollbackInnerAppVersionHeaders) GoString() string
func (*RollbackInnerAppVersionHeaders) SetCommonHeaders ¶
func (s *RollbackInnerAppVersionHeaders) SetCommonHeaders(v map[string]*string) *RollbackInnerAppVersionHeaders
func (*RollbackInnerAppVersionHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RollbackInnerAppVersionHeaders) SetXAcsDingtalkAccessToken(v string) *RollbackInnerAppVersionHeaders
func (RollbackInnerAppVersionHeaders) String ¶
func (s RollbackInnerAppVersionHeaders) String() 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 (s RollbackInnerAppVersionRequest) GoString() string
func (*RollbackInnerAppVersionRequest) SetAppVersionId ¶
func (s *RollbackInnerAppVersionRequest) SetAppVersionId(v int64) *RollbackInnerAppVersionRequest
func (*RollbackInnerAppVersionRequest) SetOpUnionId ¶
func (s *RollbackInnerAppVersionRequest) SetOpUnionId(v string) *RollbackInnerAppVersionRequest
func (RollbackInnerAppVersionRequest) String ¶
func (s RollbackInnerAppVersionRequest) String() string
type RollbackInnerAppVersionResponse ¶
type RollbackInnerAppVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RollbackInnerAppVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RollbackInnerAppVersionResponse) GoString ¶
func (s RollbackInnerAppVersionResponse) GoString() string
func (*RollbackInnerAppVersionResponse) SetBody ¶
func (s *RollbackInnerAppVersionResponse) SetBody(v *RollbackInnerAppVersionResponseBody) *RollbackInnerAppVersionResponse
func (*RollbackInnerAppVersionResponse) SetHeaders ¶
func (s *RollbackInnerAppVersionResponse) SetHeaders(v map[string]*string) *RollbackInnerAppVersionResponse
func (*RollbackInnerAppVersionResponse) SetStatusCode ¶
func (s *RollbackInnerAppVersionResponse) SetStatusCode(v int32) *RollbackInnerAppVersionResponse
func (RollbackInnerAppVersionResponse) String ¶
func (s RollbackInnerAppVersionResponse) String() string
type RollbackInnerAppVersionResponseBody ¶
type RollbackInnerAppVersionResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (RollbackInnerAppVersionResponseBody) GoString ¶
func (s RollbackInnerAppVersionResponseBody) GoString() string
func (*RollbackInnerAppVersionResponseBody) SetResult ¶
func (s *RollbackInnerAppVersionResponseBody) SetResult(v bool) *RollbackInnerAppVersionResponseBody
func (RollbackInnerAppVersionResponseBody) String ¶
func (s RollbackInnerAppVersionResponseBody) String() 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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetMicroAppScopeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetMicroAppScopeResponse) GoString ¶
func (s SetMicroAppScopeResponse) GoString() string
func (*SetMicroAppScopeResponse) SetBody ¶
func (s *SetMicroAppScopeResponse) SetBody(v *SetMicroAppScopeResponseBody) *SetMicroAppScopeResponse
func (*SetMicroAppScopeResponse) SetHeaders ¶
func (s *SetMicroAppScopeResponse) SetHeaders(v map[string]*string) *SetMicroAppScopeResponse
func (*SetMicroAppScopeResponse) SetStatusCode ¶
func (s *SetMicroAppScopeResponse) SetStatusCode(v int32) *SetMicroAppScopeResponse
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 (s *SetMicroAppScopeResponseBody) SetResult(v bool) *SetMicroAppScopeResponseBody
func (SetMicroAppScopeResponseBody) String ¶
func (s SetMicroAppScopeResponseBody) String() 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 (s *UpdateApaasAppRequest) SetAppIcon(v string) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetAppName ¶
func (s *UpdateApaasAppRequest) SetAppName(v string) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetAppStatus ¶
func (s *UpdateApaasAppRequest) SetAppStatus(v int32) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetBizAppId ¶
func (s *UpdateApaasAppRequest) SetBizAppId(v string) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetOpUserId ¶
func (s *UpdateApaasAppRequest) SetOpUserId(v string) *UpdateApaasAppRequest
func (UpdateApaasAppRequest) String ¶
func (s UpdateApaasAppRequest) String() string
type UpdateApaasAppResponse ¶
type UpdateApaasAppResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateApaasAppResponse) GoString ¶
func (s UpdateApaasAppResponse) GoString() string
func (*UpdateApaasAppResponse) SetBody ¶
func (s *UpdateApaasAppResponse) SetBody(v *UpdateApaasAppResponseBody) *UpdateApaasAppResponse
func (*UpdateApaasAppResponse) SetHeaders ¶
func (s *UpdateApaasAppResponse) SetHeaders(v map[string]*string) *UpdateApaasAppResponse
func (*UpdateApaasAppResponse) SetStatusCode ¶
func (s *UpdateApaasAppResponse) SetStatusCode(v int32) *UpdateApaasAppResponse
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 (s *UpdateApaasAppResponseBody) SetAgentId(v int64) *UpdateApaasAppResponseBody
func (*UpdateApaasAppResponseBody) SetBizAppId ¶
func (s *UpdateApaasAppResponseBody) SetBizAppId(v string) *UpdateApaasAppResponseBody
func (UpdateApaasAppResponseBody) String ¶
func (s UpdateApaasAppResponseBody) String() 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 (s *UpdateAppRoleInfoRequest) SetNewRoleName(v string) *UpdateAppRoleInfoRequest
func (*UpdateAppRoleInfoRequest) SetOpUserId ¶
func (s *UpdateAppRoleInfoRequest) SetOpUserId(v string) *UpdateAppRoleInfoRequest
func (UpdateAppRoleInfoRequest) String ¶
func (s UpdateAppRoleInfoRequest) String() string
type UpdateAppRoleInfoResponse ¶
type UpdateAppRoleInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateAppRoleInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateAppRoleInfoResponse) GoString ¶
func (s UpdateAppRoleInfoResponse) GoString() string
func (*UpdateAppRoleInfoResponse) SetBody ¶
func (s *UpdateAppRoleInfoResponse) SetBody(v *UpdateAppRoleInfoResponseBody) *UpdateAppRoleInfoResponse
func (*UpdateAppRoleInfoResponse) SetHeaders ¶
func (s *UpdateAppRoleInfoResponse) SetHeaders(v map[string]*string) *UpdateAppRoleInfoResponse
func (*UpdateAppRoleInfoResponse) SetStatusCode ¶
func (s *UpdateAppRoleInfoResponse) SetStatusCode(v int32) *UpdateAppRoleInfoResponse
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 (s UpdateAppRoleInfoResponseBody) GoString() string
func (*UpdateAppRoleInfoResponseBody) SetResult ¶
func (s *UpdateAppRoleInfoResponseBody) SetResult(v bool) *UpdateAppRoleInfoResponseBody
func (UpdateAppRoleInfoResponseBody) String ¶
func (s UpdateAppRoleInfoResponseBody) String() 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) SetDesc(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetHomepageLink ¶
func (s *UpdateInnerAppRequest) SetHomepageLink(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetIcon ¶
func (s *UpdateInnerAppRequest) SetIcon(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetIpWhiteList ¶
func (s *UpdateInnerAppRequest) SetIpWhiteList(v []*string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetName ¶
func (s *UpdateInnerAppRequest) SetName(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetOmpLink ¶
func (s *UpdateInnerAppRequest) SetOmpLink(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetOpUnionId ¶
func (s *UpdateInnerAppRequest) SetOpUnionId(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetPcHomepageLink ¶
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" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateInnerAppResponse) GoString ¶
func (s UpdateInnerAppResponse) GoString() string
func (*UpdateInnerAppResponse) SetBody ¶
func (s *UpdateInnerAppResponse) SetBody(v *UpdateInnerAppResponseBody) *UpdateInnerAppResponse
func (*UpdateInnerAppResponse) SetHeaders ¶
func (s *UpdateInnerAppResponse) SetHeaders(v map[string]*string) *UpdateInnerAppResponse
func (*UpdateInnerAppResponse) SetStatusCode ¶
func (s *UpdateInnerAppResponse) SetStatusCode(v int32) *UpdateInnerAppResponse
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 (s *UpdateInnerAppResponseBody) SetResult(v bool) *UpdateInnerAppResponseBody
func (UpdateInnerAppResponseBody) String ¶
func (s UpdateInnerAppResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.