doc_2_0

package
v1.5.69 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 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 BatchDeleteRecentsHeaders

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

func (s BatchDeleteRecentsHeaders) GoString() string

func (*BatchDeleteRecentsHeaders) SetCommonHeaders

func (*BatchDeleteRecentsHeaders) SetXAcsDingtalkAccessToken

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

func (BatchDeleteRecentsHeaders) String

func (s BatchDeleteRecentsHeaders) String() string

type BatchDeleteRecentsRequest

type BatchDeleteRecentsRequest struct {
	DentryUuids []*string `json:"dentryUuids,omitempty" xml:"dentryUuids,omitempty" type:"Repeated"`
	OperatorId  *string   `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (BatchDeleteRecentsRequest) GoString

func (s BatchDeleteRecentsRequest) GoString() string

func (*BatchDeleteRecentsRequest) SetDentryUuids

func (*BatchDeleteRecentsRequest) SetOperatorId

func (BatchDeleteRecentsRequest) String

func (s BatchDeleteRecentsRequest) String() string

type BatchDeleteRecentsResponse

type BatchDeleteRecentsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BatchDeleteRecentsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BatchDeleteRecentsResponse) GoString

func (s BatchDeleteRecentsResponse) GoString() string

func (*BatchDeleteRecentsResponse) SetBody

func (*BatchDeleteRecentsResponse) SetHeaders

func (*BatchDeleteRecentsResponse) SetStatusCode

func (BatchDeleteRecentsResponse) String

type BatchDeleteRecentsResponseBody

type BatchDeleteRecentsResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (BatchDeleteRecentsResponseBody) GoString

func (*BatchDeleteRecentsResponseBody) SetSuccess

func (BatchDeleteRecentsResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) BatchDeleteRecents

func (client *Client) BatchDeleteRecents(request *BatchDeleteRecentsRequest) (_result *BatchDeleteRecentsResponse, _err error)

func (*Client) BatchDeleteRecentsWithOptions

func (client *Client) BatchDeleteRecentsWithOptions(request *BatchDeleteRecentsRequest, headers *BatchDeleteRecentsHeaders, runtime *util.RuntimeOptions) (_result *BatchDeleteRecentsResponse, _err error)

func (*Client) CopyDentry

func (client *Client) CopyDentry(spaceId *string, dentryId *string, request *CopyDentryRequest) (_result *CopyDentryResponse, _err error)

func (*Client) CopyDentryWithOptions

func (client *Client) CopyDentryWithOptions(spaceId *string, dentryId *string, request *CopyDentryRequest, headers *CopyDentryHeaders, runtime *util.RuntimeOptions) (_result *CopyDentryResponse, _err error)

func (*Client) CreateDentry

func (client *Client) CreateDentry(spaceId *string, request *CreateDentryRequest) (_result *CreateDentryResponse, _err error)

func (*Client) CreateDentryWithOptions

func (client *Client) CreateDentryWithOptions(spaceId *string, request *CreateDentryRequest, headers *CreateDentryHeaders, runtime *util.RuntimeOptions) (_result *CreateDentryResponse, _err error)

func (*Client) CreateSpace

func (client *Client) CreateSpace(request *CreateSpaceRequest) (_result *CreateSpaceResponse, _err error)

func (*Client) CreateSpaceWithOptions

func (client *Client) CreateSpaceWithOptions(request *CreateSpaceRequest, headers *CreateSpaceHeaders, runtime *util.RuntimeOptions) (_result *CreateSpaceResponse, _err error)

func (*Client) CreateTeam

func (client *Client) CreateTeam(request *CreateTeamRequest) (_result *CreateTeamResponse, _err error)

func (*Client) CreateTeamWithOptions

func (client *Client) CreateTeamWithOptions(request *CreateTeamRequest, headers *CreateTeamHeaders, runtime *util.RuntimeOptions) (_result *CreateTeamResponse, _err error)

func (*Client) DeleteTeam

func (client *Client) DeleteTeam(teamId *string, request *DeleteTeamRequest) (_result *DeleteTeamResponse, _err error)

func (*Client) DeleteTeamWithOptions

func (client *Client) DeleteTeamWithOptions(teamId *string, request *DeleteTeamRequest, headers *DeleteTeamHeaders, runtime *util.RuntimeOptions) (_result *DeleteTeamResponse, _err error)

func (*Client) GetSchema

func (client *Client) GetSchema(teamId *string, request *GetSchemaRequest) (_result *GetSchemaResponse, _err error)

func (*Client) GetSchemaWithOptions

func (client *Client) GetSchemaWithOptions(teamId *string, request *GetSchemaRequest, headers *GetSchemaHeaders, runtime *util.RuntimeOptions) (_result *GetSchemaResponse, _err error)

func (*Client) GetSpaceDirectories

func (client *Client) GetSpaceDirectories(spaceId *string, request *GetSpaceDirectoriesRequest) (_result *GetSpaceDirectoriesResponse, _err error)

func (*Client) GetSpaceDirectoriesWithOptions

func (client *Client) GetSpaceDirectoriesWithOptions(spaceId *string, request *GetSpaceDirectoriesRequest, headers *GetSpaceDirectoriesHeaders, runtime *util.RuntimeOptions) (_result *GetSpaceDirectoriesResponse, _err error)

func (*Client) GetStarInfo

func (client *Client) GetStarInfo(dentryUuid *string, request *GetStarInfoRequest) (_result *GetStarInfoResponse, _err error)

func (*Client) GetStarInfoWithOptions

func (client *Client) GetStarInfoWithOptions(dentryUuid *string, request *GetStarInfoRequest, headers *GetStarInfoHeaders, runtime *util.RuntimeOptions) (_result *GetStarInfoResponse, _err error)

func (*Client) GetTeam

func (client *Client) GetTeam(teamId *string, request *GetTeamRequest) (_result *GetTeamResponse, _err error)

func (*Client) GetTeamWithOptions

func (client *Client) GetTeamWithOptions(teamId *string, request *GetTeamRequest, headers *GetTeamHeaders, runtime *util.RuntimeOptions) (_result *GetTeamResponse, _err error)

func (*Client) GetTotalNumberOfDentries

func (client *Client) GetTotalNumberOfDentries(request *GetTotalNumberOfDentriesRequest) (_result *GetTotalNumberOfDentriesResponse, _err error)

func (*Client) GetTotalNumberOfDentriesWithOptions

func (client *Client) GetTotalNumberOfDentriesWithOptions(request *GetTotalNumberOfDentriesRequest, headers *GetTotalNumberOfDentriesHeaders, runtime *util.RuntimeOptions) (_result *GetTotalNumberOfDentriesResponse, _err error)

func (*Client) GetTotalNumberOfSpaces

func (client *Client) GetTotalNumberOfSpaces(request *GetTotalNumberOfSpacesRequest) (_result *GetTotalNumberOfSpacesResponse, _err error)

func (*Client) GetTotalNumberOfSpacesWithOptions

func (client *Client) GetTotalNumberOfSpacesWithOptions(request *GetTotalNumberOfSpacesRequest, headers *GetTotalNumberOfSpacesHeaders, runtime *util.RuntimeOptions) (_result *GetTotalNumberOfSpacesResponse, _err error)

func (*Client) GetUserInfoByOpenToken

func (client *Client) GetUserInfoByOpenToken(request *GetUserInfoByOpenTokenRequest) (_result *GetUserInfoByOpenTokenResponse, _err error)

func (*Client) GetUserInfoByOpenTokenWithOptions

func (client *Client) GetUserInfoByOpenTokenWithOptions(request *GetUserInfoByOpenTokenRequest, headers *GetUserInfoByOpenTokenHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoByOpenTokenResponse, _err error)

func (*Client) Init

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

func (*Client) ListFeeds

func (client *Client) ListFeeds(teamId *string, request *ListFeedsRequest) (_result *ListFeedsResponse, _err error)

func (*Client) ListFeedsWithOptions

func (client *Client) ListFeedsWithOptions(teamId *string, request *ListFeedsRequest, headers *ListFeedsHeaders, runtime *util.RuntimeOptions) (_result *ListFeedsResponse, _err error)

func (*Client) ListHotDocs

func (client *Client) ListHotDocs(teamId *string, request *ListHotDocsRequest) (_result *ListHotDocsResponse, _err error)

func (*Client) ListHotDocsWithOptions

func (client *Client) ListHotDocsWithOptions(teamId *string, request *ListHotDocsRequest, headers *ListHotDocsHeaders, runtime *util.RuntimeOptions) (_result *ListHotDocsResponse, _err error)

func (*Client) ListPinSpaces

func (client *Client) ListPinSpaces(request *ListPinSpacesRequest) (_result *ListPinSpacesResponse, _err error)

func (*Client) ListPinSpacesWithOptions

func (client *Client) ListPinSpacesWithOptions(request *ListPinSpacesRequest, headers *ListPinSpacesHeaders, runtime *util.RuntimeOptions) (_result *ListPinSpacesResponse, _err error)

func (*Client) ListRelatedSpaceTeams

func (client *Client) ListRelatedSpaceTeams(request *ListRelatedSpaceTeamsRequest) (_result *ListRelatedSpaceTeamsResponse, _err error)

func (*Client) ListRelatedSpaceTeamsWithOptions

func (client *Client) ListRelatedSpaceTeamsWithOptions(request *ListRelatedSpaceTeamsRequest, headers *ListRelatedSpaceTeamsHeaders, runtime *util.RuntimeOptions) (_result *ListRelatedSpaceTeamsResponse, _err error)

func (*Client) ListRelatedTeams

func (client *Client) ListRelatedTeams(request *ListRelatedTeamsRequest) (_result *ListRelatedTeamsResponse, _err error)

func (*Client) ListRelatedTeamsWithOptions

func (client *Client) ListRelatedTeamsWithOptions(request *ListRelatedTeamsRequest, headers *ListRelatedTeamsHeaders, runtime *util.RuntimeOptions) (_result *ListRelatedTeamsResponse, _err error)

func (*Client) ListSpaceSections

func (client *Client) ListSpaceSections(teamId *string, request *ListSpaceSectionsRequest) (_result *ListSpaceSectionsResponse, _err error)

func (*Client) ListSpaceSectionsWithOptions

func (client *Client) ListSpaceSectionsWithOptions(teamId *string, request *ListSpaceSectionsRequest, headers *ListSpaceSectionsHeaders, runtime *util.RuntimeOptions) (_result *ListSpaceSectionsResponse, _err error)

func (*Client) ListStars

func (client *Client) ListStars(request *ListStarsRequest) (_result *ListStarsResponse, _err error)

func (*Client) ListStarsWithOptions

func (client *Client) ListStarsWithOptions(request *ListStarsRequest, headers *ListStarsHeaders, runtime *util.RuntimeOptions) (_result *ListStarsResponse, _err error)

func (*Client) ListTeamMembers

func (client *Client) ListTeamMembers(teamId *string, request *ListTeamMembersRequest) (_result *ListTeamMembersResponse, _err error)

func (*Client) ListTeamMembersWithOptions

func (client *Client) ListTeamMembersWithOptions(teamId *string, request *ListTeamMembersRequest, headers *ListTeamMembersHeaders, runtime *util.RuntimeOptions) (_result *ListTeamMembersResponse, _err error)

func (*Client) MarkStar

func (client *Client) MarkStar(dentryUuid *string, request *MarkStarRequest) (_result *MarkStarResponse, _err error)

func (*Client) MarkStarWithOptions

func (client *Client) MarkStarWithOptions(dentryUuid *string, request *MarkStarRequest, headers *MarkStarHeaders, runtime *util.RuntimeOptions) (_result *MarkStarResponse, _err error)

func (*Client) MoveDentry

func (client *Client) MoveDentry(spaceId *string, dentryId *string, request *MoveDentryRequest) (_result *MoveDentryResponse, _err error)

func (*Client) MoveDentryWithOptions

func (client *Client) MoveDentryWithOptions(spaceId *string, dentryId *string, request *MoveDentryRequest, headers *MoveDentryHeaders, runtime *util.RuntimeOptions) (_result *MoveDentryResponse, _err error)

func (*Client) PinSpace

func (client *Client) PinSpace(spaceId *string, request *PinSpaceRequest) (_result *PinSpaceResponse, _err error)

func (*Client) PinSpaceWithOptions

func (client *Client) PinSpaceWithOptions(spaceId *string, request *PinSpaceRequest, headers *PinSpaceHeaders, runtime *util.RuntimeOptions) (_result *PinSpaceResponse, _err error)

func (*Client) QueryDentry

func (client *Client) QueryDentry(spaceId *string, dentryId *string, request *QueryDentryRequest) (_result *QueryDentryResponse, _err error)

func (*Client) QueryDentryWithOptions

func (client *Client) QueryDentryWithOptions(spaceId *string, dentryId *string, request *QueryDentryRequest, headers *QueryDentryHeaders, runtime *util.RuntimeOptions) (_result *QueryDentryResponse, _err error)

func (*Client) QueryItemByUrl

func (client *Client) QueryItemByUrl(request *QueryItemByUrlRequest) (_result *QueryItemByUrlResponse, _err error)

func (*Client) QueryItemByUrlWithOptions

func (client *Client) QueryItemByUrlWithOptions(request *QueryItemByUrlRequest, headers *QueryItemByUrlHeaders, runtime *util.RuntimeOptions) (_result *QueryItemByUrlResponse, _err error)

func (*Client) QueryMineSpace

func (client *Client) QueryMineSpace(unionId *string) (_result *QueryMineSpaceResponse, _err error)

func (*Client) QueryMineSpaceWithOptions

func (client *Client) QueryMineSpaceWithOptions(unionId *string, headers *QueryMineSpaceHeaders, runtime *util.RuntimeOptions) (_result *QueryMineSpaceResponse, _err error)

func (*Client) QueryRecentList

func (client *Client) QueryRecentList(request *QueryRecentListRequest) (_result *QueryRecentListResponse, _err error)

func (*Client) QueryRecentListWithOptions

func (client *Client) QueryRecentListWithOptions(request *QueryRecentListRequest, headers *QueryRecentListHeaders, runtime *util.RuntimeOptions) (_result *QueryRecentListResponse, _err error)

func (*Client) QuerySpace

func (client *Client) QuerySpace(spaceId *string, request *QuerySpaceRequest) (_result *QuerySpaceResponse, _err error)

func (*Client) QuerySpaceWithOptions

func (client *Client) QuerySpaceWithOptions(spaceId *string, request *QuerySpaceRequest, headers *QuerySpaceHeaders, runtime *util.RuntimeOptions) (_result *QuerySpaceResponse, _err error)

func (*Client) RelatedSpaces

func (client *Client) RelatedSpaces(request *RelatedSpacesRequest) (_result *RelatedSpacesResponse, _err error)

func (*Client) RelatedSpacesWithOptions

func (client *Client) RelatedSpacesWithOptions(request *RelatedSpacesRequest, headers *RelatedSpacesHeaders, runtime *util.RuntimeOptions) (_result *RelatedSpacesResponse, _err error)

func (*Client) RemoveTeamMembers

func (client *Client) RemoveTeamMembers(teamId *string, request *RemoveTeamMembersRequest) (_result *RemoveTeamMembersResponse, _err error)

func (*Client) RemoveTeamMembersWithOptions

func (client *Client) RemoveTeamMembersWithOptions(teamId *string, request *RemoveTeamMembersRequest, headers *RemoveTeamMembersHeaders, runtime *util.RuntimeOptions) (_result *RemoveTeamMembersResponse, _err error)

func (*Client) RenameDentry

func (client *Client) RenameDentry(spaceId *string, dentryId *string, request *RenameDentryRequest) (_result *RenameDentryResponse, _err error)

func (*Client) RenameDentryWithOptions

func (client *Client) RenameDentryWithOptions(spaceId *string, dentryId *string, request *RenameDentryRequest, headers *RenameDentryHeaders, runtime *util.RuntimeOptions) (_result *RenameDentryResponse, _err error)

func (*Client) SaveTeamMembers

func (client *Client) SaveTeamMembers(teamId *string, request *SaveTeamMembersRequest) (_result *SaveTeamMembersResponse, _err error)

func (*Client) SaveTeamMembersWithOptions

func (client *Client) SaveTeamMembersWithOptions(teamId *string, request *SaveTeamMembersRequest, headers *SaveTeamMembersHeaders, runtime *util.RuntimeOptions) (_result *SaveTeamMembersResponse, _err error)

func (*Client) Search

func (client *Client) Search(request *SearchRequest) (_result *SearchResponse, _err error)

func (*Client) SearchWithOptions

func (client *Client) SearchWithOptions(request *SearchRequest, headers *SearchHeaders, runtime *util.RuntimeOptions) (_result *SearchResponse, _err error)

func (*Client) UnmarkStar

func (client *Client) UnmarkStar(dentryUuid *string, request *UnmarkStarRequest) (_result *UnmarkStarResponse, _err error)

func (*Client) UnmarkStarWithOptions

func (client *Client) UnmarkStarWithOptions(dentryUuid *string, request *UnmarkStarRequest, headers *UnmarkStarHeaders, runtime *util.RuntimeOptions) (_result *UnmarkStarResponse, _err error)

func (*Client) UnpinSpace

func (client *Client) UnpinSpace(spaceId *string, request *UnpinSpaceRequest) (_result *UnpinSpaceResponse, _err error)

func (*Client) UnpinSpaceWithOptions

func (client *Client) UnpinSpaceWithOptions(spaceId *string, request *UnpinSpaceRequest, headers *UnpinSpaceHeaders, runtime *util.RuntimeOptions) (_result *UnpinSpaceResponse, _err error)

func (*Client) UpdateTeam

func (client *Client) UpdateTeam(teamId *string, request *UpdateTeamRequest) (_result *UpdateTeamResponse, _err error)

func (*Client) UpdateTeamWithOptions

func (client *Client) UpdateTeamWithOptions(teamId *string, request *UpdateTeamRequest, headers *UpdateTeamHeaders, runtime *util.RuntimeOptions) (_result *UpdateTeamResponse, _err error)

type CopyDentryHeaders

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

func (s CopyDentryHeaders) GoString() string

func (*CopyDentryHeaders) SetCommonHeaders

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

func (*CopyDentryHeaders) SetXAcsDingtalkAccessToken

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

func (CopyDentryHeaders) String

func (s CopyDentryHeaders) String() string

type CopyDentryRequest

type CopyDentryRequest struct {
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId       *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	TargetSpaceId    *string `json:"targetSpaceId,omitempty" xml:"targetSpaceId,omitempty"`
	ToNextDentryId   *string `json:"toNextDentryId,omitempty" xml:"toNextDentryId,omitempty"`
	ToParentDentryId *string `json:"toParentDentryId,omitempty" xml:"toParentDentryId,omitempty"`
	ToPrevDentryId   *string `json:"toPrevDentryId,omitempty" xml:"toPrevDentryId,omitempty"`
}

func (CopyDentryRequest) GoString

func (s CopyDentryRequest) GoString() string

func (*CopyDentryRequest) SetName

func (*CopyDentryRequest) SetOperatorId

func (s *CopyDentryRequest) SetOperatorId(v string) *CopyDentryRequest

func (*CopyDentryRequest) SetTargetSpaceId

func (s *CopyDentryRequest) SetTargetSpaceId(v string) *CopyDentryRequest

func (*CopyDentryRequest) SetToNextDentryId

func (s *CopyDentryRequest) SetToNextDentryId(v string) *CopyDentryRequest

func (*CopyDentryRequest) SetToParentDentryId

func (s *CopyDentryRequest) SetToParentDentryId(v string) *CopyDentryRequest

func (*CopyDentryRequest) SetToPrevDentryId

func (s *CopyDentryRequest) SetToPrevDentryId(v string) *CopyDentryRequest

func (CopyDentryRequest) String

func (s CopyDentryRequest) String() string

type CopyDentryResponse

type CopyDentryResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DentryVO          `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CopyDentryResponse) GoString

