workbench_1_0

package
v1.6.71 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddRecentUserAppListHeaders

type AddRecentUserAppListHeaders 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 (AddRecentUserAppListHeaders) GoString

func (s AddRecentUserAppListHeaders) GoString() string

func (*AddRecentUserAppListHeaders) SetCommonHeaders

func (*AddRecentUserAppListHeaders) SetXAcsDingtalkAccessToken

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

func (AddRecentUserAppListHeaders) String

type AddRecentUserAppListRequest

type AddRecentUserAppListRequest struct {
	CorpId            *string                                         `json:"corpId,omitempty" xml:"corpId,omitempty"`
	UsedAppDetailList []*AddRecentUserAppListRequestUsedAppDetailList `json:"usedAppDetailList,omitempty" xml:"usedAppDetailList,omitempty" type:"Repeated"`
	UserId            *string                                         `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (AddRecentUserAppListRequest) GoString

func (s AddRecentUserAppListRequest) GoString() string

func (*AddRecentUserAppListRequest) SetCorpId

func (*AddRecentUserAppListRequest) SetUsedAppDetailList

func (*AddRecentUserAppListRequest) SetUserId

func (AddRecentUserAppListRequest) String

type AddRecentUserAppListRequestUsedAppDetailList

type AddRecentUserAppListRequestUsedAppDetailList struct {
	AgentId *string `json:"agentId,omitempty" xml:"agentId,omitempty"`
}

func (AddRecentUserAppListRequestUsedAppDetailList) GoString

func (*AddRecentUserAppListRequestUsedAppDetailList) SetAgentId

func (AddRecentUserAppListRequestUsedAppDetailList) String

type AddRecentUserAppListResponse

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

func (AddRecentUserAppListResponse) GoString

func (s AddRecentUserAppListResponse) GoString() string

func (*AddRecentUserAppListResponse) SetBody

func (*AddRecentUserAppListResponse) SetHeaders

func (*AddRecentUserAppListResponse) SetStatusCode

func (AddRecentUserAppListResponse) String

type AddRecentUserAppListResponseBody

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

func (AddRecentUserAppListResponseBody) GoString

func (*AddRecentUserAppListResponseBody) SetResult

func (AddRecentUserAppListResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AddRecentUserAppList

func (client *Client) AddRecentUserAppList(request *AddRecentUserAppListRequest) (_result *AddRecentUserAppListResponse, _err error)

func (*Client) AddRecentUserAppListWithOptions

func (client *Client) AddRecentUserAppListWithOptions(request *AddRecentUserAppListRequest, headers *AddRecentUserAppListHeaders, runtime *util.RuntimeOptions) (_result *AddRecentUserAppListResponse, _err error)

func (*Client) GetDingPortalDetail

func (client *Client) GetDingPortalDetail(appUuid *string) (_result *GetDingPortalDetailResponse, _err error)

func (*Client) GetDingPortalDetailWithOptions

func (client *Client) GetDingPortalDetailWithOptions(appUuid *string, headers *GetDingPortalDetailHeaders, runtime *util.RuntimeOptions) (_result *GetDingPortalDetailResponse, _err error)

func (*Client) GetPluginPermissionPoint

func (client *Client) GetPluginPermissionPoint(request *GetPluginPermissionPointRequest) (_result *GetPluginPermissionPointResponse, _err error)

func (*Client) GetPluginPermissionPointWithOptions

func (client *Client) GetPluginPermissionPointWithOptions(request *GetPluginPermissionPointRequest, headers *GetPluginPermissionPointHeaders, runtime *util.RuntimeOptions) (_result *GetPluginPermissionPointResponse, _err error)

func (*Client) GetPluginRuleCheckInfo

func (client *Client) GetPluginRuleCheckInfo(request *GetPluginRuleCheckInfoRequest) (_result *GetPluginRuleCheckInfoResponse, _err error)

func (*Client) GetPluginRuleCheckInfoWithOptions

func (client *Client) GetPluginRuleCheckInfoWithOptions(request *GetPluginRuleCheckInfoRequest, headers *GetPluginRuleCheckInfoHeaders, runtime *util.RuntimeOptions) (_result *GetPluginRuleCheckInfoResponse, _err error)

func (*Client) Init

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

func (*Client) ListWorkBenchGroup

func (client *Client) ListWorkBenchGroup(request *ListWorkBenchGroupRequest) (_result *ListWorkBenchGroupResponse, _err error)

func (*Client) ListWorkBenchGroupWithOptions

func (client *Client) ListWorkBenchGroupWithOptions(request *ListWorkBenchGroupRequest, headers *ListWorkBenchGroupHeaders, runtime *util.RuntimeOptions) (_result *ListWorkBenchGroupResponse, _err error)

func (*Client) ModifyWorkbenchBadge added in v1.5.84

func (client *Client) ModifyWorkbenchBadge(request *ModifyWorkbenchBadgeRequest) (_result *ModifyWorkbenchBadgeResponse, _err error)

func (*Client) ModifyWorkbenchBadgeWithOptions added in v1.5.84

func (client *Client) ModifyWorkbenchBadgeWithOptions(request *ModifyWorkbenchBadgeRequest, headers *ModifyWorkbenchBadgeHeaders, runtime *util.RuntimeOptions) (_result *ModifyWorkbenchBadgeResponse, _err error)

func (*Client) QueryComponentScopes

func (client *Client) QueryComponentScopes(componentId *string) (_result *QueryComponentScopesResponse, _err error)

func (*Client) QueryComponentScopesWithOptions

func (client *Client) QueryComponentScopesWithOptions(componentId *string, headers *QueryComponentScopesHeaders, runtime *util.RuntimeOptions) (_result *QueryComponentScopesResponse, _err error)

func (*Client) QueryShortcutScopes

func (client *Client) QueryShortcutScopes(shortcutKey *string) (_result *QueryShortcutScopesResponse, _err error)

func (*Client) QueryShortcutScopesWithOptions

func (client *Client) QueryShortcutScopesWithOptions(shortcutKey *string, headers *QueryShortcutScopesHeaders, runtime *util.RuntimeOptions) (_result *QueryShortcutScopesResponse, _err error)

func (*Client) UndoDeletion added in v1.5.99

func (client *Client) UndoDeletion(request *UndoDeletionRequest) (_result *UndoDeletionResponse, _err error)

func (*Client) UndoDeletionWithOptions added in v1.5.99

func (client *Client) UndoDeletionWithOptions(request *UndoDeletionRequest, headers *UndoDeletionHeaders, runtime *util.RuntimeOptions) (_result *UndoDeletionResponse, _err error)

func (*Client) UpdateDingPortalPageScope

func (client *Client) UpdateDingPortalPageScope(pageUuid *string, appUuid *string, request *UpdateDingPortalPageScopeRequest) (_result *UpdateDingPortalPageScopeResponse, _err error)

func (*Client) UpdateDingPortalPageScopeWithOptions

func (client *Client) UpdateDingPortalPageScopeWithOptions(pageUuid *string, appUuid *string, request *UpdateDingPortalPageScopeRequest, headers *UpdateDingPortalPageScopeHeaders, runtime *util.RuntimeOptions) (_result *UpdateDingPortalPageScopeResponse, _err error)

type GetDingPortalDetailHeaders

type GetDingPortalDetailHeaders 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 (GetDingPortalDetailHeaders) GoString

func (s GetDingPortalDetailHeaders) GoString() string

func (*GetDingPortalDetailHeaders) SetCommonHeaders

func (*GetDingPortalDetailHeaders) SetXAcsDingtalkAccessToken

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

func (GetDingPortalDetailHeaders) String

type GetDingPortalDetailResponse

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

func (GetDingPortalDetailResponse) GoString

func (s GetDingPortalDetailResponse) GoString() string

func (*GetDingPortalDetailResponse) SetBody

func (*GetDingPortalDetailResponse) SetHeaders

func (*GetDingPortalDetailResponse) SetStatusCode

func (GetDingPortalDetailResponse) String

type GetDingPortalDetailResponseBody

type GetDingPortalDetailResponseBody struct {
	AppUuid        *string                                 `json:"appUuid,omitempty" xml:"appUuid,omitempty"`
	DingPortalName *string                                 `json:"dingPortalName,omitempty" xml:"dingPortalName,omitempty"`
	Pages          []*GetDingPortalDetailResponseBodyPages `json:"pages,omitempty" xml:"pages,omitempty" type:"Repeated"`
}

func (GetDingPortalDetailResponseBody) GoString

func (*GetDingPortalDetailResponseBody) SetAppUuid

func (*GetDingPortalDetailResponseBody) SetDingPortalName

func (*GetDingPortalDetailResponseBody) SetPages

func (GetDingPortalDetailResponseBody) String

type GetDingPortalDetailResponseBodyPages

type GetDingPortalDetailResponseBodyPages struct {
	AllVisible *bool     `json:"allVisible,omitempty" xml:"allVisible,omitempty"`
	DeptIds    []*int64  `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	PageName   *string   `json:"pageName,omitempty" xml:"pageName,omitempty"`
	PageUuid   *string   `json:"pageUuid,omitempty" xml:"pageUuid,omitempty"`
	RoleIds    []*int64  `json:"roleIds,omitempty" xml:"roleIds,omitempty" type:"Repeated"`
	Userids    []*string `json:"userids,omitempty" xml:"userids,omitempty" type:"Repeated"`
}