func (s CopyDentryResponse) GoString() string

func (*CopyDentryResponse) SetBody

func (*CopyDentryResponse) SetHeaders

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

func (*CopyDentryResponse) SetStatusCode

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

func (CopyDentryResponse) String

func (s CopyDentryResponse) String() string

type CreateDentryHeaders

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

func (s CreateDentryHeaders) GoString() string

func (*CreateDentryHeaders) SetCommonHeaders

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

func (*CreateDentryHeaders) SetXAcsDingtalkAccessToken

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

func (CreateDentryHeaders) String

func (s CreateDentryHeaders) String() string

type CreateDentryRequest

type CreateDentryRequest struct {
	DentryType     *string `json:"dentryType,omitempty" xml:"dentryType,omitempty"`
	DocumentType   *int64  `json:"documentType,omitempty" xml:"documentType,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId     *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	ParentDentryId *string `json:"parentDentryId,omitempty" xml:"parentDentryId,omitempty"`
}

func (CreateDentryRequest) GoString

func (s CreateDentryRequest) GoString() string

func (*CreateDentryRequest) SetDentryType

func (s *CreateDentryRequest) SetDentryType(v string) *CreateDentryRequest

func (*CreateDentryRequest) SetDocumentType

func (s *CreateDentryRequest) SetDocumentType(v int64) *CreateDentryRequest

func (*CreateDentryRequest) SetName

func (*CreateDentryRequest) SetOperatorId

func (s *CreateDentryRequest) SetOperatorId(v string) *CreateDentryRequest

func (*CreateDentryRequest) SetParentDentryId

func (s *CreateDentryRequest) SetParentDentryId(v string) *CreateDentryRequest

func (CreateDentryRequest) String

func (s CreateDentryRequest) String() string

type CreateDentryResponse

type CreateDentryResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DentryVO          `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDentryResponse) GoString

func (s CreateDentryResponse) GoString() string

func (*CreateDentryResponse) SetBody

func (*CreateDentryResponse) SetHeaders

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

func (*CreateDentryResponse) SetStatusCode

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

func (CreateDentryResponse) String

func (s CreateDentryResponse) String() string

type CreateSpaceHeaders

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

func (s CreateSpaceHeaders) GoString() string

func (*CreateSpaceHeaders) SetCommonHeaders

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

func (*CreateSpaceHeaders) SetXAcsDingtalkAccessToken

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

func (CreateSpaceHeaders) String

func (s CreateSpaceHeaders) String() string

type CreateSpaceRequest

type CreateSpaceRequest struct {
	Description *string                       `json:"description,omitempty" xml:"description,omitempty"`
	Icon        *string                       `json:"icon,omitempty" xml:"icon,omitempty"`
	Name        *string                       `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId  *string                       `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	SectionId   *string                       `json:"sectionId,omitempty" xml:"sectionId,omitempty"`
	ShareScope  *CreateSpaceRequestShareScope `json:"shareScope,omitempty" xml:"shareScope,omitempty" type:"Struct"`
	TeamId      *string                       `json:"teamId,omitempty" xml:"teamId,omitempty"`
}

func (CreateSpaceRequest) GoString

func (s CreateSpaceRequest) GoString() string

func (*CreateSpaceRequest) SetDescription

func (s *CreateSpaceRequest) SetDescription(v string) *CreateSpaceRequest

func (*CreateSpaceRequest) SetIcon

func (*CreateSpaceRequest) SetName

func (*CreateSpaceRequest) SetOperatorId

func (s *CreateSpaceRequest) SetOperatorId(v string) *CreateSpaceRequest

func (*CreateSpaceRequest) SetSectionId

func (s *CreateSpaceRequest) SetSectionId(v string) *CreateSpaceRequest

func (*CreateSpaceRequest) SetShareScope

func (*CreateSpaceRequest) SetTeamId

func (s *CreateSpaceRequest) SetTeamId(v string) *CreateSpaceRequest

func (CreateSpaceRequest) String

func (s CreateSpaceRequest) String() string

type CreateSpaceRequestShareScope

type CreateSpaceRequestShareScope struct {
	Scope *int32 `json:"scope,omitempty" xml:"scope,omitempty"`
}

func (CreateSpaceRequestShareScope) GoString

func (s CreateSpaceRequestShareScope) GoString() string

func (*CreateSpaceRequestShareScope) SetScope

func (CreateSpaceRequestShareScope) String

type CreateSpaceResponse

type CreateSpaceResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SpaceVO           `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSpaceResponse) GoString

func (s CreateSpaceResponse) GoString() string

func (*CreateSpaceResponse) SetBody

func (*CreateSpaceResponse) SetHeaders

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

func (*CreateSpaceResponse) SetStatusCode

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

func (CreateSpaceResponse) String

func (s CreateSpaceResponse) String() string

type CreateTeamHeaders

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

func (s CreateTeamHeaders) GoString() string

func (*CreateTeamHeaders) SetCommonHeaders

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

func (*CreateTeamHeaders) SetXAcsDingtalkAccessToken

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

func (CreateTeamHeaders) String

func (s CreateTeamHeaders) String() string

type CreateTeamRequest

type CreateTeamRequest struct {
	Cover       *string                     `json:"cover,omitempty" xml:"cover,omitempty"`
	Description *string                     `json:"description,omitempty" xml:"description,omitempty"`
	Icon        *string                     `json:"icon,omitempty" xml:"icon,omitempty"`
	Members     []*CreateTeamRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	Name        *string                     `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId  *string                     `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	TeamType    *int32                      `json:"teamType,omitempty" xml:"teamType,omitempty"`
}

func (CreateTeamRequest) GoString

func (s CreateTeamRequest) GoString() string

func (*CreateTeamRequest) SetCover

func (s *CreateTeamRequest) SetCover(v string) *CreateTeamRequest

func (*CreateTeamRequest) SetDescription

func (s *CreateTeamRequest) SetDescription(v string) *CreateTeamRequest

func (*CreateTeamRequest) SetIcon

func (*CreateTeamRequest) SetMembers

func (*CreateTeamRequest) SetName

func (*CreateTeamRequest) SetOperatorId

func (s *CreateTeamRequest) SetOperatorId(v string) *CreateTeamRequest

func (*CreateTeamRequest) SetTeamType

func (s *CreateTeamRequest) SetTeamType(v int32) *CreateTeamRequest

func (CreateTeamRequest) String

func (s CreateTeamRequest) String() string

type CreateTeamRequestMembers

type CreateTeamRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (CreateTeamRequestMembers) GoString

func (s CreateTeamRequestMembers) GoString() string

func (*CreateTeamRequestMembers) SetMemberId

func (*CreateTeamRequestMembers) SetMemberType

func (*CreateTeamRequestMembers) SetRoleCode

func (CreateTeamRequestMembers) String

func (s CreateTeamRequestMembers) String() string

type CreateTeamResponse

type CreateTeamResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TeamVO            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateTeamResponse) GoString

func (s CreateTeamResponse) GoString() string

func (*CreateTeamResponse) SetBody

func (*CreateTeamResponse) SetHeaders

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

func (*CreateTeamResponse) SetStatusCode

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

func (CreateTeamResponse) String

func (s CreateTeamResponse) String() string

type DeleteTeamHeaders

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

func (s DeleteTeamHeaders) GoString() string

func (*DeleteTeamHeaders) SetCommonHeaders

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

func (*DeleteTeamHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteTeamHeaders) String

func (s DeleteTeamHeaders) String() string

type DeleteTeamRequest

type DeleteTeamRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DeleteTeamRequest) GoString

func (s DeleteTeamRequest) GoString() string

func (*DeleteTeamRequest) SetOperatorId

func (s *DeleteTeamRequest) SetOperatorId(v string) *DeleteTeamRequest

func (DeleteTeamRequest) String

func (s DeleteTeamRequest) String() string

type DeleteTeamResponse

type DeleteTeamResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TeamVO            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteTeamResponse) GoString

func (s DeleteTeamResponse) GoString() string

func (*DeleteTeamResponse) SetBody

func (*DeleteTeamResponse) SetHeaders

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

func (*DeleteTeamResponse) SetStatusCode

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

func (DeleteTeamResponse) String

func (s DeleteTeamResponse) String() string

type DentryModel

type DentryModel struct {
	ContentType     *string                     `json:"contentType,omitempty" xml:"contentType,omitempty"`
	CreatedTime     *int64                      `json:"createdTime,omitempty" xml:"createdTime,omitempty"`
	Creator         *DentryModelCreator         `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	DentryId        *string                     `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	DentryType      *string                     `json:"dentryType,omitempty" xml:"dentryType,omitempty"`
	DentryUuid      *string                     `json:"dentryUuid,omitempty" xml:"dentryUuid,omitempty"`
	DocKey          *string                     `json:"docKey,omitempty" xml:"docKey,omitempty"`
	Extension       *string                     `json:"extension,omitempty" xml:"extension,omitempty"`
	HasChildren     *bool                       `json:"hasChildren,omitempty" xml:"hasChildren,omitempty"`
	LinkSourceInfo  *LinkSourceInfo             `json:"linkSourceInfo,omitempty" xml:"linkSourceInfo,omitempty"`
	Name            *string                     `json:"name,omitempty" xml:"name,omitempty"`
	Path            *string                     `json:"path,omitempty" xml:"path,omitempty"`
	Space           *SpaceModel                 `json:"space,omitempty" xml:"space,omitempty"`
	SpaceId         *string                     `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	StatisticalInfo *DentryModelStatisticalInfo `json:"statisticalInfo,omitempty" xml:"statisticalInfo,omitempty" type:"Struct"`
	UpdatedTime     *int64                      `json:"updatedTime,omitempty" xml:"updatedTime,omitempty"`
	Updater         *DentryModelUpdater         `json:"updater,omitempty" xml:"updater,omitempty" type:"Struct"`
	Url             *string                     `json:"url,omitempty" xml:"url,omitempty"`
	VisitorInfo     *DentryModelVisitorInfo     `json:"visitorInfo,omitempty" xml:"visitorInfo,omitempty" type:"Struct"`
}

func (DentryModel) GoString

func (s DentryModel) GoString() string

func (*DentryModel) SetContentType

func (s *DentryModel) SetContentType(v string) *DentryModel

func (*DentryModel) SetCreatedTime

func (s *DentryModel) SetCreatedTime(v int64) *DentryModel

func (*DentryModel) SetCreator

func (s *DentryModel) SetCreator(v *DentryModelCreator) *DentryModel

func (*DentryModel) SetDentryId

func (s *DentryModel) SetDentryId(v string) *DentryModel

func (*DentryModel) SetDentryType

func (s *DentryModel) SetDentryType(v string) *DentryModel

func (*DentryModel) SetDentryUuid

func (s *DentryModel) SetDentryUuid(v string) *DentryModel

func (*DentryModel) SetDocKey

func (s *DentryModel) SetDocKey(v string) *DentryModel

func (*DentryModel) SetExtension

func (s *DentryModel) SetExtension(v string) *DentryModel

func (*DentryModel) SetHasChildren

func (s *DentryModel) SetHasChildren(v bool) *DentryModel

func (*DentryModel) SetLinkSourceInfo

func (s *DentryModel) SetLinkSourceInfo(v *LinkSourceInfo) *DentryModel

func (*DentryModel) SetName

func (s *DentryModel) SetName(v string) *DentryModel

func (*DentryModel) SetPath

func (s *DentryModel) SetPath(v string) *DentryModel

func (*DentryModel) SetSpace

func (s *DentryModel) SetSpace(v *SpaceModel) *DentryModel

func (*DentryModel) SetSpaceId

func (s *DentryModel) SetSpaceId(v string) *DentryModel

func (*DentryModel) SetStatisticalInfo

func (s *DentryModel) SetStatisticalInfo(v *DentryModelStatisticalInfo) *DentryModel

func (*DentryModel) SetUpdatedTime

func (s *DentryModel) SetUpdatedTime(v int64) *DentryModel

func (*DentryModel) SetUpdater

func (s *DentryModel) SetUpdater(v *DentryModelUpdater) *DentryModel

func (*DentryModel) SetUrl

func (s *DentryModel) SetUrl(v string) *DentryModel

func (*DentryModel) SetVisitorInfo

func (s *DentryModel) SetVisitorInfo(v *DentryModelVisitorInfo) *DentryModel

func (DentryModel) String

func (s DentryModel) String() string

type DentryModelCreator

type DentryModelCreator struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (DentryModelCreator) GoString

func (s DentryModelCreator) GoString() string

func (*DentryModelCreator) SetName

func (*DentryModelCreator) SetUnionId

func (s *DentryModelCreator) SetUnionId(v string) *DentryModelCreator

func (DentryModelCreator) String

func (s DentryModelCreator) String() string

type DentryModelStatisticalInfo

type DentryModelStatisticalInfo struct {
	WordCount *int64 `json:"wordCount,omitempty" xml:"wordCount,omitempty"`
}

func (DentryModelStatisticalInfo) GoString

func (s DentryModelStatisticalInfo) GoString() string

func (*DentryModelStatisticalInfo) SetWordCount

func (DentryModelStatisticalInfo) String

type DentryModelUpdater

type DentryModelUpdater struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (DentryModelUpdater) GoString

func (s DentryModelUpdater) GoString() string

func (*DentryModelUpdater) SetName

func (*DentryModelUpdater) SetUnionId

func (s *DentryModelUpdater) SetUnionId(v string) *DentryModelUpdater

func (DentryModelUpdater) String

func (s DentryModelUpdater) String() string

type DentryModelVisitorInfo

type DentryModelVisitorInfo struct {
	DentryActions []*string `json:"dentryActions,omitempty" xml:"dentryActions,omitempty" type:"Repeated"`
	RoleCode      *string   `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	SpaceActions  []*string `json:"spaceActions,omitempty" xml:"spaceActions,omitempty" type:"Repeated"`
}

func (DentryModelVisitorInfo) GoString

func (s DentryModelVisitorInfo) GoString() string

func (*DentryModelVisitorInfo) SetDentryActions

func (s *DentryModelVisitorInfo) SetDentryActions(v []*string) *DentryModelVisitorInfo

func (*DentryModelVisitorInfo) SetRoleCode

func (*DentryModelVisitorInfo) SetSpaceActions

func (s *DentryModelVisitorInfo) SetSpaceActions(v []*string) *DentryModelVisitorInfo

func (DentryModelVisitorInfo) String

func (s DentryModelVisitorInfo) String() string

type DentryVO

type DentryVO struct {
	ContentType    *string              `json:"contentType,omitempty" xml:"contentType,omitempty"`
	CreatedTime    *int64               `json:"createdTime,omitempty" xml:"createdTime,omitempty"`
	Creator        *DentryVOCreator     `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	DentryId       *string              `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	DentryType     *string              `json:"dentryType,omitempty" xml:"dentryType,omitempty"`
	DentryUuid     *string              `json:"dentryUuid,omitempty" xml:"dentryUuid,omitempty"`
	DocKey         *string              `json:"docKey,omitempty" xml:"docKey,omitempty"`
	Extension      *string              `json:"extension,omitempty" xml:"extension,omitempty"`
	HasChildren    *bool                `json:"hasChildren,omitempty" xml:"hasChildren,omitempty"`
	LinkSourceInfo *LinkSourceInfo      `json:"linkSourceInfo,omitempty" xml:"linkSourceInfo,omitempty"`
	Name           *string              `json:"name,omitempty" xml:"name,omitempty"`
	Path           *string              `json:"path,omitempty" xml:"path,omitempty"`
	Space          *SpaceModel          `json:"space,omitempty" xml:"space,omitempty"`
	SpaceId        *string              `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	UpdatedTime    *int64               `json:"updatedTime,omitempty" xml:"updatedTime,omitempty"`
	Updater        *DentryVOUpdater     `json:"updater,omitempty" xml:"updater,omitempty" type:"Struct"`
	Url            *string              `json:"url,omitempty" xml:"url,omitempty"`
	VisitorInfo    *DentryVOVisitorInfo `json:"visitorInfo,omitempty" xml:"visitorInfo,omitempty" type:"Struct"`
}

func (DentryVO) GoString

func (s DentryVO) GoString() string

func (*DentryVO) SetContentType

func (s *DentryVO) SetContentType(v string) *DentryVO

func (*DentryVO) SetCreatedTime

func (s *DentryVO) SetCreatedTime(v int64) *DentryVO

func (*DentryVO) SetCreator