func (GetDingPortalDetailResponseBodyPages) GoString

func (*GetDingPortalDetailResponseBodyPages) SetAllVisible

func (*GetDingPortalDetailResponseBodyPages) SetDeptIds

func (*GetDingPortalDetailResponseBodyPages) SetPageName

func (*GetDingPortalDetailResponseBodyPages) SetPageUuid

func (*GetDingPortalDetailResponseBodyPages) SetRoleIds

func (*GetDingPortalDetailResponseBodyPages) SetUserids

func (GetDingPortalDetailResponseBodyPages) String

type GetPluginPermissionPointHeaders

type GetPluginPermissionPointHeaders 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 (GetPluginPermissionPointHeaders) GoString

func (*GetPluginPermissionPointHeaders) SetCommonHeaders

func (*GetPluginPermissionPointHeaders) SetXAcsDingtalkAccessToken

func (GetPluginPermissionPointHeaders) String

type GetPluginPermissionPointRequest

type GetPluginPermissionPointRequest struct {
	MiniAppId *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
}

func (GetPluginPermissionPointRequest) GoString

func (*GetPluginPermissionPointRequest) SetMiniAppId

func (GetPluginPermissionPointRequest) String

type GetPluginPermissionPointResponse

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

func (GetPluginPermissionPointResponse) GoString