func (s *DentryVO) SetCreator(v *DentryVOCreator) *DentryVO

func (*DentryVO) SetDentryId

func (s *DentryVO) SetDentryId(v string) *DentryVO

func (*DentryVO) SetDentryType

func (s *DentryVO) SetDentryType(v string) *DentryVO

func (*DentryVO) SetDentryUuid

func (s *DentryVO) SetDentryUuid(v string) *DentryVO

func (*DentryVO) SetDocKey

func (s *DentryVO) SetDocKey(v string) *DentryVO

func (*DentryVO) SetExtension

func (s *DentryVO) SetExtension(v string) *DentryVO

func (*DentryVO) SetHasChildren

func (s *DentryVO) SetHasChildren(v bool) *DentryVO

func (*DentryVO) SetLinkSourceInfo

func (s *DentryVO) SetLinkSourceInfo(v *LinkSourceInfo) *DentryVO

func (*DentryVO) SetName

func (s *DentryVO) SetName(v string) *DentryVO

func (*DentryVO) SetPath

func (s *DentryVO) SetPath(v string) *DentryVO

func (*DentryVO) SetSpace

func (s *DentryVO) SetSpace(v *SpaceModel) *DentryVO

func (*DentryVO) SetSpaceId

func (s *DentryVO) SetSpaceId(v string) *DentryVO

func (*DentryVO) SetUpdatedTime

func (s *DentryVO) SetUpdatedTime(v int64) *DentryVO

func (*DentryVO) SetUpdater

func (s *DentryVO) SetUpdater(v *DentryVOUpdater) *DentryVO

func (*DentryVO) SetUrl

func (s *DentryVO) SetUrl(v string) *DentryVO

func (*DentryVO) SetVisitorInfo

func (s *DentryVO) SetVisitorInfo(v *DentryVOVisitorInfo) *DentryVO

func (DentryVO) String

func (s DentryVO) String() string

type DentryVOCreator

type DentryVOCreator struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (DentryVOCreator) GoString

func (s DentryVOCreator) GoString() string

func (*DentryVOCreator) SetName

func (s *DentryVOCreator) SetName(v string) *DentryVOCreator

func (*DentryVOCreator) SetUnionId

func (s *DentryVOCreator) SetUnionId(v string) *DentryVOCreator

func (DentryVOCreator) String

func (s DentryVOCreator) String() string

type DentryVOUpdater

type DentryVOUpdater struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (DentryVOUpdater) GoString

func (s DentryVOUpdater) GoString() string

func (*DentryVOUpdater) SetName

func (s *DentryVOUpdater) SetName(v string) *DentryVOUpdater

func (*DentryVOUpdater) SetUnionId

func (s *DentryVOUpdater) SetUnionId(v string) *DentryVOUpdater

func (DentryVOUpdater) String

func (s DentryVOUpdater) String() string

type DentryVOVisitorInfo

type DentryVOVisitorInfo struct {
	DentryActions []*string `json:"dentryActions,omitempty" xml:"dentryActions,omitempty" type:"Repeated"`
	RoleCode      *string   `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	SpaceActions  []*string `json:"spaceActions,omitempty" xml:"spaceActions,omitempty" type:"Repeated"`
}

func (DentryVOVisitorInfo) GoString

func (s DentryVOVisitorInfo) GoString() string

func (*DentryVOVisitorInfo) SetDentryActions

func (s *DentryVOVisitorInfo) SetDentryActions(v []*string) *DentryVOVisitorInfo

func (*DentryVOVisitorInfo) SetRoleCode

func (s *DentryVOVisitorInfo) SetRoleCode(v string) *DentryVOVisitorInfo

func (*DentryVOVisitorInfo) SetSpaceActions

func (s *DentryVOVisitorInfo) SetSpaceActions(v []*string) *DentryVOVisitorInfo

func (DentryVOVisitorInfo) String

func (s DentryVOVisitorInfo) String() string

type GetSchemaHeaders

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

func (s GetSchemaHeaders) GoString() string

func (*GetSchemaHeaders) SetCommonHeaders

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

func (*GetSchemaHeaders) SetXAcsDingtalkAccessToken

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

func (GetSchemaHeaders) String

func (s GetSchemaHeaders) String() string

type GetSchemaRequest

type GetSchemaRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetSchemaRequest) GoString

func (s GetSchemaRequest) GoString() string

func (*GetSchemaRequest) SetOperatorId

func (s *GetSchemaRequest) SetOperatorId(v string) *GetSchemaRequest

func (GetSchemaRequest) String

func (s GetSchemaRequest) String() string

type GetSchemaResponse

type GetSchemaResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSchemaResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSchemaResponse) GoString

func (s GetSchemaResponse) GoString() string

func (*GetSchemaResponse) SetBody

func (*GetSchemaResponse) SetHeaders

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

func (*GetSchemaResponse) SetStatusCode

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

func (GetSchemaResponse) String

func (s GetSchemaResponse) String() string

type GetSchemaResponseBody

type GetSchemaResponseBody struct {
	Revision *int32  `json:"revision,omitempty" xml:"revision,omitempty"`
	Value    *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (GetSchemaResponseBody) GoString

func (s GetSchemaResponseBody) GoString() string

func (*GetSchemaResponseBody) SetRevision

func (*GetSchemaResponseBody) SetValue

func (GetSchemaResponseBody) String

func (s GetSchemaResponseBody) String() string

type GetSpaceDirectoriesHeaders

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

func (s GetSpaceDirectoriesHeaders) GoString() string

func (*GetSpaceDirectoriesHeaders) SetCommonHeaders

func (*GetSpaceDirectoriesHeaders) SetXAcsDingtalkAccessToken

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

func (GetSpaceDirectoriesHeaders) String

type GetSpaceDirectoriesRequest

type GetSpaceDirectoriesRequest struct {
	DentryId   *string `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetSpaceDirectoriesRequest) GoString

func (s GetSpaceDirectoriesRequest) GoString() string

func (*GetSpaceDirectoriesRequest) SetDentryId

func (*GetSpaceDirectoriesRequest) SetMaxResults

func (*GetSpaceDirectoriesRequest) SetNextToken

func (*GetSpaceDirectoriesRequest) SetOperatorId

func (GetSpaceDirectoriesRequest) String

type GetSpaceDirectoriesResponse

type GetSpaceDirectoriesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSpaceDirectoriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSpaceDirectoriesResponse) GoString

func (s GetSpaceDirectoriesResponse) GoString() string

func (*GetSpaceDirectoriesResponse) SetBody

func (*GetSpaceDirectoriesResponse) SetHeaders

func (*GetSpaceDirectoriesResponse) SetStatusCode

func (GetSpaceDirectoriesResponse) String

type GetSpaceDirectoriesResponseBody

type GetSpaceDirectoriesResponseBody struct {
	Children  []*DentryModel `json:"children,omitempty" xml:"children,omitempty" type:"Repeated"`
	HasMore   *bool          `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *string        `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (GetSpaceDirectoriesResponseBody) GoString

func (*GetSpaceDirectoriesResponseBody) SetChildren

func (*GetSpaceDirectoriesResponseBody) SetHasMore

func (*GetSpaceDirectoriesResponseBody) SetNextToken

func (GetSpaceDirectoriesResponseBody) String

type GetStarInfoHeaders

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

func (s GetStarInfoHeaders) GoString() string

func (*GetStarInfoHeaders) SetCommonHeaders

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

func (*GetStarInfoHeaders) SetXAcsDingtalkAccessToken

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

func (GetStarInfoHeaders) String

func (s GetStarInfoHeaders) String() string

type GetStarInfoRequest

type GetStarInfoRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetStarInfoRequest) GoString

func (s GetStarInfoRequest) GoString() string

func (*GetStarInfoRequest) SetOperatorId

func (s *GetStarInfoRequest) SetOperatorId(v string) *GetStarInfoRequest

func (GetStarInfoRequest) String

func (s GetStarInfoRequest) String() string

type GetStarInfoResponse

type GetStarInfoResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStarInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStarInfoResponse) GoString

func (s GetStarInfoResponse) GoString() string

func (*GetStarInfoResponse) SetBody

func (*GetStarInfoResponse) SetHeaders

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

func (*GetStarInfoResponse) SetStatusCode

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

func (GetStarInfoResponse) String

func (s GetStarInfoResponse) String() string

type GetStarInfoResponseBody

type GetStarInfoResponseBody struct {
	Starred *bool `json:"starred,omitempty" xml:"starred,omitempty"`
}

func (GetStarInfoResponseBody) GoString

func (s GetStarInfoResponseBody) GoString() string

func (*GetStarInfoResponseBody) SetStarred

func (GetStarInfoResponseBody) String

func (s GetStarInfoResponseBody) String() string

type GetTeamHeaders

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

func (s GetTeamHeaders) GoString() string

func (*GetTeamHeaders) SetCommonHeaders

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

func (*GetTeamHeaders) SetXAcsDingtalkAccessToken

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

func (GetTeamHeaders) String

func (s GetTeamHeaders) String() string

type GetTeamRequest

type GetTeamRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetTeamRequest) GoString

func (s GetTeamRequest) GoString() string

func (*GetTeamRequest) SetOperatorId

func (s *GetTeamRequest) SetOperatorId(v string) *GetTeamRequest

func (GetTeamRequest) String

func (s GetTeamRequest) String() string

type GetTeamResponse

type GetTeamResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TeamVO            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTeamResponse) GoString

func (s GetTeamResponse) GoString() string

func (*GetTeamResponse) SetBody

func (s *GetTeamResponse) SetBody(v *TeamVO) *GetTeamResponse

func (*GetTeamResponse) SetHeaders

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

func (*GetTeamResponse) SetStatusCode

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

func (GetTeamResponse) String

func (s GetTeamResponse) String() string

type GetTotalNumberOfDentriesHeaders

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

func (*GetTotalNumberOfDentriesHeaders) SetCommonHeaders

func (*GetTotalNumberOfDentriesHeaders) SetXAcsDingtalkAccessToken

func (GetTotalNumberOfDentriesHeaders) String

type GetTotalNumberOfDentriesRequest

type GetTotalNumberOfDentriesRequest struct {
	IncludeFolder *bool   `json:"includeFolder,omitempty" xml:"includeFolder,omitempty"`
	OperatorId    *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	SpaceTypes    *string `json:"spaceTypes,omitempty" xml:"spaceTypes,omitempty"`
}

func (GetTotalNumberOfDentriesRequest) GoString

func (*GetTotalNumberOfDentriesRequest) SetIncludeFolder

func (*GetTotalNumberOfDentriesRequest) SetOperatorId

func (*GetTotalNumberOfDentriesRequest) SetSpaceTypes

func (GetTotalNumberOfDentriesRequest) String

type GetTotalNumberOfDentriesResponse

type GetTotalNumberOfDentriesResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTotalNumberOfDentriesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTotalNumberOfDentriesResponse) GoString

func (*GetTotalNumberOfDentriesResponse) SetHeaders

func (*GetTotalNumberOfDentriesResponse) SetStatusCode

func (GetTotalNumberOfDentriesResponse) String

type GetTotalNumberOfDentriesResponseBody

type GetTotalNumberOfDentriesResponseBody struct {
	DentriesCount *string `json:"dentriesCount,omitempty" xml:"dentriesCount,omitempty"`
}

func (GetTotalNumberOfDentriesResponseBody) GoString

func (*GetTotalNumberOfDentriesResponseBody) SetDentriesCount

func (GetTotalNumberOfDentriesResponseBody) String

type GetTotalNumberOfSpacesHeaders

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

func (*GetTotalNumberOfSpacesHeaders) SetCommonHeaders

func (*GetTotalNumberOfSpacesHeaders) SetXAcsDingtalkAccessToken

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

func (GetTotalNumberOfSpacesHeaders) String

type GetTotalNumberOfSpacesRequest

type GetTotalNumberOfSpacesRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetTotalNumberOfSpacesRequest) GoString

func (*GetTotalNumberOfSpacesRequest) SetOperatorId

func (GetTotalNumberOfSpacesRequest) String

type GetTotalNumberOfSpacesResponse

type GetTotalNumberOfSpacesResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTotalNumberOfSpacesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTotalNumberOfSpacesResponse) GoString

func (*GetTotalNumberOfSpacesResponse) SetHeaders

func (*GetTotalNumberOfSpacesResponse) SetStatusCode

func (GetTotalNumberOfSpacesResponse) String

type GetTotalNumberOfSpacesResponseBody

type GetTotalNumberOfSpacesResponseBody struct {
	SpacesCount *string `json:"spacesCount,omitempty" xml:"spacesCount,omitempty"`
}

func (GetTotalNumberOfSpacesResponseBody) GoString

func (*GetTotalNumberOfSpacesResponseBody) SetSpacesCount

func (GetTotalNumberOfSpacesResponseBody) String

type GetUserInfoByOpenTokenHeaders

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

func (*GetUserInfoByOpenTokenHeaders) SetCommonHeaders

func (*GetUserInfoByOpenTokenHeaders) SetXAcsDingtalkAccessToken

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

func (GetUserInfoByOpenTokenHeaders) String

type GetUserInfoByOpenTokenRequest

type GetUserInfoByOpenTokenRequest struct {
	DocKey    *string `json:"docKey,omitempty" xml:"docKey,omitempty"`
	OpenToken *string `json:"openToken,omitempty" xml:"openToken,omitempty"`
}

func (GetUserInfoByOpenTokenRequest) GoString

func (*GetUserInfoByOpenTokenRequest) SetDocKey

func (*GetUserInfoByOpenTokenRequest) SetOpenToken

func (GetUserInfoByOpenTokenRequest) String

type GetUserInfoByOpenTokenResponse

type GetUserInfoByOpenTokenResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserInfoByOpenTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserInfoByOpenTokenResponse) GoString

func (*GetUserInfoByOpenTokenResponse) SetHeaders

func (*GetUserInfoByOpenTokenResponse) SetStatusCode

func (GetUserInfoByOpenTokenResponse) String

type GetUserInfoByOpenTokenResponseBody

type GetUserInfoByOpenTokenResponseBody struct {
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
	UserId  *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserInfoByOpenTokenResponseBody) GoString

func (*GetUserInfoByOpenTokenResponseBody) SetUnionId

func (*GetUserInfoByOpenTokenResponseBody) SetUserId

func (GetUserInfoByOpenTokenResponseBody) String

type LinkSourceInfo

type LinkSourceInfo struct {
	Extension *string                `json:"extension,omitempty" xml:"extension,omitempty"`
	IconUrl   *LinkSourceInfoIconUrl `json:"iconUrl,omitempty" xml:"iconUrl,omitempty" type:"Struct"`
	Id        *string                `json:"id,omitempty" xml:"id,omitempty"`
	LinkType  *int64                 `json:"linkType,omitempty" xml:"linkType,omitempty"`
	SpaceId   *string                `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
}

func (LinkSourceInfo) GoString

func (s LinkSourceInfo) GoString() string

func (*LinkSourceInfo) SetExtension

func (s *LinkSourceInfo) SetExtension(v string) *LinkSourceInfo

func (*LinkSourceInfo) SetIconUrl

func (*LinkSourceInfo) SetId

func (s *LinkSourceInfo) SetId(v string) *LinkSourceInfo

func (*LinkSourceInfo) SetLinkType

func (s *LinkSourceInfo) SetLinkType(v int64) *LinkSourceInfo

func (*LinkSourceInfo) SetSpaceId

func (s *LinkSourceInfo) SetSpaceId(v string) *LinkSourceInfo

func (LinkSourceInfo) String

func (s LinkSourceInfo) String() string

type LinkSourceInfoIconUrl

type LinkSourceInfoIconUrl struct {
	Line  *string `json:"line,omitempty" xml:"line,omitempty"`
	Small *string `json:"small,omitempty" xml:"small,omitempty"`
}

func (LinkSourceInfoIconUrl) GoString

func (s LinkSourceInfoIconUrl) GoString() string

func (*LinkSourceInfoIconUrl) SetLine

func (*LinkSourceInfoIconUrl) SetSmall

func (LinkSourceInfoIconUrl) String

func (s LinkSourceInfoIconUrl) String() string

type ListFeedsHeaders

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

func (s ListFeedsHeaders) GoString() string

func (*ListFeedsHeaders) SetCommonHeaders

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

func (*ListFeedsHeaders) SetXAcsDingtalkAccessToken

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

func (ListFeedsHeaders) String

func (s ListFeedsHeaders) String() string

type ListFeedsRequest

type ListFeedsRequest struct {
	ExcludeFile *bool   `json:"excludeFile,omitempty" xml:"excludeFile,omitempty"`
	MaxResults  *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken   *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (ListFeedsRequest) GoString

func (s ListFeedsRequest) GoString() string

func (*ListFeedsRequest) SetExcludeFile

func (s *ListFeedsRequest) SetExcludeFile(v bool) *ListFeedsRequest

func (*ListFeedsRequest) SetMaxResults

func (s *ListFeedsRequest) SetMaxResults(v int32) *ListFeedsRequest

func (*ListFeedsRequest) SetNextToken

func (s *ListFeedsRequest) SetNextToken(v string) *ListFeedsRequest

func (*ListFeedsRequest) SetOperatorId

func (s *ListFeedsRequest) SetOperatorId(v string) *ListFeedsRequest

func (ListFeedsRequest) String

func (s ListFeedsRequest) String() string

type ListFeedsResponse

type ListFeedsResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListFeedsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListFeedsResponse) GoString

func (s ListFeedsResponse) GoString() string

func (*ListFeedsResponse) SetBody

func (*ListFeedsResponse) SetHeaders

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

func (*ListFeedsResponse) SetStatusCode

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

func (ListFeedsResponse) String

func (s ListFeedsResponse) String() string

type ListFeedsResponseBody

type ListFeedsResponseBody struct {
	HasMore   *bool                         `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	Items     []*ListFeedsResponseBodyItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
	NextToken *string                       `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListFeedsResponseBody) GoString

func (s ListFeedsResponseBody) GoString() string

func (*ListFeedsResponseBody) SetHasMore

func (*ListFeedsResponseBody) SetItems

func (*ListFeedsResponseBody) SetNextToken

func (ListFeedsResponseBody) String

func (s ListFeedsResponseBody) String() string

type ListFeedsResponseBodyItems

type ListFeedsResponseBodyItems struct {
	Content *string `json:"content,omitempty" xml:"content,omitempty"`
	Time    *int64  `json:"time,omitempty" xml:"time,omitempty"`
	Type    *int32  `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListFeedsResponseBodyItems) GoString

func (s ListFeedsResponseBodyItems) GoString() string

func (*ListFeedsResponseBodyItems) SetContent

func (*ListFeedsResponseBodyItems) SetTime

func (*ListFeedsResponseBodyItems) SetType

func (ListFeedsResponseBodyItems) String

type ListHotDocsHeaders

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

func (s ListHotDocsHeaders) GoString() string

func (*ListHotDocsHeaders) SetCommonHeaders

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

func (*ListHotDocsHeaders) SetXAcsDingtalkAccessToken

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

func (ListHotDocsHeaders) String

func (s ListHotDocsHeaders) String() string

type ListHotDocsRequest

type ListHotDocsRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (ListHotDocsRequest) GoString

func (s ListHotDocsRequest) GoString() string

func (*ListHotDocsRequest) SetOperatorId

func (s *ListHotDocsRequest) SetOperatorId(v string) *ListHotDocsRequest

func (ListHotDocsRequest) String

func (s ListHotDocsRequest) String() string

type ListHotDocsResponse

type ListHotDocsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListHotDocsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListHotDocsResponse) GoString

func (s ListHotDocsResponse) GoString() string

func (*ListHotDocsResponse) SetBody

func (*ListHotDocsResponse) SetHeaders

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

func (*ListHotDocsResponse) SetStatusCode

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

func (ListHotDocsResponse) String

func (s ListHotDocsResponse) String() string

type ListHotDocsResponseBody

type ListHotDocsResponseBody struct {
	Items []*DentryModel `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
}

func (ListHotDocsResponseBody) GoString

func (s ListHotDocsResponseBody) GoString() string

func (*ListHotDocsResponseBody) SetItems

func (ListHotDocsResponseBody) String

func (s ListHotDocsResponseBody) String() string

type ListPinSpacesHeaders

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

func (s ListPinSpacesHeaders) GoString() string

func (*ListPinSpacesHeaders) SetCommonHeaders

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

func (*ListPinSpacesHeaders) SetXAcsDingtalkAccessToken

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

func (ListPinSpacesHeaders) String

func (s ListPinSpacesHeaders) String() string

type ListPinSpacesRequest

type ListPinSpacesRequest struct {
	Option     *ListPinSpacesRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	OperatorId *string                     `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (ListPinSpacesRequest) GoString

func (s ListPinSpacesRequest) GoString() string

func (*ListPinSpacesRequest) SetOperatorId

func (s *ListPinSpacesRequest) SetOperatorId(v string) *ListPinSpacesRequest

func (*ListPinSpacesRequest) SetOption

func (ListPinSpacesRequest) String

func (s ListPinSpacesRequest) String() string

type ListPinSpacesRequestOption

type ListPinSpacesRequestOption struct {
	MaxResults              *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken               *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	WithSpaceCreatorInfo    *bool   `json:"withSpaceCreatorInfo,omitempty" xml:"withSpaceCreatorInfo,omitempty"`
	WithSpaceModifierInfo   *bool   `json:"withSpaceModifierInfo,omitempty" xml:"withSpaceModifierInfo,omitempty"`
	WithSpacePermissionRole *bool   `json:"withSpacePermissionRole,omitempty" xml:"withSpacePermissionRole,omitempty"`
	WithTeamDetail          *bool   `json:"withTeamDetail,omitempty" xml:"withTeamDetail,omitempty"`
}

func (ListPinSpacesRequestOption) GoString

func (s ListPinSpacesRequestOption) GoString() string

func (*ListPinSpacesRequestOption) SetMaxResults

func (*ListPinSpacesRequestOption) SetNextToken

func (*ListPinSpacesRequestOption) SetWithSpaceCreatorInfo

func (s *ListPinSpacesRequestOption) SetWithSpaceCreatorInfo(v bool) *ListPinSpacesRequestOption

func (*ListPinSpacesRequestOption) SetWithSpaceModifierInfo

func (s *ListPinSpacesRequestOption) SetWithSpaceModifierInfo(v bool) *ListPinSpacesRequestOption

func (*ListPinSpacesRequestOption) SetWithSpacePermissionRole

func (s *ListPinSpacesRequestOption) SetWithSpacePermissionRole(v bool) *ListPinSpacesRequestOption

func (*ListPinSpacesRequestOption) SetWithTeamDetail

func (ListPinSpacesRequestOption) String

type ListPinSpacesResponse

type ListPinSpacesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPinSpacesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPinSpacesResponse) GoString

func (s ListPinSpacesResponse) GoString() string

func (*ListPinSpacesResponse) SetBody

func (*ListPinSpacesResponse) SetHeaders

func (*ListPinSpacesResponse) SetStatusCode

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

func (ListPinSpacesResponse) String

func (s ListPinSpacesResponse) String() string

type ListPinSpacesResponseBody

type ListPinSpacesResponseBody struct {
	NextToken   *string                                 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	ResultItems []*ListPinSpacesResponseBodyResultItems `json:"resultItems,omitempty" xml:"resultItems,omitempty" type:"Repeated"`
}

func (ListPinSpacesResponseBody) GoString

func (s ListPinSpacesResponseBody) GoString() string

func (*ListPinSpacesResponseBody) SetNextToken

func (*ListPinSpacesResponseBody) SetResultItems

func (ListPinSpacesResponseBody) String

func (s ListPinSpacesResponseBody) String() string

type ListPinSpacesResponseBodyResultItems

type ListPinSpacesResponseBodyResultItems struct {
	CreateTime          *string                                        `json:"createTime,omitempty" xml:"createTime,omitempty"`
	ModifiedTime        *string                                        `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	SpaceInfo           *ListPinSpacesResponseBodyResultItemsSpaceInfo `json:"spaceInfo,omitempty" xml:"spaceInfo,omitempty" type:"Struct"`
	SpacePermissionRole *string                                        `json:"spacePermissionRole,omitempty" xml:"spacePermissionRole,omitempty"`
	TeamInfo            *ListPinSpacesResponseBodyResultItemsTeamInfo  `json:"teamInfo,omitempty" xml:"teamInfo,omitempty" type:"Struct"`
}

func (ListPinSpacesResponseBodyResultItems) GoString

func (*ListPinSpacesResponseBodyResultItems) SetCreateTime

func (*ListPinSpacesResponseBodyResultItems) SetModifiedTime

func (*ListPinSpacesResponseBodyResultItems) SetSpacePermissionRole

func (ListPinSpacesResponseBodyResultItems) String

type ListPinSpacesResponseBodyResultItemsSpaceInfo

type ListPinSpacesResponseBodyResultItemsSpaceInfo struct {
	Cover        *string                                                `json:"cover,omitempty" xml:"cover,omitempty"`
	CreateTime   *string                                                `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator      *ListPinSpacesResponseBodyResultItemsSpaceInfoCreator  `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Description  *string                                                `json:"description,omitempty" xml:"description,omitempty"`
	IconVO       *ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO   `json:"iconVO,omitempty" xml:"iconVO,omitempty" type:"Struct"`
	Id           *string                                                `json:"id,omitempty" xml:"id,omitempty"`
	MobileUrl    *string                                                `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	ModifiedTime *string                                                `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	Modifier     *ListPinSpacesResponseBodyResultItemsSpaceInfoModifier `json:"modifier,omitempty" xml:"modifier,omitempty" type:"Struct"`
	Name         *string                                                `json:"name,omitempty" xml:"name,omitempty"`
	PcUrl        *string                                                `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
}

func (ListPinSpacesResponseBodyResultItemsSpaceInfo) GoString

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetCover

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetCreateTime

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetDescription

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetId

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetMobileUrl

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetModifiedTime

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetName

func (*ListPinSpacesResponseBodyResultItemsSpaceInfo) SetPcUrl

func (ListPinSpacesResponseBodyResultItemsSpaceInfo) String

type ListPinSpacesResponseBodyResultItemsSpaceInfoCreator

type ListPinSpacesResponseBodyResultItemsSpaceInfoCreator struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListPinSpacesResponseBodyResultItemsSpaceInfoCreator) GoString

func (*ListPinSpacesResponseBodyResultItemsSpaceInfoCreator) SetName

func (*ListPinSpacesResponseBodyResultItemsSpaceInfoCreator) SetUserId

func (ListPinSpacesResponseBodyResultItemsSpaceInfoCreator) String

type ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO

type ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO) GoString

func (*ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO) SetIcon

func (*ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO) SetType

func (ListPinSpacesResponseBodyResultItemsSpaceInfoIconVO) String

type ListPinSpacesResponseBodyResultItemsSpaceInfoModifier

type ListPinSpacesResponseBodyResultItemsSpaceInfoModifier struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListPinSpacesResponseBodyResultItemsSpaceInfoModifier) GoString

func (*ListPinSpacesResponseBodyResultItemsSpaceInfoModifier) SetName

func (*ListPinSpacesResponseBodyResultItemsSpaceInfoModifier) SetUserId

func (ListPinSpacesResponseBodyResultItemsSpaceInfoModifier) String

type ListPinSpacesResponseBodyResultItemsTeamInfo

type ListPinSpacesResponseBodyResultItemsTeamInfo struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListPinSpacesResponseBodyResultItemsTeamInfo) GoString

func (*ListPinSpacesResponseBodyResultItemsTeamInfo) SetId

func (*ListPinSpacesResponseBodyResultItemsTeamInfo) SetName

func (ListPinSpacesResponseBodyResultItemsTeamInfo) String

type ListRelatedSpaceTeamsHeaders

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

func (s ListRelatedSpaceTeamsHeaders) GoString() string

func (*ListRelatedSpaceTeamsHeaders) SetCommonHeaders

func (*ListRelatedSpaceTeamsHeaders) SetXAcsDingtalkAccessToken

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

func (ListRelatedSpaceTeamsHeaders) String

type ListRelatedSpaceTeamsRequest

type ListRelatedSpaceTeamsRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	Type       *int32  `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListRelatedSpaceTeamsRequest) GoString

func (s ListRelatedSpaceTeamsRequest) GoString() string

func (*ListRelatedSpaceTeamsRequest) SetOperatorId

func (*ListRelatedSpaceTeamsRequest) SetType

func (ListRelatedSpaceTeamsRequest) String

type ListRelatedSpaceTeamsResponse

type ListRelatedSpaceTeamsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRelatedSpaceTeamsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRelatedSpaceTeamsResponse) GoString

func (*ListRelatedSpaceTeamsResponse) SetBody

func (*ListRelatedSpaceTeamsResponse) SetHeaders

func (*ListRelatedSpaceTeamsResponse) SetStatusCode

func (ListRelatedSpaceTeamsResponse) String

type ListRelatedSpaceTeamsResponseBody

type ListRelatedSpaceTeamsResponseBody struct {
	Items []*TeamModel `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
}

func (ListRelatedSpaceTeamsResponseBody) GoString

func (*ListRelatedSpaceTeamsResponseBody) SetItems

func (ListRelatedSpaceTeamsResponseBody) String

type ListRelatedTeamsHeaders

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

func (s ListRelatedTeamsHeaders) GoString() string

func (*ListRelatedTeamsHeaders) SetCommonHeaders

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

func (*ListRelatedTeamsHeaders) SetXAcsDingtalkAccessToken

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

func (ListRelatedTeamsHeaders) String

func (s ListRelatedTeamsHeaders) String() string

type ListRelatedTeamsRequest

type ListRelatedTeamsRequest struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	Type       *int32  `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListRelatedTeamsRequest) GoString

func (s ListRelatedTeamsRequest) GoString() string

func (*ListRelatedTeamsRequest) SetMaxResults

func (*ListRelatedTeamsRequest) SetNextToken

func (*ListRelatedTeamsRequest) SetOperatorId

func (*ListRelatedTeamsRequest) SetType

func (ListRelatedTeamsRequest) String

func (s ListRelatedTeamsRequest) String() string

type ListRelatedTeamsResponse

type ListRelatedTeamsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRelatedTeamsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRelatedTeamsResponse) GoString

func (s ListRelatedTeamsResponse) GoString() string

func (*ListRelatedTeamsResponse) SetBody

func (*ListRelatedTeamsResponse) SetHeaders

func (*ListRelatedTeamsResponse) SetStatusCode

func (ListRelatedTeamsResponse) String

func (s ListRelatedTeamsResponse) String() string

type ListRelatedTeamsResponseBody

type ListRelatedTeamsResponseBody struct {
	HasMore   *bool        `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	Items     []*TeamModel `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
	NextToken *string      `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListRelatedTeamsResponseBody) GoString

func (s ListRelatedTeamsResponseBody) GoString() string

func (*ListRelatedTeamsResponseBody) SetHasMore

func (*ListRelatedTeamsResponseBody) SetItems

func (*ListRelatedTeamsResponseBody) SetNextToken

func (ListRelatedTeamsResponseBody) String

type ListSpaceSectionsHeaders

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

func (s ListSpaceSectionsHeaders) GoString() string

func (*ListSpaceSectionsHeaders) SetCommonHeaders

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

func (*ListSpaceSectionsHeaders) SetXAcsDingtalkAccessToken

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

func (ListSpaceSectionsHeaders) String

func (s ListSpaceSectionsHeaders) String() string

type ListSpaceSectionsRequest

type ListSpaceSectionsRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (ListSpaceSectionsRequest) GoString

func (s ListSpaceSectionsRequest) GoString() string

func (*ListSpaceSectionsRequest) SetOperatorId

func (ListSpaceSectionsRequest) String

func (s ListSpaceSectionsRequest) String() string

type ListSpaceSectionsResponse

type ListSpaceSectionsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSpaceSectionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSpaceSectionsResponse) GoString

func (s ListSpaceSectionsResponse) GoString() string

func (*ListSpaceSectionsResponse) SetBody

func (*ListSpaceSectionsResponse) SetHeaders

func (*ListSpaceSectionsResponse) SetStatusCode

func (ListSpaceSectionsResponse) String

func (s ListSpaceSectionsResponse) String() string

type ListSpaceSectionsResponseBody

type ListSpaceSectionsResponseBody struct {
	Items []*ListSpaceSectionsResponseBodyItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
}

func (ListSpaceSectionsResponseBody) GoString

func (*ListSpaceSectionsResponseBody) SetItems

func (ListSpaceSectionsResponseBody) String

type ListSpaceSectionsResponseBodyItems

type ListSpaceSectionsResponseBodyItems struct {
	DisplayType *string       `json:"displayType,omitempty" xml:"displayType,omitempty"`
	Id          *string       `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string       `json:"name,omitempty" xml:"name,omitempty"`
	SpaceNum    *int32        `json:"spaceNum,omitempty" xml:"spaceNum,omitempty"`
	Spaces      []*SpaceModel `json:"spaces,omitempty" xml:"spaces,omitempty" type:"Repeated"`
}

func (ListSpaceSectionsResponseBodyItems) GoString

func (*ListSpaceSectionsResponseBodyItems) SetDisplayType

func (*ListSpaceSectionsResponseBodyItems) SetId

func (*ListSpaceSectionsResponseBodyItems) SetName

func (*ListSpaceSectionsResponseBodyItems) SetSpaceNum

func (*ListSpaceSectionsResponseBodyItems) SetSpaces

func (ListSpaceSectionsResponseBodyItems) String

type ListStarsHeaders

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

func (s ListStarsHeaders) GoString() string

func (*ListStarsHeaders) SetCommonHeaders

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

func (*ListStarsHeaders) SetXAcsDingtalkAccessToken

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

func (ListStarsHeaders) String

func (s ListStarsHeaders) String() string

type ListStarsRequest

type ListStarsRequest struct {
	Option     *ListStarsRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	OperatorId *string                 `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (ListStarsRequest) GoString

func (s ListStarsRequest) GoString() string

func (*ListStarsRequest) SetOperatorId

func (s *ListStarsRequest) SetOperatorId(v string) *ListStarsRequest

func (*ListStarsRequest) SetOption

func (ListStarsRequest) String

func (s ListStarsRequest) String() string

type ListStarsRequestOption

type ListStarsRequestOption struct {
	FilterDocTypes           []*string `json:"filterDocTypes,omitempty" xml:"filterDocTypes,omitempty" type:"Repeated"`
	MaxResults               *int32    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken                *string   `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Order                    *string   `json:"order,omitempty" xml:"order,omitempty"`
	OrderBy                  *string   `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	WithDentryCreatorInfo    *bool     `json:"withDentryCreatorInfo,omitempty" xml:"withDentryCreatorInfo,omitempty"`
	WithDentryModifierInfo   *bool     `json:"withDentryModifierInfo,omitempty" xml:"withDentryModifierInfo,omitempty"`
	WithDentryPermissionRole *bool     `json:"withDentryPermissionRole,omitempty" xml:"withDentryPermissionRole,omitempty"`
	WithSpaceDetail          *bool     `json:"withSpaceDetail,omitempty" xml:"withSpaceDetail,omitempty"`
	WithSpacePermissionRole  *bool     `json:"withSpacePermissionRole,omitempty" xml:"withSpacePermissionRole,omitempty"`
	WithTeamDetail           *bool     `json:"withTeamDetail,omitempty" xml:"withTeamDetail,omitempty"`
}

func (ListStarsRequestOption) GoString

func (s ListStarsRequestOption) GoString() string

func (*ListStarsRequestOption) SetFilterDocTypes

func (s *ListStarsRequestOption) SetFilterDocTypes(v []*string) *ListStarsRequestOption

func (*ListStarsRequestOption) SetMaxResults

func (*ListStarsRequestOption) SetNextToken

func (*ListStarsRequestOption) SetOrder

func (*ListStarsRequestOption) SetOrderBy

func (*ListStarsRequestOption) SetWithDentryCreatorInfo

func (s *ListStarsRequestOption) SetWithDentryCreatorInfo(v bool) *ListStarsRequestOption

func (*ListStarsRequestOption) SetWithDentryModifierInfo

func (s *ListStarsRequestOption) SetWithDentryModifierInfo(v bool) *ListStarsRequestOption

func (*ListStarsRequestOption) SetWithDentryPermissionRole

func (s *ListStarsRequestOption) SetWithDentryPermissionRole(v bool) *ListStarsRequestOption

func (*ListStarsRequestOption) SetWithSpaceDetail

func (s *ListStarsRequestOption) SetWithSpaceDetail(v bool) *ListStarsRequestOption

func (*ListStarsRequestOption) SetWithSpacePermissionRole

func (s *ListStarsRequestOption) SetWithSpacePermissionRole(v bool) *ListStarsRequestOption

func (*ListStarsRequestOption) SetWithTeamDetail

func (s *ListStarsRequestOption) SetWithTeamDetail(v bool) *ListStarsRequestOption

func (ListStarsRequestOption) String

func (s ListStarsRequestOption) String() string

type ListStarsResponse

type ListStarsResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListStarsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListStarsResponse) GoString