func (*GetPluginPermissionPointResponse) SetHeaders

func (*GetPluginPermissionPointResponse) SetStatusCode

func (GetPluginPermissionPointResponse) String

type GetPluginPermissionPointResponseBody

type GetPluginPermissionPointResponseBody struct {
	PermissionPointList []*string `json:"permissionPointList,omitempty" xml:"permissionPointList,omitempty" type:"Repeated"`
}

func (GetPluginPermissionPointResponseBody) GoString

func (*GetPluginPermissionPointResponseBody) SetPermissionPointList

func (GetPluginPermissionPointResponseBody) String

type GetPluginRuleCheckInfoHeaders

type GetPluginRuleCheckInfoHeaders 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 (GetPluginRuleCheckInfoHeaders) GoString

func (*GetPluginRuleCheckInfoHeaders) SetCommonHeaders

func (*GetPluginRuleCheckInfoHeaders) SetXAcsDingtalkAccessToken

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

func (GetPluginRuleCheckInfoHeaders) String

type GetPluginRuleCheckInfoRequest

type GetPluginRuleCheckInfoRequest struct {
	MiniAppId *string `json:"miniAppId,omitempty" xml:"miniAppId,omitempty"`
}

func (GetPluginRuleCheckInfoRequest) GoString

func (*GetPluginRuleCheckInfoRequest) SetMiniAppId

func (GetPluginRuleCheckInfoRequest) String

type GetPluginRuleCheckInfoResponse

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

func (GetPluginRuleCheckInfoResponse) GoString

func (*GetPluginRuleCheckInfoResponse) SetHeaders

func (*GetPluginRuleCheckInfoResponse) SetStatusCode

func (GetPluginRuleCheckInfoResponse) String

type GetPluginRuleCheckInfoResponseBody