func (s ListStarsResponse) GoString() string

func (*ListStarsResponse) SetBody

func (*ListStarsResponse) SetHeaders

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

func (*ListStarsResponse) SetStatusCode

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

func (ListStarsResponse) String

func (s ListStarsResponse) String() string

type ListStarsResponseBody

type ListStarsResponseBody struct {
	NextToken *string                          `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	StarList  []*ListStarsResponseBodyStarList `json:"starList,omitempty" xml:"starList,omitempty" type:"Repeated"`
}

func (ListStarsResponseBody) GoString

func (s ListStarsResponseBody) GoString() string

func (*ListStarsResponseBody) SetNextToken

func (*ListStarsResponseBody) SetStarList

func (ListStarsResponseBody) String

func (s ListStarsResponseBody) String() string

type ListStarsResponseBodyStarList

type ListStarsResponseBodyStarList struct {
	CreateTime           *string                                  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	DentryInfo           *ListStarsResponseBodyStarListDentryInfo `json:"dentryInfo,omitempty" xml:"dentryInfo,omitempty" type:"Struct"`
	DentryPermissionRole *string                                  `json:"dentryPermissionRole,omitempty" xml:"dentryPermissionRole,omitempty"`
	Id                   *string                                  `json:"id,omitempty" xml:"id,omitempty"`
	IsDeleted            *bool                                    `json:"isDeleted,omitempty" xml:"isDeleted,omitempty"`
	ModifiedTime         *string                                  `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	SpaceInfo            *ListStarsResponseBodyStarListSpaceInfo  `json:"spaceInfo,omitempty" xml:"spaceInfo,omitempty" type:"Struct"`
	SpacePermissionRole  *string                                  `json:"spacePermissionRole,omitempty" xml:"spacePermissionRole,omitempty"`
	StarType             *string                                  `json:"starType,omitempty" xml:"starType,omitempty"`
	TeamInfo             *ListStarsResponseBodyStarListTeamInfo   `json:"teamInfo,omitempty" xml:"teamInfo,omitempty" type:"Struct"`
}

func (ListStarsResponseBodyStarList) GoString

func (*ListStarsResponseBodyStarList) SetCreateTime

func (*ListStarsResponseBodyStarList) SetDentryPermissionRole

func (*ListStarsResponseBodyStarList) SetId

func (*ListStarsResponseBodyStarList) SetIsDeleted

func (*ListStarsResponseBodyStarList) SetModifiedTime

func (*ListStarsResponseBodyStarList) SetSpacePermissionRole

func (*ListStarsResponseBodyStarList) SetStarType

func (ListStarsResponseBodyStarList) String

type ListStarsResponseBodyStarListDentryInfo

type ListStarsResponseBodyStarListDentryInfo struct {
	CreateTime   *string                                          `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator      *ListStarsResponseBodyStarListDentryInfoCreator  `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Extension    *string                                          `json:"extension,omitempty" xml:"extension,omitempty"`
	Id           *string                                          `json:"id,omitempty" xml:"id,omitempty"`
	MobileUrl    *string                                          `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	ModifiedTime *string                                          `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	Modifier     *ListStarsResponseBodyStarListDentryInfoModifier `json:"modifier,omitempty" xml:"modifier,omitempty" type:"Struct"`
	Name         *string                                          `json:"name,omitempty" xml:"name,omitempty"`
	PcUrl        *string                                          `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	SpaceId      *string                                          `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status       *string                                          `json:"status,omitempty" xml:"status,omitempty"`
	Type         *string                                          `json:"type,omitempty" xml:"type,omitempty"`
	Uuid         *string                                          `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

func (ListStarsResponseBodyStarListDentryInfo) GoString

func (*ListStarsResponseBodyStarListDentryInfo) SetCreateTime

func (*ListStarsResponseBodyStarListDentryInfo) SetExtension

func (*ListStarsResponseBodyStarListDentryInfo) SetId

func (*ListStarsResponseBodyStarListDentryInfo) SetMobileUrl

func (*ListStarsResponseBodyStarListDentryInfo) SetModifiedTime

func (*ListStarsResponseBodyStarListDentryInfo) SetName

func (*ListStarsResponseBodyStarListDentryInfo) SetPcUrl

func (*ListStarsResponseBodyStarListDentryInfo) SetSpaceId

func (*ListStarsResponseBodyStarListDentryInfo) SetStatus

func (*ListStarsResponseBodyStarListDentryInfo) SetType

func (*ListStarsResponseBodyStarListDentryInfo) SetUuid

func (ListStarsResponseBodyStarListDentryInfo) String

type ListStarsResponseBodyStarListDentryInfoCreator

type ListStarsResponseBodyStarListDentryInfoCreator struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListStarsResponseBodyStarListDentryInfoCreator) GoString

func (*ListStarsResponseBodyStarListDentryInfoCreator) SetName

func (*ListStarsResponseBodyStarListDentryInfoCreator) SetUserId

func (ListStarsResponseBodyStarListDentryInfoCreator) String

type ListStarsResponseBodyStarListDentryInfoModifier

type ListStarsResponseBodyStarListDentryInfoModifier struct {
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListStarsResponseBodyStarListDentryInfoModifier) GoString

func (*ListStarsResponseBodyStarListDentryInfoModifier) SetName

func (*ListStarsResponseBodyStarListDentryInfoModifier) SetUserId

func (ListStarsResponseBodyStarListDentryInfoModifier) String

type ListStarsResponseBodyStarListSpaceInfo

type ListStarsResponseBodyStarListSpaceInfo struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListStarsResponseBodyStarListSpaceInfo) GoString

func (*ListStarsResponseBodyStarListSpaceInfo) SetId

func (*ListStarsResponseBodyStarListSpaceInfo) SetName

func (ListStarsResponseBodyStarListSpaceInfo) String

type ListStarsResponseBodyStarListTeamInfo

type ListStarsResponseBodyStarListTeamInfo struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListStarsResponseBodyStarListTeamInfo) GoString

func (*ListStarsResponseBodyStarListTeamInfo) SetId

func (*ListStarsResponseBodyStarListTeamInfo) SetName

func (ListStarsResponseBodyStarListTeamInfo) String

type ListTeamMembersHeaders

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

func (s ListTeamMembersHeaders) GoString() string

func (*ListTeamMembersHeaders) SetCommonHeaders

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

func (*ListTeamMembersHeaders) SetXAcsDingtalkAccessToken

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

func (ListTeamMembersHeaders) String

func (s ListTeamMembersHeaders) String() string

type ListTeamMembersRequest

type ListTeamMembersRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (ListTeamMembersRequest) GoString

func (s ListTeamMembersRequest) GoString() string

func (*ListTeamMembersRequest) SetOperatorId

func (ListTeamMembersRequest) String

func (s ListTeamMembersRequest) String() string

type ListTeamMembersResponse

type ListTeamMembersResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTeamMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTeamMembersResponse) GoString

func (s ListTeamMembersResponse) GoString() string

func (*ListTeamMembersResponse) SetBody

func (*ListTeamMembersResponse) SetHeaders

func (*ListTeamMembersResponse) SetStatusCode

func (ListTeamMembersResponse) String

func (s ListTeamMembersResponse) String() string

type ListTeamMembersResponseBody

type ListTeamMembersResponseBody struct {
	Members  []*ListTeamMembersResponseBodyMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	TeamName *string                               `json:"teamName,omitempty" xml:"teamName,omitempty"`
}

func (ListTeamMembersResponseBody) GoString

func (s ListTeamMembersResponseBody) GoString() string

func (*ListTeamMembersResponseBody) SetMembers

func (*ListTeamMembersResponseBody) SetTeamName

func (ListTeamMembersResponseBody) String

type ListTeamMembersResponseBodyMembers

type ListTeamMembersResponseBodyMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (ListTeamMembersResponseBodyMembers) GoString

func (*ListTeamMembersResponseBodyMembers) SetMemberId

func (*ListTeamMembersResponseBodyMembers) SetMemberType

func (*ListTeamMembersResponseBodyMembers) SetName

func (*ListTeamMembersResponseBodyMembers) SetRoleCode

func (ListTeamMembersResponseBodyMembers) String

type MarkStarHeaders

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

func (s MarkStarHeaders) GoString() string

func (*MarkStarHeaders) SetCommonHeaders

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

func (*MarkStarHeaders) SetXAcsDingtalkAccessToken

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

func (MarkStarHeaders) String

func (s MarkStarHeaders) String() string

type MarkStarRequest

type MarkStarRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (MarkStarRequest) GoString

func (s MarkStarRequest) GoString() string

func (*MarkStarRequest) SetOperatorId

func (s *MarkStarRequest) SetOperatorId(v string) *MarkStarRequest

func (MarkStarRequest) String

func (s MarkStarRequest) String() string

type MarkStarResponse

type MarkStarResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MarkStarResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MarkStarResponse) GoString

func (s MarkStarResponse) GoString() string

func (*MarkStarResponse) SetBody

func (*MarkStarResponse) SetHeaders

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

func (*MarkStarResponse) SetStatusCode

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

func (MarkStarResponse) String

func (s MarkStarResponse) String() string

type MarkStarResponseBody

type MarkStarResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (MarkStarResponseBody) GoString

func (s MarkStarResponseBody) GoString() string

func (*MarkStarResponseBody) SetSuccess

func (MarkStarResponseBody) String

func (s MarkStarResponseBody) String() string

type MoveDentryHeaders

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

func (s MoveDentryHeaders) GoString() string

func (*MoveDentryHeaders) SetCommonHeaders

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

func (*MoveDentryHeaders) SetXAcsDingtalkAccessToken

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

func (MoveDentryHeaders) String

func (s MoveDentryHeaders) String() string

type MoveDentryRequest

type MoveDentryRequest struct {
	OperatorId       *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	TargetSpaceId    *string `json:"targetSpaceId,omitempty" xml:"targetSpaceId,omitempty"`
	ToNextDentryId   *string `json:"toNextDentryId,omitempty" xml:"toNextDentryId,omitempty"`
	ToParentDentryId *string `json:"toParentDentryId,omitempty" xml:"toParentDentryId,omitempty"`
	ToPrevDentryId   *string `json:"toPrevDentryId,omitempty" xml:"toPrevDentryId,omitempty"`
}

func (MoveDentryRequest) GoString

func (s MoveDentryRequest) GoString() string

func (*MoveDentryRequest) SetOperatorId

func (s *MoveDentryRequest) SetOperatorId(v string) *MoveDentryRequest

func (*MoveDentryRequest) SetTargetSpaceId

func (s *MoveDentryRequest) SetTargetSpaceId(v string) *MoveDentryRequest

func (*MoveDentryRequest) SetToNextDentryId

func (s *MoveDentryRequest) SetToNextDentryId(v string) *MoveDentryRequest

func (*MoveDentryRequest) SetToParentDentryId

func (s *MoveDentryRequest) SetToParentDentryId(v string) *MoveDentryRequest

func (*MoveDentryRequest) SetToPrevDentryId

func (s *MoveDentryRequest) SetToPrevDentryId(v string) *MoveDentryRequest

func (MoveDentryRequest) String

func (s MoveDentryRequest) String() string

type MoveDentryResponse

type MoveDentryResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DentryVO          `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MoveDentryResponse) GoString

func (s MoveDentryResponse) GoString() string

func (*MoveDentryResponse) SetBody

func (*MoveDentryResponse) SetHeaders

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

func (*MoveDentryResponse) SetStatusCode

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

func (MoveDentryResponse) String

func (s MoveDentryResponse) String() string

type OpenActionModel

type OpenActionModel struct {
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	Timestamp *int64  `json:"timestamp,omitempty" xml:"timestamp,omitempty"`
}

func (OpenActionModel) GoString

func (s OpenActionModel) GoString() string

func (*OpenActionModel) SetName

func (s *OpenActionModel) SetName(v string) *OpenActionModel

func (*OpenActionModel) SetTimestamp

func (s *OpenActionModel) SetTimestamp(v int64) *OpenActionModel

func (OpenActionModel) String

func (s OpenActionModel) String() string

type PinSpaceHeaders

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

func (s PinSpaceHeaders) GoString() string

func (*PinSpaceHeaders) SetCommonHeaders

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

func (*PinSpaceHeaders) SetXAcsDingtalkAccessToken

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

func (PinSpaceHeaders) String

func (s PinSpaceHeaders) String() string

type PinSpaceRequest

type PinSpaceRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (PinSpaceRequest) GoString

func (s PinSpaceRequest) GoString() string

func (*PinSpaceRequest) SetOperatorId

func (s *PinSpaceRequest) SetOperatorId(v string) *PinSpaceRequest

func (PinSpaceRequest) String

func (s PinSpaceRequest) String() string

type PinSpaceResponse

type PinSpaceResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PinSpaceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PinSpaceResponse) GoString

func (s PinSpaceResponse) GoString() string

func (*PinSpaceResponse) SetBody

func (*PinSpaceResponse) SetHeaders

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

func (*PinSpaceResponse) SetStatusCode

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

func (PinSpaceResponse) String

func (s PinSpaceResponse) String() string

type PinSpaceResponseBody

type PinSpaceResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (PinSpaceResponseBody) GoString

func (s PinSpaceResponseBody) GoString() string

func (*PinSpaceResponseBody) SetSuccess

func (PinSpaceResponseBody) String

func (s PinSpaceResponseBody) String() string

type QueryDentryHeaders

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

func (s QueryDentryHeaders) GoString() string

func (*QueryDentryHeaders) SetCommonHeaders

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

func (*QueryDentryHeaders) SetXAcsDingtalkAccessToken

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

func (QueryDentryHeaders) String

func (s QueryDentryHeaders) String() string

type QueryDentryRequest

type QueryDentryRequest struct {
	IncludeSpace *bool   `json:"includeSpace,omitempty" xml:"includeSpace,omitempty"`
	OperatorId   *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (QueryDentryRequest) GoString

func (s QueryDentryRequest) GoString() string

func (*QueryDentryRequest) SetIncludeSpace

func (s *QueryDentryRequest) SetIncludeSpace(v bool) *QueryDentryRequest

func (*QueryDentryRequest) SetOperatorId

func (s *QueryDentryRequest) SetOperatorId(v string) *QueryDentryRequest

func (QueryDentryRequest) String

func (s QueryDentryRequest) String() string

type QueryDentryResponse

type QueryDentryResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DentryVO          `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryDentryResponse) GoString

func (s QueryDentryResponse) GoString() string

func (*QueryDentryResponse) SetBody

func (*QueryDentryResponse) SetHeaders

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

func (*QueryDentryResponse) SetStatusCode

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

func (QueryDentryResponse) String

func (s QueryDentryResponse) String() string

type QueryItemByUrlHeaders

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

func (s QueryItemByUrlHeaders) GoString() string

func (*QueryItemByUrlHeaders) SetCommonHeaders

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

func (*QueryItemByUrlHeaders) SetXAcsDingtalkAccessToken

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

func (QueryItemByUrlHeaders) String

func (s QueryItemByUrlHeaders) String() string

type QueryItemByUrlRequest

type QueryItemByUrlRequest struct {
	OperatorId          *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	Url                 *string `json:"url,omitempty" xml:"url,omitempty"`
	WithStatisticalInfo *bool   `json:"withStatisticalInfo,omitempty" xml:"withStatisticalInfo,omitempty"`
}

func (QueryItemByUrlRequest) GoString

func (s QueryItemByUrlRequest) GoString() string

func (*QueryItemByUrlRequest) SetOperatorId

func (s *QueryItemByUrlRequest) SetOperatorId(v string) *QueryItemByUrlRequest

func (*QueryItemByUrlRequest) SetUrl

func (*QueryItemByUrlRequest) SetWithStatisticalInfo

func (s *QueryItemByUrlRequest) SetWithStatisticalInfo(v bool) *QueryItemByUrlRequest

func (QueryItemByUrlRequest) String

func (s QueryItemByUrlRequest) String() string

type QueryItemByUrlResponse

type QueryItemByUrlResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryItemByUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryItemByUrlResponse) GoString

func (s QueryItemByUrlResponse) GoString() string

func (*QueryItemByUrlResponse) SetBody

func (*QueryItemByUrlResponse) SetHeaders

func (*QueryItemByUrlResponse) SetStatusCode

func (QueryItemByUrlResponse) String

func (s QueryItemByUrlResponse) String() string

type QueryItemByUrlResponseBody

type QueryItemByUrlResponseBody struct {
	BizType      *string                          `json:"bizType,omitempty" xml:"bizType,omitempty"`
	Dentry       *DentryModel                     `json:"dentry,omitempty" xml:"dentry,omitempty"`
	ResourceType *string                          `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Space        *QueryItemByUrlResponseBodySpace `json:"space,omitempty" xml:"space,omitempty" type:"Struct"`
}

func (QueryItemByUrlResponseBody) GoString

func (s QueryItemByUrlResponseBody) GoString() string

func (*QueryItemByUrlResponseBody) SetBizType

func (*QueryItemByUrlResponseBody) SetDentry

func (*QueryItemByUrlResponseBody) SetResourceType

func (*QueryItemByUrlResponseBody) SetSpace

func (QueryItemByUrlResponseBody) String

type QueryItemByUrlResponseBodySpace

type QueryItemByUrlResponseBodySpace struct {
	Description *string                               `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string                               `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                               `json:"name,omitempty" xml:"name,omitempty"`
	Owner       *QueryItemByUrlResponseBodySpaceOwner `json:"owner,omitempty" xml:"owner,omitempty" type:"Struct"`
	Type        *int32                                `json:"type,omitempty" xml:"type,omitempty"`
}

func (QueryItemByUrlResponseBodySpace) GoString

func (*QueryItemByUrlResponseBodySpace) SetDescription

func (*QueryItemByUrlResponseBodySpace) SetId

func (*QueryItemByUrlResponseBodySpace) SetName

func (*QueryItemByUrlResponseBodySpace) SetType

func (QueryItemByUrlResponseBodySpace) String

type QueryItemByUrlResponseBodySpaceOwner

type QueryItemByUrlResponseBodySpaceOwner struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (QueryItemByUrlResponseBodySpaceOwner) GoString

func (*QueryItemByUrlResponseBodySpaceOwner) SetName

func (*QueryItemByUrlResponseBodySpaceOwner) SetUnionId

func (QueryItemByUrlResponseBodySpaceOwner) String

type QueryMineSpaceHeaders

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

func (s QueryMineSpaceHeaders) GoString() string

func (*QueryMineSpaceHeaders) SetCommonHeaders

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

func (*QueryMineSpaceHeaders) SetXAcsDingtalkAccessToken

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

func (QueryMineSpaceHeaders) String

func (s QueryMineSpaceHeaders) String() string

type QueryMineSpaceResponse

type QueryMineSpaceResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SpaceVO           `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryMineSpaceResponse) GoString

func (s QueryMineSpaceResponse) GoString() string

func (*QueryMineSpaceResponse) SetBody

func (*QueryMineSpaceResponse) SetHeaders

func (*QueryMineSpaceResponse) SetStatusCode

func (QueryMineSpaceResponse) String

func (s QueryMineSpaceResponse) String() string

type QueryRecentListHeaders

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

func (s QueryRecentListHeaders) GoString() string

func (*QueryRecentListHeaders) SetCommonHeaders

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

func (*QueryRecentListHeaders) SetXAcsDingtalkAccessToken

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

func (QueryRecentListHeaders) String

func (s QueryRecentListHeaders) String() string

type QueryRecentListRequest

type QueryRecentListRequest struct {
	CreatorType *int32  `json:"creatorType,omitempty" xml:"creatorType,omitempty"`
	FileType    *int32  `json:"fileType,omitempty" xml:"fileType,omitempty"`
	MaxResults  *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken   *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	RecentType  *int32  `json:"recentType,omitempty" xml:"recentType,omitempty"`
}

func (QueryRecentListRequest) GoString

func (s QueryRecentListRequest) GoString() string

func (*QueryRecentListRequest) SetCreatorType

func (s *QueryRecentListRequest) SetCreatorType(v int32) *QueryRecentListRequest

func (*QueryRecentListRequest) SetFileType

func (*QueryRecentListRequest) SetMaxResults

func (*QueryRecentListRequest) SetNextToken

func (*QueryRecentListRequest) SetOperatorId

func (*QueryRecentListRequest) SetRecentType

func (QueryRecentListRequest) String

func (s QueryRecentListRequest) String() string

type QueryRecentListResponse

type QueryRecentListResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryRecentListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryRecentListResponse) GoString

func (s QueryRecentListResponse) GoString() string

func (*QueryRecentListResponse) SetBody

func (*QueryRecentListResponse) SetHeaders

func (*QueryRecentListResponse) SetStatusCode

func (QueryRecentListResponse) String

func (s QueryRecentListResponse) String() string

type QueryRecentListResponseBody

type QueryRecentListResponseBody struct {
	HasMore    *bool                                    `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken  *string                                  `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RecentList []*QueryRecentListResponseBodyRecentList `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
}

func (QueryRecentListResponseBody) GoString

func (s QueryRecentListResponseBody) GoString() string

func (*QueryRecentListResponseBody) SetHasMore

func (*QueryRecentListResponseBody) SetNextToken

func (*QueryRecentListResponseBody) SetRecentList

func (QueryRecentListResponseBody) String

type QueryRecentListResponseBodyRecentList

type QueryRecentListResponseBodyRecentList struct {
	Deleted    *bool                                      `json:"deleted,omitempty" xml:"deleted,omitempty"`
	Dentry     *DentryModel                               `json:"dentry,omitempty" xml:"dentry,omitempty"`
	RecentTime *int64                                     `json:"recentTime,omitempty" xml:"recentTime,omitempty"`
	Team       *QueryRecentListResponseBodyRecentListTeam `json:"team,omitempty" xml:"team,omitempty" type:"Struct"`
}

func (QueryRecentListResponseBodyRecentList) GoString

func (*QueryRecentListResponseBodyRecentList) SetDeleted

func (*QueryRecentListResponseBodyRecentList) SetDentry

func (*QueryRecentListResponseBodyRecentList) SetRecentTime

func (QueryRecentListResponseBodyRecentList) String

type QueryRecentListResponseBodyRecentListTeam

type QueryRecentListResponseBodyRecentListTeam struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryRecentListResponseBodyRecentListTeam) GoString

func (*QueryRecentListResponseBodyRecentListTeam) SetId

func (*QueryRecentListResponseBodyRecentListTeam) SetName

func (QueryRecentListResponseBodyRecentListTeam) String

type QuerySpaceHeaders

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

func (s QuerySpaceHeaders) GoString() string

func (*QuerySpaceHeaders) SetCommonHeaders

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

func (*QuerySpaceHeaders) SetXAcsDingtalkAccessToken

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

func (QuerySpaceHeaders) String

func (s QuerySpaceHeaders) String() string

type QuerySpaceRequest

type QuerySpaceRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (QuerySpaceRequest) GoString

func (s QuerySpaceRequest) GoString() string

func (*QuerySpaceRequest) SetOperatorId

func (s *QuerySpaceRequest) SetOperatorId(v string) *QuerySpaceRequest

func (QuerySpaceRequest) String

func (s QuerySpaceRequest) String() string

type QuerySpaceResponse

type QuerySpaceResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SpaceVO           `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QuerySpaceResponse) GoString

func (s QuerySpaceResponse) GoString() string

func (*QuerySpaceResponse) SetBody

func (*QuerySpaceResponse) SetHeaders

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

func (*QuerySpaceResponse) SetStatusCode

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

func (QuerySpaceResponse) String

func (s QuerySpaceResponse) String() string

type RelatedSpacesHeaders

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

func (s RelatedSpacesHeaders) GoString() string

func (*RelatedSpacesHeaders) SetCommonHeaders

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

func (*RelatedSpacesHeaders) SetXAcsDingtalkAccessToken

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

func (RelatedSpacesHeaders) String

func (s RelatedSpacesHeaders) String() string

type RelatedSpacesRequest

type RelatedSpacesRequest struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	TeamId     *string `json:"teamId,omitempty" xml:"teamId,omitempty"`
}

func (RelatedSpacesRequest) GoString

func (s RelatedSpacesRequest) GoString() string

func (*RelatedSpacesRequest) SetMaxResults

func (s *RelatedSpacesRequest) SetMaxResults(v int32) *RelatedSpacesRequest

func (*RelatedSpacesRequest) SetNextToken

func (s *RelatedSpacesRequest) SetNextToken(v string) *RelatedSpacesRequest

func (*RelatedSpacesRequest) SetOperatorId

func (s *RelatedSpacesRequest) SetOperatorId(v string) *RelatedSpacesRequest

func (*RelatedSpacesRequest) SetTeamId

func (RelatedSpacesRequest) String

func (s RelatedSpacesRequest) String() string

type RelatedSpacesResponse

type RelatedSpacesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RelatedSpacesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RelatedSpacesResponse) GoString

func (s RelatedSpacesResponse) GoString() string

func (*RelatedSpacesResponse) SetBody

func (*RelatedSpacesResponse) SetHeaders

func (*RelatedSpacesResponse) SetStatusCode

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

func (RelatedSpacesResponse) String

func (s RelatedSpacesResponse) String() string

type RelatedSpacesResponseBody

type RelatedSpacesResponseBody struct {
	HasMore   *bool                             `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	Items     []*RelatedSpacesResponseBodyItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
	NextToken *string                           `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (RelatedSpacesResponseBody) GoString

func (s RelatedSpacesResponseBody) GoString() string

func (*RelatedSpacesResponseBody) SetHasMore

func (*RelatedSpacesResponseBody) SetItems

func (*RelatedSpacesResponseBody) SetNextToken

func (RelatedSpacesResponseBody) String

func (s RelatedSpacesResponseBody) String() string

type RelatedSpacesResponseBodyItems

type RelatedSpacesResponseBodyItems struct {
	Cover       *string                                    `json:"cover,omitempty" xml:"cover,omitempty"`
	Description *string                                    `json:"description,omitempty" xml:"description,omitempty"`
	HdIconVO    *RelatedSpacesResponseBodyItemsHdIconVO    `json:"hdIconVO,omitempty" xml:"hdIconVO,omitempty" type:"Struct"`
	IconVO      *RelatedSpacesResponseBodyItemsIconVO      `json:"iconVO,omitempty" xml:"iconVO,omitempty" type:"Struct"`
	Id          *string                                    `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                                    `json:"name,omitempty" xml:"name,omitempty"`
	Owner       *RelatedSpacesResponseBodyItemsOwner       `json:"owner,omitempty" xml:"owner,omitempty" type:"Struct"`
	RecentList  []*DentryModel                             `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
	Type        *int32                                     `json:"type,omitempty" xml:"type,omitempty"`
	Url         *string                                    `json:"url,omitempty" xml:"url,omitempty"`
	VisitorInfo *RelatedSpacesResponseBodyItemsVisitorInfo `json:"visitorInfo,omitempty" xml:"visitorInfo,omitempty" type:"Struct"`
}

func (RelatedSpacesResponseBodyItems) GoString

func (*RelatedSpacesResponseBodyItems) SetCover

func (*RelatedSpacesResponseBodyItems) SetDescription

func (*RelatedSpacesResponseBodyItems) SetId

func (*RelatedSpacesResponseBodyItems) SetName

func (*RelatedSpacesResponseBodyItems) SetRecentList

func (*RelatedSpacesResponseBodyItems) SetType

func (*RelatedSpacesResponseBodyItems) SetUrl

func (RelatedSpacesResponseBodyItems) String

type RelatedSpacesResponseBodyItemsHdIconVO

type RelatedSpacesResponseBodyItemsHdIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (RelatedSpacesResponseBodyItemsHdIconVO) GoString

func (*RelatedSpacesResponseBodyItemsHdIconVO) SetIcon

func (*RelatedSpacesResponseBodyItemsHdIconVO) SetType

func (RelatedSpacesResponseBodyItemsHdIconVO) String

type RelatedSpacesResponseBodyItemsIconVO

type RelatedSpacesResponseBodyItemsIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (RelatedSpacesResponseBodyItemsIconVO) GoString

func (*RelatedSpacesResponseBodyItemsIconVO) SetIcon

func (*RelatedSpacesResponseBodyItemsIconVO) SetType

func (RelatedSpacesResponseBodyItemsIconVO) String

type RelatedSpacesResponseBodyItemsOwner

type RelatedSpacesResponseBodyItemsOwner struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (RelatedSpacesResponseBodyItemsOwner) GoString

func (*RelatedSpacesResponseBodyItemsOwner) SetName

func (*RelatedSpacesResponseBodyItemsOwner) SetUnionId

func (RelatedSpacesResponseBodyItemsOwner) String

type RelatedSpacesResponseBodyItemsVisitorInfo

type RelatedSpacesResponseBodyItemsVisitorInfo struct {
	DentryActions []*string `json:"dentryActions,omitempty" xml:"dentryActions,omitempty" type:"Repeated"`
	Pinned        *bool     `json:"pinned,omitempty" xml:"pinned,omitempty"`
	RoleCode      *string   `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	SpaceActions  []*string `json:"spaceActions,omitempty" xml:"spaceActions,omitempty" type:"Repeated"`
}

func (RelatedSpacesResponseBodyItemsVisitorInfo) GoString

func (*RelatedSpacesResponseBodyItemsVisitorInfo) SetDentryActions

func (*RelatedSpacesResponseBodyItemsVisitorInfo) SetPinned

func (*RelatedSpacesResponseBodyItemsVisitorInfo) SetRoleCode

func (*RelatedSpacesResponseBodyItemsVisitorInfo) SetSpaceActions

func (RelatedSpacesResponseBodyItemsVisitorInfo) String

type RemoveTeamMembersHeaders

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

func (s RemoveTeamMembersHeaders) GoString() string

func (*RemoveTeamMembersHeaders) SetCommonHeaders

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

func (*RemoveTeamMembersHeaders) SetXAcsDingtalkAccessToken

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

func (RemoveTeamMembersHeaders) String

func (s RemoveTeamMembersHeaders) String() string

type RemoveTeamMembersRequest

type RemoveTeamMembersRequest struct {
	Members    []*RemoveTeamMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	Notify     *bool                              `json:"notify,omitempty" xml:"notify,omitempty"`
	OperatorId *string                            `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (RemoveTeamMembersRequest) GoString

func (s RemoveTeamMembersRequest) GoString() string

func (*RemoveTeamMembersRequest) SetMembers

func (*RemoveTeamMembersRequest) SetNotify

func (*RemoveTeamMembersRequest) SetOperatorId

func (RemoveTeamMembersRequest) String

func (s RemoveTeamMembersRequest) String() string

type RemoveTeamMembersRequestMembers

type RemoveTeamMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (RemoveTeamMembersRequestMembers) GoString

func (*RemoveTeamMembersRequestMembers) SetMemberId

func (*RemoveTeamMembersRequestMembers) SetMemberType

func (*RemoveTeamMembersRequestMembers) SetRoleCode

func (RemoveTeamMembersRequestMembers) String

type RemoveTeamMembersResponse

type RemoveTeamMembersResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveTeamMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveTeamMembersResponse) GoString

func (s RemoveTeamMembersResponse) GoString() string

func (*RemoveTeamMembersResponse) SetBody

func (*RemoveTeamMembersResponse) SetHeaders

func (*RemoveTeamMembersResponse) SetStatusCode

func (RemoveTeamMembersResponse) String

func (s RemoveTeamMembersResponse) String() string

type RemoveTeamMembersResponseBody

type RemoveTeamMembersResponseBody struct {
	NotInOrgMembers []*RemoveTeamMembersResponseBodyNotInOrgMembers `json:"notInOrgMembers,omitempty" xml:"notInOrgMembers,omitempty" type:"Repeated"`
	SaveSuccess     *bool                                           `json:"saveSuccess,omitempty" xml:"saveSuccess,omitempty"`
}

func (RemoveTeamMembersResponseBody) GoString

func (*RemoveTeamMembersResponseBody) SetSaveSuccess

func (RemoveTeamMembersResponseBody) String

type RemoveTeamMembersResponseBodyNotInOrgMembers

type RemoveTeamMembersResponseBodyNotInOrgMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (RemoveTeamMembersResponseBodyNotInOrgMembers) GoString

func (*RemoveTeamMembersResponseBodyNotInOrgMembers) SetMemberId

func (*RemoveTeamMembersResponseBodyNotInOrgMembers) SetMemberType

func (*RemoveTeamMembersResponseBodyNotInOrgMembers) SetName

func (*RemoveTeamMembersResponseBodyNotInOrgMembers) SetRoleCode

func (RemoveTeamMembersResponseBodyNotInOrgMembers) String

type RenameDentryHeaders

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

func (s RenameDentryHeaders) GoString() string

func (*RenameDentryHeaders) SetCommonHeaders

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

func (*RenameDentryHeaders) SetXAcsDingtalkAccessToken

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

func (RenameDentryHeaders) String

func (s RenameDentryHeaders) String() string

type RenameDentryRequest

type RenameDentryRequest struct {
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (RenameDentryRequest) GoString

func (s RenameDentryRequest) GoString() string

func (*RenameDentryRequest) SetName

func (*RenameDentryRequest) SetOperatorId

func (s *RenameDentryRequest) SetOperatorId(v string) *RenameDentryRequest

func (RenameDentryRequest) String

func (s RenameDentryRequest) String() string

type RenameDentryResponse

type RenameDentryResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DentryVO          `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RenameDentryResponse) GoString

func (s RenameDentryResponse) GoString() string

func (*RenameDentryResponse) SetBody

func (*RenameDentryResponse) SetHeaders

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

func (*RenameDentryResponse) SetStatusCode

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

func (RenameDentryResponse) String

func (s RenameDentryResponse) String() string

type SaveTeamMembersHeaders

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

func (s SaveTeamMembersHeaders) GoString() string

func (*SaveTeamMembersHeaders) SetCommonHeaders

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

func (*SaveTeamMembersHeaders) SetXAcsDingtalkAccessToken

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

func (SaveTeamMembersHeaders) String

func (s SaveTeamMembersHeaders) String() string

type SaveTeamMembersRequest