type GetPluginRuleCheckInfoResponseBody struct {
	PackCode              *string `json:"packCode,omitempty" xml:"packCode,omitempty"`
	PluginRuleCheckDetail *string `json:"pluginRuleCheckDetail,omitempty" xml:"pluginRuleCheckDetail,omitempty"`
}

func (GetPluginRuleCheckInfoResponseBody) GoString

func (*GetPluginRuleCheckInfoResponseBody) SetPackCode

func (*GetPluginRuleCheckInfoResponseBody) SetPluginRuleCheckDetail

func (GetPluginRuleCheckInfoResponseBody) String

type ListWorkBenchGroupHeaders

type ListWorkBenchGroupHeaders 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 (ListWorkBenchGroupHeaders) GoString

func (s ListWorkBenchGroupHeaders) GoString() string

func (*ListWorkBenchGroupHeaders) SetCommonHeaders

func (*ListWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken

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

func (ListWorkBenchGroupHeaders) String

func (s ListWorkBenchGroupHeaders) String() string

type ListWorkBenchGroupRequest

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

func (ListWorkBenchGroupRequest) GoString

func (s ListWorkBenchGroupRequest) GoString() string

func (*ListWorkBenchGroupRequest) SetEcologicalCorpId

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

func (*ListWorkBenchGroupRequest) SetGroupType

func (*ListWorkBenchGroupRequest) SetOpUnionId

func (ListWorkBenchGroupRequest) String

func (s ListWorkBenchGroupRequest) String() string

type ListWorkBenchGroupResponse

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

func (ListWorkBenchGroupResponse) GoString

func (s ListWorkBenchGroupResponse) GoString() string

func (*ListWorkBenchGroupResponse) SetBody

func (*ListWorkBenchGroupResponse) SetHeaders

func (*ListWorkBenchGroupResponse) SetStatusCode

func (ListWorkBenchGroupResponse) String

type ListWorkBenchGroupResponseBody

type ListWorkBenchGroupResponseBody struct {
	GroupList []*ListWorkBenchGroupResponseBodyGroupList `json:"groupList,omitempty" xml:"groupList,omitempty" type:"Repeated"`
}

func (ListWorkBenchGroupResponseBody) GoString

func (ListWorkBenchGroupResponseBody) String

type ListWorkBenchGroupResponseBodyGroupList

type ListWorkBenchGroupResponseBodyGroupList struct {
	ComponentId *string `json:"componentId,omitempty" xml:"componentId,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListWorkBenchGroupResponseBodyGroupList) GoString

func (*ListWorkBenchGroupResponseBodyGroupList) SetComponentId

func (*ListWorkBenchGroupResponseBodyGroupList) SetName

func (ListWorkBenchGroupResponseBodyGroupList) String

type ModifyWorkbenchBadgeHeaders added in v1.5.84

type ModifyWorkbenchBadgeHeaders 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 (ModifyWorkbenchBadgeHeaders) GoString added in v1.5.84

func (s ModifyWorkbenchBadgeHeaders) GoString() string

func (*ModifyWorkbenchBadgeHeaders) SetCommonHeaders added in v1.5.84

func (*ModifyWorkbenchBadgeHeaders) SetXAcsDingtalkAccessToken added in v1.5.84

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

func (ModifyWorkbenchBadgeHeaders) String added in v1.5.84

type ModifyWorkbenchBadgeRequest added in v1.5.84

type ModifyWorkbenchBadgeRequest struct {
	BizIdList        []*string `json:"bizIdList,omitempty" xml:"bizIdList,omitempty" type:"Repeated"`
	IsAdded          *bool     `json:"isAdded,omitempty" xml:"isAdded,omitempty"`
	ModifyMode       *string   `json:"modifyMode,omitempty" xml:"modifyMode,omitempty"`
	RedDotRelationId *string   `json:"redDotRelationId,omitempty" xml:"redDotRelationId,omitempty"`
	RedDotType       *string   `json:"redDotType,omitempty" xml:"redDotType,omitempty"`
	UserId           *string   `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ModifyWorkbenchBadgeRequest) GoString added in v1.5.84

func (s ModifyWorkbenchBadgeRequest) GoString() string

func (*ModifyWorkbenchBadgeRequest) SetBizIdList added in v1.5.84

func (*ModifyWorkbenchBadgeRequest) SetIsAdded added in v1.5.84

func (*ModifyWorkbenchBadgeRequest) SetModifyMode added in v1.6.36

func (*ModifyWorkbenchBadgeRequest) SetRedDotRelationId added in v1.5.84

func (*ModifyWorkbenchBadgeRequest) SetRedDotType added in v1.5.84

func (*ModifyWorkbenchBadgeRequest) SetUserId added in v1.5.84

func (ModifyWorkbenchBadgeRequest) String added in v1.5.84

type ModifyWorkbenchBadgeResponse added in v1.5.84

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

func (ModifyWorkbenchBadgeResponse) GoString added in v1.5.84

func (s ModifyWorkbenchBadgeResponse) GoString() string

func (*ModifyWorkbenchBadgeResponse) SetBody added in v1.5.84

func (*ModifyWorkbenchBadgeResponse) SetHeaders added in v1.5.84

func (*ModifyWorkbenchBadgeResponse) SetStatusCode added in v1.5.84

func (ModifyWorkbenchBadgeResponse) String added in v1.5.84

type ModifyWorkbenchBadgeResponseBody added in v1.5.84

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

func (ModifyWorkbenchBadgeResponseBody) GoString added in v1.5.84

func (*ModifyWorkbenchBadgeResponseBody) SetResult added in v1.5.84

func (ModifyWorkbenchBadgeResponseBody) String added in v1.5.84

type QueryComponentScopesHeaders

type QueryComponentScopesHeaders 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 (QueryComponentScopesHeaders) GoString

func (s QueryComponentScopesHeaders) GoString() string

func (*QueryComponentScopesHeaders) SetCommonHeaders

func (*QueryComponentScopesHeaders) SetXAcsDingtalkAccessToken

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

func (QueryComponentScopesHeaders) String

type QueryComponentScopesResponse

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

func (QueryComponentScopesResponse) GoString

func (s QueryComponentScopesResponse) GoString() string

func (*QueryComponentScopesResponse) SetBody

func (*QueryComponentScopesResponse) SetHeaders

func (*QueryComponentScopesResponse) SetStatusCode

func (QueryComponentScopesResponse) String

type QueryComponentScopesResponseBody

type QueryComponentScopesResponseBody struct {
	DeptVisibleScopes []*int64  `json:"deptVisibleScopes,omitempty" xml:"deptVisibleScopes,omitempty" type:"Repeated"`
	UserVisibleScopes []*string `json:"userVisibleScopes,omitempty" xml:"userVisibleScopes,omitempty" type:"Repeated"`
}

func (QueryComponentScopesResponseBody) GoString

func (*QueryComponentScopesResponseBody) SetDeptVisibleScopes

func (*QueryComponentScopesResponseBody) SetUserVisibleScopes

func (QueryComponentScopesResponseBody) String

type QueryShortcutScopesHeaders

type QueryShortcutScopesHeaders 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 (QueryShortcutScopesHeaders) GoString

func (s QueryShortcutScopesHeaders) GoString() string

func (*QueryShortcutScopesHeaders) SetCommonHeaders

func (*QueryShortcutScopesHeaders) SetXAcsDingtalkAccessToken

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

func (QueryShortcutScopesHeaders) String

type QueryShortcutScopesResponse

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

func (QueryShortcutScopesResponse) GoString

func (s QueryShortcutScopesResponse) GoString() string

func (*QueryShortcutScopesResponse) SetBody

func (*QueryShortcutScopesResponse) SetHeaders

func (*QueryShortcutScopesResponse) SetStatusCode

func (QueryShortcutScopesResponse) String

type QueryShortcutScopesResponseBody

type QueryShortcutScopesResponseBody struct {
	DeptVisibleScopes []*int64  `json:"deptVisibleScopes,omitempty" xml:"deptVisibleScopes,omitempty" type:"Repeated"`
	UserVisibleScopes []*string `json:"userVisibleScopes,omitempty" xml:"userVisibleScopes,omitempty" type:"Repeated"`
}

func (QueryShortcutScopesResponseBody) GoString

func (*QueryShortcutScopesResponseBody) SetDeptVisibleScopes

func (*QueryShortcutScopesResponseBody) SetUserVisibleScopes

func (QueryShortcutScopesResponseBody) String

type UndoDeletionHeaders added in v1.5.99

type UndoDeletionHeaders 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 (UndoDeletionHeaders) GoString added in v1.5.99

func (s UndoDeletionHeaders) GoString() string

func (*UndoDeletionHeaders) SetCommonHeaders added in v1.5.99

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

func (*UndoDeletionHeaders) SetXAcsDingtalkAccessToken added in v1.5.99

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

func (UndoDeletionHeaders) String added in v1.5.99

func (s UndoDeletionHeaders) String() string

type UndoDeletionRequest added in v1.5.99

type UndoDeletionRequest struct {
	BizIdList        []*string `json:"bizIdList,omitempty" xml:"bizIdList,omitempty" type:"Repeated"`
	RedDotRelationId *string   `json:"redDotRelationId,omitempty" xml:"redDotRelationId,omitempty"`
	RedDotType       *string   `json:"redDotType,omitempty" xml:"redDotType,omitempty"`
	UserId           *string   `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UndoDeletionRequest) GoString added in v1.5.99

func (s UndoDeletionRequest) GoString() string

func (*UndoDeletionRequest) SetBizIdList added in v1.5.99

func (s *UndoDeletionRequest) SetBizIdList(v []*string) *UndoDeletionRequest

func (*UndoDeletionRequest) SetRedDotRelationId added in v1.5.99

func (s *UndoDeletionRequest) SetRedDotRelationId(v string) *UndoDeletionRequest

func (*UndoDeletionRequest) SetRedDotType added in v1.5.99

func (s *UndoDeletionRequest) SetRedDotType(v string) *UndoDeletionRequest

func (*UndoDeletionRequest) SetUserId added in v1.5.99

func (UndoDeletionRequest) String added in v1.5.99

func (s UndoDeletionRequest) String() string

type UndoDeletionResponse added in v1.5.99

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

func (UndoDeletionResponse) GoString added in v1.5.99

func (s UndoDeletionResponse) GoString() string

func (*UndoDeletionResponse) SetBody added in v1.5.99

func (*UndoDeletionResponse) SetHeaders added in v1.5.99

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

func (*UndoDeletionResponse) SetStatusCode added in v1.5.99

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

func (UndoDeletionResponse) String added in v1.5.99

func (s UndoDeletionResponse) String() string

type UndoDeletionResponseBody added in v1.5.99

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

func (UndoDeletionResponseBody) GoString added in v1.5.99

func (s UndoDeletionResponseBody) GoString() string

func (*UndoDeletionResponseBody) SetResult added in v1.5.99

func (UndoDeletionResponseBody) String added in v1.5.99

func (s UndoDeletionResponseBody) String() string

type UpdateDingPortalPageScopeHeaders

type UpdateDingPortalPageScopeHeaders 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 (UpdateDingPortalPageScopeHeaders) GoString

func (*UpdateDingPortalPageScopeHeaders) SetCommonHeaders

func (*UpdateDingPortalPageScopeHeaders) SetXAcsDingtalkAccessToken

func (UpdateDingPortalPageScopeHeaders) String

type UpdateDingPortalPageScopeRequest

type UpdateDingPortalPageScopeRequest struct {
	AllVisible *bool     `json:"allVisible,omitempty" xml:"allVisible,omitempty"`
	DeptIds    []*int64  `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	RoleIds    []*int64  `json:"roleIds,omitempty" xml:"roleIds,omitempty" type:"Repeated"`
	Userids    []*string `json:"userids,omitempty" xml:"userids,omitempty" type:"Repeated"`
}

func (UpdateDingPortalPageScopeRequest) GoString

func (*UpdateDingPortalPageScopeRequest) SetAllVisible

func (*UpdateDingPortalPageScopeRequest) SetDeptIds

func (*UpdateDingPortalPageScopeRequest) SetRoleIds

func (*UpdateDingPortalPageScopeRequest) SetUserids

func (UpdateDingPortalPageScopeRequest) String

type UpdateDingPortalPageScopeResponse

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

func (UpdateDingPortalPageScopeResponse) GoString

func (*UpdateDingPortalPageScopeResponse) SetHeaders

func (*UpdateDingPortalPageScopeResponse) SetStatusCode

func (UpdateDingPortalPageScopeResponse) String

Jump to

Keyboard shortcuts

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