type SaveTeamMembersRequest struct {
	Members    []*SaveTeamMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	Notify     *bool                            `json:"notify,omitempty" xml:"notify,omitempty"`
	OperatorId *string                          `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (SaveTeamMembersRequest) GoString

func (s SaveTeamMembersRequest) GoString() string

func (*SaveTeamMembersRequest) SetMembers

func (*SaveTeamMembersRequest) SetNotify

func (*SaveTeamMembersRequest) SetOperatorId

func (SaveTeamMembersRequest) String

func (s SaveTeamMembersRequest) String() string

type SaveTeamMembersRequestMembers

type SaveTeamMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (SaveTeamMembersRequestMembers) GoString

func (*SaveTeamMembersRequestMembers) SetMemberId

func (*SaveTeamMembersRequestMembers) SetMemberType

func (*SaveTeamMembersRequestMembers) SetRoleCode

func (SaveTeamMembersRequestMembers) String

type SaveTeamMembersResponse

type SaveTeamMembersResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SaveTeamMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SaveTeamMembersResponse) GoString

func (s SaveTeamMembersResponse) GoString() string

func (*SaveTeamMembersResponse) SetBody

func (*SaveTeamMembersResponse) SetHeaders

func (*SaveTeamMembersResponse) SetStatusCode

func (SaveTeamMembersResponse) String

func (s SaveTeamMembersResponse) String() string

type SaveTeamMembersResponseBody

type SaveTeamMembersResponseBody struct {
	NotInOrgMembers []*SaveTeamMembersResponseBodyNotInOrgMembers `json:"notInOrgMembers,omitempty" xml:"notInOrgMembers,omitempty" type:"Repeated"`
	SaveSuccess     *bool                                         `json:"saveSuccess,omitempty" xml:"saveSuccess,omitempty"`
}

func (SaveTeamMembersResponseBody) GoString

func (s SaveTeamMembersResponseBody) GoString() string

func (*SaveTeamMembersResponseBody) SetNotInOrgMembers

func (*SaveTeamMembersResponseBody) SetSaveSuccess

func (SaveTeamMembersResponseBody) String

type SaveTeamMembersResponseBodyNotInOrgMembers

type SaveTeamMembersResponseBodyNotInOrgMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *int32  `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (SaveTeamMembersResponseBodyNotInOrgMembers) GoString

func (*SaveTeamMembersResponseBodyNotInOrgMembers) SetMemberId

func (*SaveTeamMembersResponseBodyNotInOrgMembers) SetMemberType

func (*SaveTeamMembersResponseBodyNotInOrgMembers) SetName

func (*SaveTeamMembersResponseBodyNotInOrgMembers) SetRoleCode

func (SaveTeamMembersResponseBodyNotInOrgMembers) String

type SearchHeaders

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

func (s SearchHeaders) GoString() string

func (*SearchHeaders) SetCommonHeaders

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

func (*SearchHeaders) SetXAcsDingtalkAccessToken

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

func (SearchHeaders) String

func (s SearchHeaders) String() string

type SearchRequest

type SearchRequest struct {
	DentryRequest *SearchRequestDentryRequest `json:"dentryRequest,omitempty" xml:"dentryRequest,omitempty" type:"Struct"`
	Keyword       *string                     `json:"keyword,omitempty" xml:"keyword,omitempty"`
	OperatorId    *string                     `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	SpaceRequest  *SearchRequestSpaceRequest  `json:"spaceRequest,omitempty" xml:"spaceRequest,omitempty" type:"Struct"`
}

func (SearchRequest) GoString

func (s SearchRequest) GoString() string

func (*SearchRequest) SetDentryRequest

func (s *SearchRequest) SetDentryRequest(v *SearchRequestDentryRequest) *SearchRequest

func (*SearchRequest) SetKeyword

func (s *SearchRequest) SetKeyword(v string) *SearchRequest

func (*SearchRequest) SetOperatorId

func (s *SearchRequest) SetOperatorId(v string) *SearchRequest

func (*SearchRequest) SetSpaceRequest

func (s *SearchRequest) SetSpaceRequest(v *SearchRequestSpaceRequest) *SearchRequest

func (SearchRequest) String

func (s SearchRequest) String() string

type SearchRequestDentryRequest

type SearchRequestDentryRequest struct {
	MaxResults     *int32                                    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken      *string                                   `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	SearchField    *int32                                    `json:"searchField,omitempty" xml:"searchField,omitempty"`
	SearchFileType *int32                                    `json:"searchFileType,omitempty" xml:"searchFileType,omitempty"`
	SpaceId        *string                                   `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	SummaryLength  *int32                                    `json:"summaryLength,omitempty" xml:"summaryLength,omitempty"`
	VisitTimeRange *SearchRequestDentryRequestVisitTimeRange `json:"visitTimeRange,omitempty" xml:"visitTimeRange,omitempty" type:"Struct"`
}

func (SearchRequestDentryRequest) GoString

func (s SearchRequestDentryRequest) GoString() string

func (*SearchRequestDentryRequest) SetMaxResults

func (*SearchRequestDentryRequest) SetNextToken

func (*SearchRequestDentryRequest) SetSearchField

func (*SearchRequestDentryRequest) SetSearchFileType

func (*SearchRequestDentryRequest) SetSpaceId

func (*SearchRequestDentryRequest) SetSummaryLength

func (*SearchRequestDentryRequest) SetVisitTimeRange

func (SearchRequestDentryRequest) String

type SearchRequestDentryRequestVisitTimeRange

type SearchRequestDentryRequestVisitTimeRange struct {
	End   *int64 `json:"end,omitempty" xml:"end,omitempty"`
	Start *int64 `json:"start,omitempty" xml:"start,omitempty"`
}

func (SearchRequestDentryRequestVisitTimeRange) GoString

func (*SearchRequestDentryRequestVisitTimeRange) SetEnd

func (*SearchRequestDentryRequestVisitTimeRange) SetStart

func (SearchRequestDentryRequestVisitTimeRange) String

type SearchRequestSpaceRequest

type SearchRequestSpaceRequest struct {
	MaxResults   *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken    *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	WithTeamInfo *bool   `json:"withTeamInfo,omitempty" xml:"withTeamInfo,omitempty"`
}

func (SearchRequestSpaceRequest) GoString

func (s SearchRequestSpaceRequest) GoString() string

func (*SearchRequestSpaceRequest) SetMaxResults

func (*SearchRequestSpaceRequest) SetNextToken

func (*SearchRequestSpaceRequest) SetWithTeamInfo

func (SearchRequestSpaceRequest) String

func (s SearchRequestSpaceRequest) String() string

type SearchResponse

type SearchResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchResponse) GoString

func (s SearchResponse) GoString() string

func (*SearchResponse) SetBody

func (*SearchResponse) SetHeaders

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

func (*SearchResponse) SetStatusCode

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

func (SearchResponse) String

func (s SearchResponse) String() string

type SearchResponseBody

type SearchResponseBody struct {
	DentryResult *SearchResponseBodyDentryResult `json:"dentryResult,omitempty" xml:"dentryResult,omitempty" type:"Struct"`
	SpaceResult  *SearchResponseBodySpaceResult  `json:"spaceResult,omitempty" xml:"spaceResult,omitempty" type:"Struct"`
}

func (SearchResponseBody) GoString

func (s SearchResponseBody) GoString() string

func (*SearchResponseBody) SetDentryResult

func (*SearchResponseBody) SetSpaceResult

func (SearchResponseBody) String

func (s SearchResponseBody) String() string

type SearchResponseBodyDentryResult

type SearchResponseBodyDentryResult struct {
	HasMore   *bool                                  `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	Items     []*SearchResponseBodyDentryResultItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
	NextToken *string                                `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (SearchResponseBodyDentryResult) GoString

func (*SearchResponseBodyDentryResult) SetHasMore

func (*SearchResponseBodyDentryResult) SetItems

func (*SearchResponseBodyDentryResult) SetNextToken

func (SearchResponseBodyDentryResult) String

type SearchResponseBodyDentryResultItems

type SearchResponseBodyDentryResultItems struct {
	Content        *string          `json:"content,omitempty" xml:"content,omitempty"`
	Creation       *OpenActionModel `json:"creation,omitempty" xml:"creation,omitempty"`
	DentryId       *string          `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	DentryUuid     *string          `json:"dentryUuid,omitempty" xml:"dentryUuid,omitempty"`
	Extension      *string          `json:"extension,omitempty" xml:"extension,omitempty"`
	IconUrl        *string          `json:"iconUrl,omitempty" xml:"iconUrl,omitempty"`
	LastEdition    *OpenActionModel `json:"lastEdition,omitempty" xml:"lastEdition,omitempty"`
	Name           *string          `json:"name,omitempty" xml:"name,omitempty"`
	OriginName     *string          `json:"originName,omitempty" xml:"originName,omitempty"`
	Path           *string          `json:"path,omitempty" xml:"path,omitempty"`
	SceneType      *int32           `json:"sceneType,omitempty" xml:"sceneType,omitempty"`
	SearchFileType *int32           `json:"searchFileType,omitempty" xml:"searchFileType,omitempty"`
	SpaceId        *string          `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	ThumbnailUrl   *string          `json:"thumbnailUrl,omitempty" xml:"thumbnailUrl,omitempty"`
	Url            *string          `json:"url,omitempty" xml:"url,omitempty"`
}

func (SearchResponseBodyDentryResultItems) GoString

func (*SearchResponseBodyDentryResultItems) SetContent

func (*SearchResponseBodyDentryResultItems) SetCreation

func (*SearchResponseBodyDentryResultItems) SetDentryId

func (*SearchResponseBodyDentryResultItems) SetDentryUuid

func (*SearchResponseBodyDentryResultItems) SetExtension

func (*SearchResponseBodyDentryResultItems) SetIconUrl

func (*SearchResponseBodyDentryResultItems) SetLastEdition

func (*SearchResponseBodyDentryResultItems) SetName

func (*SearchResponseBodyDentryResultItems) SetOriginName

func (*SearchResponseBodyDentryResultItems) SetPath

func (*SearchResponseBodyDentryResultItems) SetSceneType

func (*SearchResponseBodyDentryResultItems) SetSearchFileType

func (*SearchResponseBodyDentryResultItems) SetSpaceId

func (*SearchResponseBodyDentryResultItems) SetThumbnailUrl

func (*SearchResponseBodyDentryResultItems) SetUrl

func (SearchResponseBodyDentryResultItems) String

type SearchResponseBodySpaceResult

type SearchResponseBodySpaceResult struct {
	HasMore   *bool                                 `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	Items     []*SearchResponseBodySpaceResultItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
	NextToken *string                               `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (SearchResponseBodySpaceResult) GoString

func (*SearchResponseBodySpaceResult) SetHasMore

func (*SearchResponseBodySpaceResult) SetItems

func (*SearchResponseBodySpaceResult) SetNextToken

func (SearchResponseBodySpaceResult) String

type SearchResponseBodySpaceResultItems

type SearchResponseBodySpaceResultItems struct {
	IconVO            *SearchResponseBodySpaceResultItemsIconVO            `json:"iconVO,omitempty" xml:"iconVO,omitempty" type:"Struct"`
	Name              *string                                              `json:"name,omitempty" xml:"name,omitempty"`
	OriginName        *string                                              `json:"originName,omitempty" xml:"originName,omitempty"`
	SpaceId           *string                                              `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	TeamVO            *SearchResponseBodySpaceResultItemsTeamVO            `json:"teamVO,omitempty" xml:"teamVO,omitempty" type:"Struct"`
	Url               *string                                              `json:"url,omitempty" xml:"url,omitempty"`
	UserLastOperation *SearchResponseBodySpaceResultItemsUserLastOperation `json:"userLastOperation,omitempty" xml:"userLastOperation,omitempty" type:"Struct"`
}

func (SearchResponseBodySpaceResultItems) GoString

func (*SearchResponseBodySpaceResultItems) SetName

func (*SearchResponseBodySpaceResultItems) SetOriginName

func (*SearchResponseBodySpaceResultItems) SetSpaceId

func (*SearchResponseBodySpaceResultItems) SetUrl

func (SearchResponseBodySpaceResultItems) String

type SearchResponseBodySpaceResultItemsIconVO

type SearchResponseBodySpaceResultItemsIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (SearchResponseBodySpaceResultItemsIconVO) GoString

func (*SearchResponseBodySpaceResultItemsIconVO) SetIcon

func (*SearchResponseBodySpaceResultItemsIconVO) SetType

func (SearchResponseBodySpaceResultItemsIconVO) String

type SearchResponseBodySpaceResultItemsTeamVO

type SearchResponseBodySpaceResultItemsTeamVO struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (SearchResponseBodySpaceResultItemsTeamVO) GoString

func (*SearchResponseBodySpaceResultItemsTeamVO) SetId

func (*SearchResponseBodySpaceResultItemsTeamVO) SetName

func (SearchResponseBodySpaceResultItemsTeamVO) String

type SearchResponseBodySpaceResultItemsUserLastOperation

type SearchResponseBodySpaceResultItemsUserLastOperation struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	Time *int64  `json:"time,omitempty" xml:"time,omitempty"`
}

func (SearchResponseBodySpaceResultItemsUserLastOperation) GoString

func (*SearchResponseBodySpaceResultItemsUserLastOperation) SetName

func (*SearchResponseBodySpaceResultItemsUserLastOperation) SetTime

func (SearchResponseBodySpaceResultItemsUserLastOperation) String

type SpaceModel

type SpaceModel struct {
	Cover       *string                `json:"cover,omitempty" xml:"cover,omitempty"`
	Description *string                `json:"description,omitempty" xml:"description,omitempty"`
	HdIconVO    *SpaceModelHdIconVO    `json:"hdIconVO,omitempty" xml:"hdIconVO,omitempty" type:"Struct"`
	IconVO      *SpaceModelIconVO      `json:"iconVO,omitempty" xml:"iconVO,omitempty" type:"Struct"`
	Id          *string                `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                `json:"name,omitempty" xml:"name,omitempty"`
	Owner       *SpaceModelOwner       `json:"owner,omitempty" xml:"owner,omitempty" type:"Struct"`
	RecentList  []*DentryModel         `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
	Type        *int32                 `json:"type,omitempty" xml:"type,omitempty"`
	Url         *string                `json:"url,omitempty" xml:"url,omitempty"`
	VisitorInfo *SpaceModelVisitorInfo `json:"visitorInfo,omitempty" xml:"visitorInfo,omitempty" type:"Struct"`
}

func (SpaceModel) GoString

func (s SpaceModel) GoString() string

func (*SpaceModel) SetCover

func (s *SpaceModel) SetCover(v string) *SpaceModel

func (*SpaceModel) SetDescription

func (s *SpaceModel) SetDescription(v string) *SpaceModel

func (*SpaceModel) SetHdIconVO

func (s *SpaceModel) SetHdIconVO(v *SpaceModelHdIconVO) *SpaceModel

func (*SpaceModel) SetIconVO

func (s *SpaceModel) SetIconVO(v *SpaceModelIconVO) *SpaceModel

func (*SpaceModel) SetId

func (s *SpaceModel) SetId(v string) *SpaceModel

func (*SpaceModel) SetName

func (s *SpaceModel) SetName(v string) *SpaceModel

func (*SpaceModel) SetOwner

func (s *SpaceModel) SetOwner(v *SpaceModelOwner) *SpaceModel

func (*SpaceModel) SetRecentList

func (s *SpaceModel) SetRecentList(v []*DentryModel) *SpaceModel

func (*SpaceModel) SetType

func (s *SpaceModel) SetType(v int32) *SpaceModel

func (*SpaceModel) SetUrl

func (s *SpaceModel) SetUrl(v string) *SpaceModel

func (*SpaceModel) SetVisitorInfo

func (s *SpaceModel) SetVisitorInfo(v *SpaceModelVisitorInfo) *SpaceModel

func (SpaceModel) String

func (s SpaceModel) String() string

type SpaceModelHdIconVO

type SpaceModelHdIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (SpaceModelHdIconVO) GoString

func (s SpaceModelHdIconVO) GoString() string

func (*SpaceModelHdIconVO) SetIcon

func (*SpaceModelHdIconVO) SetType

func (SpaceModelHdIconVO) String

func (s SpaceModelHdIconVO) String() string

type SpaceModelIconVO

type SpaceModelIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (SpaceModelIconVO) GoString

func (s SpaceModelIconVO) GoString() string

func (*SpaceModelIconVO) SetIcon

func (s *SpaceModelIconVO) SetIcon(v string) *SpaceModelIconVO

func (*SpaceModelIconVO) SetType

func (s *SpaceModelIconVO) SetType(v string) *SpaceModelIconVO

func (SpaceModelIconVO) String

func (s SpaceModelIconVO) String() string

type SpaceModelOwner

type SpaceModelOwner struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (SpaceModelOwner) GoString

func (s SpaceModelOwner) GoString() string

func (*SpaceModelOwner) SetName

func (s *SpaceModelOwner) SetName(v string) *SpaceModelOwner

func (*SpaceModelOwner) SetUnionId

func (s *SpaceModelOwner) SetUnionId(v string) *SpaceModelOwner

func (SpaceModelOwner) String

func (s SpaceModelOwner) String() string

type SpaceModelVisitorInfo

type SpaceModelVisitorInfo struct {
	DentryActions []*string `json:"dentryActions,omitempty" xml:"dentryActions,omitempty" type:"Repeated"`
	RoleCode      *string   `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	SpaceActions  []*string `json:"spaceActions,omitempty" xml:"spaceActions,omitempty" type:"Repeated"`
}

func (SpaceModelVisitorInfo) GoString

func (s SpaceModelVisitorInfo) GoString() string

func (*SpaceModelVisitorInfo) SetDentryActions

func (s *SpaceModelVisitorInfo) SetDentryActions(v []*string) *SpaceModelVisitorInfo

func (*SpaceModelVisitorInfo) SetRoleCode

func (*SpaceModelVisitorInfo) SetSpaceActions

func (s *SpaceModelVisitorInfo) SetSpaceActions(v []*string) *SpaceModelVisitorInfo

func (SpaceModelVisitorInfo) String

func (s SpaceModelVisitorInfo) String() string

type SpaceVO

type SpaceVO struct {
	Cover       *string             `json:"cover,omitempty" xml:"cover,omitempty"`
	Description *string             `json:"description,omitempty" xml:"description,omitempty"`
	IconVO      *SpaceVOIconVO      `json:"iconVO,omitempty" xml:"iconVO,omitempty" type:"Struct"`
	Id          *string             `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string             `json:"name,omitempty" xml:"name,omitempty"`
	Owner       *SpaceVOOwner       `json:"owner,omitempty" xml:"owner,omitempty" type:"Struct"`
	Type        *int32              `json:"type,omitempty" xml:"type,omitempty"`
	Url         *string             `json:"url,omitempty" xml:"url,omitempty"`
	VisitorInfo *SpaceVOVisitorInfo `json:"visitorInfo,omitempty" xml:"visitorInfo,omitempty" type:"Struct"`
}

func (SpaceVO) GoString

func (s SpaceVO) GoString() string

func (*SpaceVO) SetCover

func (s *SpaceVO) SetCover(v string) *SpaceVO

func (*SpaceVO) SetDescription

func (s *SpaceVO) SetDescription(v string) *SpaceVO

func (*SpaceVO) SetIconVO

func (s *SpaceVO) SetIconVO(v *SpaceVOIconVO) *SpaceVO

func (*SpaceVO) SetId

func (s *SpaceVO) SetId(v string) *SpaceVO

func (*SpaceVO) SetName

func (s *SpaceVO) SetName(v string) *SpaceVO

func (*SpaceVO) SetOwner

func (s *SpaceVO) SetOwner(v *SpaceVOOwner) *SpaceVO

func (*SpaceVO) SetType

func (s *SpaceVO) SetType(v int32) *SpaceVO

func (*SpaceVO) SetUrl

func (s *SpaceVO) SetUrl(v string) *SpaceVO

func (*SpaceVO) SetVisitorInfo

func (s *SpaceVO) SetVisitorInfo(v *SpaceVOVisitorInfo) *SpaceVO

func (SpaceVO) String

func (s SpaceVO) String() string

type SpaceVOIconVO

type SpaceVOIconVO struct {
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (SpaceVOIconVO) GoString

func (s SpaceVOIconVO) GoString() string

func (*SpaceVOIconVO) SetIcon

func (s *SpaceVOIconVO) SetIcon(v string) *SpaceVOIconVO

func (*SpaceVOIconVO) SetType

func (s *SpaceVOIconVO) SetType(v string) *SpaceVOIconVO

func (SpaceVOIconVO) String

func (s SpaceVOIconVO) String() string

type SpaceVOOwner

type SpaceVOOwner struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (SpaceVOOwner) GoString

func (s SpaceVOOwner) GoString() string

func (*SpaceVOOwner) SetName

func (s *SpaceVOOwner) SetName(v string) *SpaceVOOwner

func (*SpaceVOOwner) SetUnionId

func (s *SpaceVOOwner) SetUnionId(v string) *SpaceVOOwner

func (SpaceVOOwner) String

func (s SpaceVOOwner) String() string

type SpaceVOVisitorInfo

type SpaceVOVisitorInfo struct {
	DentryActions []*string `json:"dentryActions,omitempty" xml:"dentryActions,omitempty" type:"Repeated"`
	RoleCode      *string   `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	SpaceActions  []*string `json:"spaceActions,omitempty" xml:"spaceActions,omitempty" type:"Repeated"`
}

func (SpaceVOVisitorInfo) GoString

func (s SpaceVOVisitorInfo) GoString() string

func (*SpaceVOVisitorInfo) SetDentryActions

func (s *SpaceVOVisitorInfo) SetDentryActions(v []*string) *SpaceVOVisitorInfo

func (*SpaceVOVisitorInfo) SetRoleCode

func (s *SpaceVOVisitorInfo) SetRoleCode(v string) *SpaceVOVisitorInfo

func (*SpaceVOVisitorInfo) SetSpaceActions

func (s *SpaceVOVisitorInfo) SetSpaceActions(v []*string) *SpaceVOVisitorInfo

func (SpaceVOVisitorInfo) String

func (s SpaceVOVisitorInfo) String() string

type TeamModel

type TeamModel struct {
	Cover           *string                   `json:"cover,omitempty" xml:"cover,omitempty"`
	CreatedTime     *int64                    `json:"createdTime,omitempty" xml:"createdTime,omitempty"`
	Creator         *TeamModelCreator         `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Description     *string                   `json:"description,omitempty" xml:"description,omitempty"`
	Icon            *string                   `json:"icon,omitempty" xml:"icon,omitempty"`
	Id              *string                   `json:"id,omitempty" xml:"id,omitempty"`
	Name            *string                   `json:"name,omitempty" xml:"name,omitempty"`
	RelatedDeptInfo *TeamModelRelatedDeptInfo `json:"relatedDeptInfo,omitempty" xml:"relatedDeptInfo,omitempty" type:"Struct"`
	Status          *int32                    `json:"status,omitempty" xml:"status,omitempty"`
	Type            *int32                    `json:"type,omitempty" xml:"type,omitempty"`
	UpdatedTime     *int64                    `json:"updatedTime,omitempty" xml:"updatedTime,omitempty"`
	Updater         *TeamModelUpdater         `json:"updater,omitempty" xml:"updater,omitempty" type:"Struct"`
	Url             *string                   `json:"url,omitempty" xml:"url,omitempty"`
	VisitInfo       *TeamModelVisitInfo       `json:"visitInfo,omitempty" xml:"visitInfo,omitempty" type:"Struct"`
}

func (TeamModel) GoString

func (s TeamModel) GoString() string

func (*TeamModel) SetCover

func (s *TeamModel) SetCover(v string) *TeamModel

func (*TeamModel) SetCreatedTime

func (s *TeamModel) SetCreatedTime(v int64) *TeamModel

func (*TeamModel) SetCreator

func (s *TeamModel) SetCreator(v *TeamModelCreator) *TeamModel

func (*TeamModel) SetDescription

func (s *TeamModel) SetDescription(v string) *TeamModel

func (*TeamModel) SetIcon

func (s *TeamModel) SetIcon(v string) *TeamModel

func (*TeamModel) SetId

func (s *TeamModel) SetId(v string) *TeamModel

func (*TeamModel) SetName

func (s *TeamModel) SetName(v string) *TeamModel

func (*TeamModel) SetRelatedDeptInfo

func (s *TeamModel) SetRelatedDeptInfo(v *TeamModelRelatedDeptInfo) *TeamModel

func (*TeamModel) SetStatus

func (s *TeamModel) SetStatus(v int32) *TeamModel

func (*TeamModel) SetType

func (s *TeamModel) SetType(v int32) *TeamModel

func (*TeamModel) SetUpdatedTime

func (s *TeamModel) SetUpdatedTime(v int64) *TeamModel

func (*TeamModel) SetUpdater

func (s *TeamModel) SetUpdater(v *TeamModelUpdater) *TeamModel

func (*TeamModel) SetUrl

func (s *TeamModel) SetUrl(v string) *TeamModel

func (*TeamModel) SetVisitInfo

func (s *TeamModel) SetVisitInfo(v *TeamModelVisitInfo) *TeamModel

func (TeamModel) String

func (s TeamModel) String() string

type TeamModelCreator

type TeamModelCreator struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (TeamModelCreator) GoString

func (s TeamModelCreator) GoString() string

func (*TeamModelCreator) SetName

func (s *TeamModelCreator) SetName(v string) *TeamModelCreator

func (*TeamModelCreator) SetUnionId

func (s *TeamModelCreator) SetUnionId(v string) *TeamModelCreator

func (TeamModelCreator) String

func (s TeamModelCreator) String() string

type TeamModelRelatedDeptInfo

type TeamModelRelatedDeptInfo struct {
	DeptId   *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptName *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
}

func (TeamModelRelatedDeptInfo) GoString

func (s TeamModelRelatedDeptInfo) GoString() string

func (*TeamModelRelatedDeptInfo) SetDeptId

func (*TeamModelRelatedDeptInfo) SetDeptName

func (TeamModelRelatedDeptInfo) String

func (s TeamModelRelatedDeptInfo) String() string

type TeamModelUpdater

type TeamModelUpdater struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (TeamModelUpdater) GoString

func (s TeamModelUpdater) GoString() string

func (*TeamModelUpdater) SetName

func (s *TeamModelUpdater) SetName(v string) *TeamModelUpdater

func (*TeamModelUpdater) SetUnionId

func (s *TeamModelUpdater) SetUnionId(v string) *TeamModelUpdater

func (TeamModelUpdater) String

func (s TeamModelUpdater) String() string

type TeamModelVisitInfo

type TeamModelVisitInfo struct {
	JoinTime *string `json:"joinTime,omitempty" xml:"joinTime,omitempty"`
	RoleCode *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (TeamModelVisitInfo) GoString

func (s TeamModelVisitInfo) GoString() string

func (*TeamModelVisitInfo) SetJoinTime

func (s *TeamModelVisitInfo) SetJoinTime(v string) *TeamModelVisitInfo

func (*TeamModelVisitInfo) SetRoleCode

func (s *TeamModelVisitInfo) SetRoleCode(v string) *TeamModelVisitInfo

func (TeamModelVisitInfo) String

func (s TeamModelVisitInfo) String() string

type TeamVO

type TeamVO struct {
	Cover           *string                `json:"cover,omitempty" xml:"cover,omitempty"`
	CreatedTime     *int64                 `json:"createdTime,omitempty" xml:"createdTime,omitempty"`
	Creator         *TeamVOCreator         `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Description     *string                `json:"description,omitempty" xml:"description,omitempty"`
	Icon            *string                `json:"icon,omitempty" xml:"icon,omitempty"`
	Id              *string                `json:"id,omitempty" xml:"id,omitempty"`
	Name            *string                `json:"name,omitempty" xml:"name,omitempty"`
	RelatedDeptInfo *TeamVORelatedDeptInfo `json:"relatedDeptInfo,omitempty" xml:"relatedDeptInfo,omitempty" type:"Struct"`
	ShareScopeInfo  *TeamVOShareScopeInfo  `json:"shareScopeInfo,omitempty" xml:"shareScopeInfo,omitempty" type:"Struct"`
	Status          *int32                 `json:"status,omitempty" xml:"status,omitempty"`
	Type            *int32                 `json:"type,omitempty" xml:"type,omitempty"`
	UpdatedTime     *int64                 `json:"updatedTime,omitempty" xml:"updatedTime,omitempty"`
	Updater         *TeamVOUpdater         `json:"updater,omitempty" xml:"updater,omitempty" type:"Struct"`
	Url             *string                `json:"url,omitempty" xml:"url,omitempty"`
	VisitInfo       *TeamVOVisitInfo       `json:"visitInfo,omitempty" xml:"visitInfo,omitempty" type:"Struct"`
}

func (TeamVO) GoString

func (s TeamVO) GoString() string

func (*TeamVO) SetCover

func (s *TeamVO) SetCover(v string) *TeamVO

func (*TeamVO) SetCreatedTime

func (s *TeamVO) SetCreatedTime(v int64) *TeamVO

func (*TeamVO) SetCreator

func (s *TeamVO) SetCreator(v *TeamVOCreator) *TeamVO

func (*TeamVO) SetDescription

func (s *TeamVO) SetDescription(v string) *TeamVO

func (*TeamVO) SetIcon

func (s *TeamVO) SetIcon(v string) *TeamVO

func (*TeamVO) SetId

func (s *TeamVO) SetId(v string) *TeamVO

func (*TeamVO) SetName

func (s *TeamVO) SetName(v string) *TeamVO

func (*TeamVO) SetRelatedDeptInfo

func (s *TeamVO) SetRelatedDeptInfo(v *TeamVORelatedDeptInfo) *TeamVO

func (*TeamVO) SetShareScopeInfo

func (s *TeamVO) SetShareScopeInfo(v *TeamVOShareScopeInfo) *TeamVO

func (*TeamVO) SetStatus

func (s *TeamVO) SetStatus(v int32) *TeamVO

func (*TeamVO) SetType

func (s *TeamVO) SetType(v int32) *TeamVO

func (*TeamVO) SetUpdatedTime

func (s *TeamVO) SetUpdatedTime(v int64) *TeamVO

func (*TeamVO) SetUpdater

func (s *TeamVO) SetUpdater(v *TeamVOUpdater) *TeamVO

func (*TeamVO) SetUrl

func (s *TeamVO) SetUrl(v string) *TeamVO

func (*TeamVO) SetVisitInfo

func (s *TeamVO) SetVisitInfo(v *TeamVOVisitInfo) *TeamVO

func (TeamVO) String

func (s TeamVO) String() string

type TeamVOCreator

type TeamVOCreator struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (TeamVOCreator) GoString

func (s TeamVOCreator) GoString() string

func (*TeamVOCreator) SetName

func (s *TeamVOCreator) SetName(v string) *TeamVOCreator

func (*TeamVOCreator) SetUnionId

func (s *TeamVOCreator) SetUnionId(v string) *TeamVOCreator

func (TeamVOCreator) String

func (s TeamVOCreator) String() string

type TeamVORelatedDeptInfo

type TeamVORelatedDeptInfo struct {
	DeptId   *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptName *string `json:"deptName,omitempty" xml:"deptName,omitempty"`
}

func (TeamVORelatedDeptInfo) GoString

func (s TeamVORelatedDeptInfo) GoString() string

func (*TeamVORelatedDeptInfo) SetDeptId

func (*TeamVORelatedDeptInfo) SetDeptName

func (TeamVORelatedDeptInfo) String

func (s TeamVORelatedDeptInfo) String() string

type TeamVOShareScopeInfo

type TeamVOShareScopeInfo struct {
	RoleId *string `json:"roleId,omitempty" xml:"roleId,omitempty"`
	Scope  *int32  `json:"scope,omitempty" xml:"scope,omitempty"`
}

func (TeamVOShareScopeInfo) GoString

func (s TeamVOShareScopeInfo) GoString() string

func (*TeamVOShareScopeInfo) SetRoleId

func (*TeamVOShareScopeInfo) SetScope

func (TeamVOShareScopeInfo) String

func (s TeamVOShareScopeInfo) String() string

type TeamVOUpdater

type TeamVOUpdater struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (TeamVOUpdater) GoString

func (s TeamVOUpdater) GoString() string

func (*TeamVOUpdater) SetName

func (s *TeamVOUpdater) SetName(v string) *TeamVOUpdater

func (*TeamVOUpdater) SetUnionId

func (s *TeamVOUpdater) SetUnionId(v string) *TeamVOUpdater

func (TeamVOUpdater) String

func (s TeamVOUpdater) String() string

type TeamVOVisitInfo

type TeamVOVisitInfo struct {
	RoleCode *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (TeamVOVisitInfo) GoString

func (s TeamVOVisitInfo) GoString() string

func (*TeamVOVisitInfo) SetRoleCode

func (s *TeamVOVisitInfo) SetRoleCode(v string) *TeamVOVisitInfo

func (TeamVOVisitInfo) String

func (s TeamVOVisitInfo) String() string

type UnmarkStarHeaders

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

func (s UnmarkStarHeaders) GoString() string

func (*UnmarkStarHeaders) SetCommonHeaders

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

func (*UnmarkStarHeaders) SetXAcsDingtalkAccessToken

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

func (UnmarkStarHeaders) String

func (s UnmarkStarHeaders) String() string

type UnmarkStarRequest

type UnmarkStarRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UnmarkStarRequest) GoString

func (s UnmarkStarRequest) GoString() string

func (*UnmarkStarRequest) SetOperatorId

func (s *UnmarkStarRequest) SetOperatorId(v string) *UnmarkStarRequest

func (UnmarkStarRequest) String

func (s UnmarkStarRequest) String() string

type UnmarkStarResponse

type UnmarkStarResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnmarkStarResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnmarkStarResponse) GoString

func (s UnmarkStarResponse) GoString() string

func (*UnmarkStarResponse) SetBody

func (*UnmarkStarResponse) SetHeaders

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

func (*UnmarkStarResponse) SetStatusCode

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

func (UnmarkStarResponse) String

func (s UnmarkStarResponse) String() string

type UnmarkStarResponseBody

type UnmarkStarResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (UnmarkStarResponseBody) GoString

func (s UnmarkStarResponseBody) GoString() string

func (*UnmarkStarResponseBody) SetSuccess

func (UnmarkStarResponseBody) String

func (s UnmarkStarResponseBody) String() string

type UnpinSpaceHeaders

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

func (s UnpinSpaceHeaders) GoString() string

func (*UnpinSpaceHeaders) SetCommonHeaders

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

func (*UnpinSpaceHeaders) SetXAcsDingtalkAccessToken

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

func (UnpinSpaceHeaders) String

func (s UnpinSpaceHeaders) String() string

type UnpinSpaceRequest

type UnpinSpaceRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UnpinSpaceRequest) GoString

func (s UnpinSpaceRequest) GoString() string

func (*UnpinSpaceRequest) SetOperatorId

func (s *UnpinSpaceRequest) SetOperatorId(v string) *UnpinSpaceRequest

func (UnpinSpaceRequest) String

func (s UnpinSpaceRequest) String() string

type UnpinSpaceResponse

type UnpinSpaceResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnpinSpaceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnpinSpaceResponse) GoString

func (s UnpinSpaceResponse) GoString() string

func (*UnpinSpaceResponse) SetBody

func (*UnpinSpaceResponse) SetHeaders

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

func (*UnpinSpaceResponse) SetStatusCode

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

func (UnpinSpaceResponse) String

func (s UnpinSpaceResponse) String() string

type UnpinSpaceResponseBody

type UnpinSpaceResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (UnpinSpaceResponseBody) GoString

func (s UnpinSpaceResponseBody) GoString() string

func (*UnpinSpaceResponseBody) SetSuccess

func (UnpinSpaceResponseBody) String

func (s UnpinSpaceResponseBody) String() string

type UpdateTeamHeaders

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

func (s UpdateTeamHeaders) GoString() string

func (*UpdateTeamHeaders) SetCommonHeaders

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

func (*UpdateTeamHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateTeamHeaders) String

func (s UpdateTeamHeaders) String() string

type UpdateTeamRequest

type UpdateTeamRequest struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UpdateTeamRequest) GoString

func (s UpdateTeamRequest) GoString() string

func (*UpdateTeamRequest) SetDescription

func (s *UpdateTeamRequest) SetDescription(v string) *UpdateTeamRequest

func (*UpdateTeamRequest) SetName

func (*UpdateTeamRequest) SetOperatorId

func (s *UpdateTeamRequest) SetOperatorId(v string) *UpdateTeamRequest

func (UpdateTeamRequest) String

func (s UpdateTeamRequest) String() string

type UpdateTeamResponse

type UpdateTeamResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TeamVO            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTeamResponse) GoString

func (s UpdateTeamResponse) GoString() string

func (*UpdateTeamResponse) SetBody

func (*UpdateTeamResponse) SetHeaders

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

func (*UpdateTeamResponse) SetStatusCode

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

func (UpdateTeamResponse) String

func (s UpdateTeamResponse) String() string

Jump to

Keyboard shortcuts

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