doc_1_0

package
v1.6.40 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCommentHeaders

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

func (s AddCommentHeaders) GoString() string

func (*AddCommentHeaders) SetCommonHeaders

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

func (*AddCommentHeaders) SetXAcsDingtalkAccessToken

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

func (AddCommentHeaders) String

func (s AddCommentHeaders) String() string

type AddCommentRequest

type AddCommentRequest struct {
	CommentContent *string                  `json:"commentContent,omitempty" xml:"commentContent,omitempty"`
	CommentType    *string                  `json:"commentType,omitempty" xml:"commentType,omitempty"`
	Option         *AddCommentRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	OperatorId     *string                  `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (AddCommentRequest) GoString

func (s AddCommentRequest) GoString() string

func (*AddCommentRequest) SetCommentContent

func (s *AddCommentRequest) SetCommentContent(v string) *AddCommentRequest

func (*AddCommentRequest) SetCommentType

func (s *AddCommentRequest) SetCommentType(v string) *AddCommentRequest

func (*AddCommentRequest) SetOperatorId

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

func (*AddCommentRequest) SetOption

func (AddCommentRequest) String

func (s AddCommentRequest) String() string

type AddCommentRequestOption

type AddCommentRequestOption struct {
	CreateTime *string            `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Extra      map[string]*string `json:"extra,omitempty" xml:"extra,omitempty"`
}

func (AddCommentRequestOption) GoString

func (s AddCommentRequestOption) GoString() string

func (*AddCommentRequestOption) SetCreateTime

func (*AddCommentRequestOption) SetExtra

func (AddCommentRequestOption) String

func (s AddCommentRequestOption) String() string

type AddCommentResponse

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

func (AddCommentResponse) GoString

func (s AddCommentResponse) GoString() string

func (*AddCommentResponse) SetBody

func (*AddCommentResponse) SetHeaders

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

func (*AddCommentResponse) SetStatusCode

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

func (AddCommentResponse) String

func (s AddCommentResponse) String() string

type AddCommentResponseBody

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

func (AddCommentResponseBody) GoString

func (s AddCommentResponseBody) GoString() string

func (*AddCommentResponseBody) SetSuccess

func (AddCommentResponseBody) String

func (s AddCommentResponseBody) String() string

type AddWorkspaceDocMembersHeaders

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

func (*AddWorkspaceDocMembersHeaders) SetCommonHeaders

func (*AddWorkspaceDocMembersHeaders) SetXAcsDingtalkAccessToken

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

func (AddWorkspaceDocMembersHeaders) String

type AddWorkspaceDocMembersRequest

type AddWorkspaceDocMembersRequest struct {
	Members    []*AddWorkspaceDocMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	OperatorId *string                                 `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (AddWorkspaceDocMembersRequest) GoString

func (*AddWorkspaceDocMembersRequest) SetMembers

func (*AddWorkspaceDocMembersRequest) SetOperatorId

func (AddWorkspaceDocMembersRequest) String

type AddWorkspaceDocMembersRequestMembers

type AddWorkspaceDocMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleType   *string `json:"roleType,omitempty" xml:"roleType,omitempty"`
}

func (AddWorkspaceDocMembersRequestMembers) GoString

func (*AddWorkspaceDocMembersRequestMembers) SetMemberId

func (*AddWorkspaceDocMembersRequestMembers) SetMemberType

func (*AddWorkspaceDocMembersRequestMembers) SetRoleType

func (AddWorkspaceDocMembersRequestMembers) String

type AddWorkspaceDocMembersResponse

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

func (AddWorkspaceDocMembersResponse) GoString

func (*AddWorkspaceDocMembersResponse) SetHeaders

func (*AddWorkspaceDocMembersResponse) SetStatusCode

func (AddWorkspaceDocMembersResponse) String

type AddWorkspaceMembersHeaders

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

func (s AddWorkspaceMembersHeaders) GoString() string

func (*AddWorkspaceMembersHeaders) SetCommonHeaders

func (*AddWorkspaceMembersHeaders) SetXAcsDingtalkAccessToken

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

func (AddWorkspaceMembersHeaders) String

type AddWorkspaceMembersRequest

type AddWorkspaceMembersRequest struct {
	Members    []*AddWorkspaceMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	OperatorId *string                              `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (AddWorkspaceMembersRequest) GoString

func (s AddWorkspaceMembersRequest) GoString() string

func (*AddWorkspaceMembersRequest) SetMembers

func (*AddWorkspaceMembersRequest) SetOperatorId

func (AddWorkspaceMembersRequest) String

type AddWorkspaceMembersRequestMembers

type AddWorkspaceMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleType   *string `json:"roleType,omitempty" xml:"roleType,omitempty"`
}

func (AddWorkspaceMembersRequestMembers) GoString

func (*AddWorkspaceMembersRequestMembers) SetMemberId

func (*AddWorkspaceMembersRequestMembers) SetMemberType

func (*AddWorkspaceMembersRequestMembers) SetRoleType

func (AddWorkspaceMembersRequestMembers) String

type AddWorkspaceMembersResponse

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

func (AddWorkspaceMembersResponse) GoString

func (s AddWorkspaceMembersResponse) GoString() string

func (*AddWorkspaceMembersResponse) SetBody

func (*AddWorkspaceMembersResponse) SetHeaders

func (*AddWorkspaceMembersResponse) SetStatusCode

func (AddWorkspaceMembersResponse) String

type AddWorkspaceMembersResponseBody

type AddWorkspaceMembersResponseBody struct {
	NotInOrgList []*string `json:"notInOrgList,omitempty" xml:"notInOrgList,omitempty" type:"Repeated"`
}

func (AddWorkspaceMembersResponseBody) GoString

func (*AddWorkspaceMembersResponseBody) SetNotInOrgList

func (AddWorkspaceMembersResponseBody) String

type AppendRowsHeaders

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

func (s AppendRowsHeaders) GoString() string

func (*AppendRowsHeaders) SetCommonHeaders

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

func (*AppendRowsHeaders) SetXAcsDingtalkAccessToken

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

func (AppendRowsHeaders) String

func (s AppendRowsHeaders) String() string

type AppendRowsRequest

type AppendRowsRequest struct {
	Values     [][]*string `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
	OperatorId *string     `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (AppendRowsRequest) GoString

func (s AppendRowsRequest) GoString() string

func (*AppendRowsRequest) SetOperatorId

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

func (*AppendRowsRequest) SetValues

func (s *AppendRowsRequest) SetValues(v [][]*string) *AppendRowsRequest

func (AppendRowsRequest) String

func (s AppendRowsRequest) String() string

type AppendRowsResponse

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

func (AppendRowsResponse) GoString

func (s AppendRowsResponse) GoString() string

func (*AppendRowsResponse) SetHeaders

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

func (*AppendRowsResponse) SetStatusCode

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

func (AppendRowsResponse) String

func (s AppendRowsResponse) String() string

type AttachmentsMapValue

type AttachmentsMapValue struct {
	UploadKey *string `json:"uploadKey,omitempty" xml:"uploadKey,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	MediaType *string `json:"mediaType,omitempty" xml:"mediaType,omitempty"`
}

func (AttachmentsMapValue) GoString

func (s AttachmentsMapValue) GoString() string

func (*AttachmentsMapValue) SetMediaType

func (s *AttachmentsMapValue) SetMediaType(v string) *AttachmentsMapValue

func (*AttachmentsMapValue) SetName

func (*AttachmentsMapValue) SetUploadKey

func (s *AttachmentsMapValue) SetUploadKey(v string) *AttachmentsMapValue

func (AttachmentsMapValue) String

func (s AttachmentsMapValue) String() string

type BatchGetWorkspaceDocsHeaders

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

func (s BatchGetWorkspaceDocsHeaders) GoString() string

func (*BatchGetWorkspaceDocsHeaders) SetCommonHeaders

func (*BatchGetWorkspaceDocsHeaders) SetXAcsDingtalkAccessToken

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

func (BatchGetWorkspaceDocsHeaders) String

type BatchGetWorkspaceDocsRequest

type BatchGetWorkspaceDocsRequest struct {
	NodeIds    []*string `json:"nodeIds,omitempty" xml:"nodeIds,omitempty" type:"Repeated"`
	OperatorId *string   `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (BatchGetWorkspaceDocsRequest) GoString

func (s BatchGetWorkspaceDocsRequest) GoString() string

func (*BatchGetWorkspaceDocsRequest) SetNodeIds

func (*BatchGetWorkspaceDocsRequest) SetOperatorId

func (BatchGetWorkspaceDocsRequest) String

type BatchGetWorkspaceDocsResponse

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

func (BatchGetWorkspaceDocsResponse) GoString

func (*BatchGetWorkspaceDocsResponse) SetBody

func (*BatchGetWorkspaceDocsResponse) SetHeaders

func (*BatchGetWorkspaceDocsResponse) SetStatusCode

func (BatchGetWorkspaceDocsResponse) String

type BatchGetWorkspaceDocsResponseBody

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

func (BatchGetWorkspaceDocsResponseBody) GoString

func (BatchGetWorkspaceDocsResponseBody) String

type BatchGetWorkspaceDocsResponseBodyResult

type BatchGetWorkspaceDocsResponseBodyResult struct {
	HasPermission *bool                                               `json:"hasPermission,omitempty" xml:"hasPermission,omitempty"`
	NodeBO        *BatchGetWorkspaceDocsResponseBodyResultNodeBO      `json:"nodeBO,omitempty" xml:"nodeBO,omitempty" type:"Struct"`
	WorkspaceBO   *BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO `json:"workspaceBO,omitempty" xml:"workspaceBO,omitempty" type:"Struct"`
}

func (BatchGetWorkspaceDocsResponseBodyResult) GoString

func (*BatchGetWorkspaceDocsResponseBodyResult) SetHasPermission

func (BatchGetWorkspaceDocsResponseBodyResult) String

type BatchGetWorkspaceDocsResponseBodyResultNodeBO

type BatchGetWorkspaceDocsResponseBodyResultNodeBO struct {
	Deleted      *bool   `json:"deleted,omitempty" xml:"deleted,omitempty"`
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	LastEditTime *int64  `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (BatchGetWorkspaceDocsResponseBodyResultNodeBO) GoString

func (*BatchGetWorkspaceDocsResponseBodyResultNodeBO) SetDeleted

func (*BatchGetWorkspaceDocsResponseBodyResultNodeBO) SetDocType

func (*BatchGetWorkspaceDocsResponseBodyResultNodeBO) SetLastEditTime

func (*BatchGetWorkspaceDocsResponseBodyResultNodeBO) SetName

func (*BatchGetWorkspaceDocsResponseBodyResultNodeBO) SetNodeId

func (*BatchGetWorkspaceDocsResponseBodyResultNodeBO) SetUrl

func (BatchGetWorkspaceDocsResponseBodyResultNodeBO) String

type BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO

type BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO struct {
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO) GoString

func (*BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO) SetName

func (*BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO) SetWorkspaceId

func (BatchGetWorkspaceDocsResponseBodyResultWorkspaceBO) String

type BatchGetWorkspacesHeaders

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

func (s BatchGetWorkspacesHeaders) GoString() string

func (*BatchGetWorkspacesHeaders) SetCommonHeaders

func (*BatchGetWorkspacesHeaders) SetXAcsDingtalkAccessToken

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

func (BatchGetWorkspacesHeaders) String

func (s BatchGetWorkspacesHeaders) String() string

type BatchGetWorkspacesRequest

type BatchGetWorkspacesRequest struct {
	IncludeRecent *bool     `json:"includeRecent,omitempty" xml:"includeRecent,omitempty"`
	OperatorId    *string   `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	WorkspaceIds  []*string `json:"workspaceIds,omitempty" xml:"workspaceIds,omitempty" type:"Repeated"`
}

func (BatchGetWorkspacesRequest) GoString

func (s BatchGetWorkspacesRequest) GoString() string

func (*BatchGetWorkspacesRequest) SetIncludeRecent

func (*BatchGetWorkspacesRequest) SetOperatorId

func (*BatchGetWorkspacesRequest) SetWorkspaceIds

func (BatchGetWorkspacesRequest) String

func (s BatchGetWorkspacesRequest) String() string

type BatchGetWorkspacesResponse

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

func (BatchGetWorkspacesResponse) GoString

func (s BatchGetWorkspacesResponse) GoString() string

func (*BatchGetWorkspacesResponse) SetBody

func (*BatchGetWorkspacesResponse) SetHeaders

func (*BatchGetWorkspacesResponse) SetStatusCode

func (BatchGetWorkspacesResponse) String

type BatchGetWorkspacesResponseBody

type BatchGetWorkspacesResponseBody struct {
	Workspaces []*BatchGetWorkspacesResponseBodyWorkspaces `json:"workspaces,omitempty" xml:"workspaces,omitempty" type:"Repeated"`
}

func (BatchGetWorkspacesResponseBody) GoString

func (BatchGetWorkspacesResponseBody) String

type BatchGetWorkspacesResponseBodyWorkspaces

type BatchGetWorkspacesResponseBodyWorkspaces struct {
	HasPermission *bool                                              `json:"hasPermission,omitempty" xml:"hasPermission,omitempty"`
	Workspace     *BatchGetWorkspacesResponseBodyWorkspacesWorkspace `json:"workspace,omitempty" xml:"workspace,omitempty" type:"Struct"`
}

func (BatchGetWorkspacesResponseBodyWorkspaces) GoString

func (*BatchGetWorkspacesResponseBodyWorkspaces) SetHasPermission

func (BatchGetWorkspacesResponseBodyWorkspaces) String

type BatchGetWorkspacesResponseBodyWorkspacesWorkspace

type BatchGetWorkspacesResponseBodyWorkspacesWorkspace struct {
	CreateTime   *int64                                                         `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Name         *string                                                        `json:"name,omitempty" xml:"name,omitempty"`
	OrgPublished *bool                                                          `json:"orgPublished,omitempty" xml:"orgPublished,omitempty"`
	RecentList   []*BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
	Url          *string                                                        `json:"url,omitempty" xml:"url,omitempty"`
	WorkspaceId  *string                                                        `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (BatchGetWorkspacesResponseBodyWorkspacesWorkspace) GoString

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspace) SetCreateTime

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspace) SetName

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspace) SetOrgPublished

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspace) SetUrl

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspace) SetWorkspaceId

func (BatchGetWorkspacesResponseBodyWorkspacesWorkspace) String

type BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList

type BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList struct {
	LastEditTime *string `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList) GoString

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList) SetLastEditTime

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList) SetName

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList) SetNodeId

func (*BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList) SetUrl

func (BatchGetWorkspacesResponseBodyWorkspacesWorkspaceRecentList) String

type BatchHeaders

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

func (s BatchHeaders) GoString() string

func (*BatchHeaders) SetCommonHeaders

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

func (*BatchHeaders) SetXAcsDingtalkAccessToken

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

func (BatchHeaders) String

func (s BatchHeaders) String() string

type BatchRequest

type BatchRequest struct {
	Requests   []*BatchRequestRequests `json:"requests,omitempty" xml:"requests,omitempty" type:"Repeated"`
	OperatorId *string                 `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (BatchRequest) GoString

func (s BatchRequest) GoString() string

func (*BatchRequest) SetOperatorId

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

func (*BatchRequest) SetRequests

func (s *BatchRequest) SetRequests(v []*BatchRequestRequests) *BatchRequest

func (BatchRequest) String

func (s BatchRequest) String() string

type BatchRequestRequests

type BatchRequestRequests struct {
	Body   interface{} `json:"body,omitempty" xml:"body,omitempty"`
	Method *string     `json:"method,omitempty" xml:"method,omitempty"`
	Path   *string     `json:"path,omitempty" xml:"path,omitempty"`
}

func (BatchRequestRequests) GoString

func (s BatchRequestRequests) GoString() string

func (*BatchRequestRequests) SetBody

func (s *BatchRequestRequests) SetBody(v interface{}) *BatchRequestRequests

func (*BatchRequestRequests) SetMethod

func (*BatchRequestRequests) SetPath

func (BatchRequestRequests) String

func (s BatchRequestRequests) String() string

type BatchResponse

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

func (BatchResponse) GoString

func (s BatchResponse) GoString() string

func (*BatchResponse) SetBody

func (*BatchResponse) SetHeaders

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

func (*BatchResponse) SetStatusCode

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

func (BatchResponse) String

func (s BatchResponse) String() string

type BatchResponseBody

type BatchResponseBody struct {
	Responses []interface{} `json:"responses,omitempty" xml:"responses,omitempty" type:"Repeated"`
}

func (BatchResponseBody) GoString

func (s BatchResponseBody) GoString() string

func (*BatchResponseBody) SetResponses

func (s *BatchResponseBody) SetResponses(v []interface{}) *BatchResponseBody

func (BatchResponseBody) String

func (s BatchResponseBody) String() string

type BindCoolAppToSheetHeaders

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

func (s BindCoolAppToSheetHeaders) GoString() string

func (*BindCoolAppToSheetHeaders) SetCommonHeaders

func (*BindCoolAppToSheetHeaders) SetXAcsDingtalkAccessToken

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

func (BindCoolAppToSheetHeaders) String

func (s BindCoolAppToSheetHeaders) String() string

type BindCoolAppToSheetRequest

type BindCoolAppToSheetRequest struct {
	CoolAppCode *string `json:"coolAppCode,omitempty" xml:"coolAppCode,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (BindCoolAppToSheetRequest) GoString

func (s BindCoolAppToSheetRequest) GoString() string

func (*BindCoolAppToSheetRequest) SetCoolAppCode

func (*BindCoolAppToSheetRequest) SetOperatorId

func (BindCoolAppToSheetRequest) String

func (s BindCoolAppToSheetRequest) String() string

type BindCoolAppToSheetResponse

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

func (BindCoolAppToSheetResponse) GoString

func (s BindCoolAppToSheetResponse) GoString() string

func (*BindCoolAppToSheetResponse) SetBody

func (*BindCoolAppToSheetResponse) SetHeaders

func (*BindCoolAppToSheetResponse) SetStatusCode

func (BindCoolAppToSheetResponse) String

type BindCoolAppToSheetResponseBody

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

func (BindCoolAppToSheetResponseBody) GoString

func (*BindCoolAppToSheetResponseBody) SetSuccess

func (BindCoolAppToSheetResponseBody) String

type ClearDataHeaders

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

func (s ClearDataHeaders) GoString() string

func (*ClearDataHeaders) SetCommonHeaders

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

func (*ClearDataHeaders) SetXAcsDingtalkAccessToken

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

func (ClearDataHeaders) String

func (s ClearDataHeaders) String() string

type ClearDataRequest

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

func (ClearDataRequest) GoString

func (s ClearDataRequest) GoString() string

func (*ClearDataRequest) SetOperatorId

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

func (ClearDataRequest) String

func (s ClearDataRequest) String() string

type ClearDataResponse

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

func (ClearDataResponse) GoString

func (s ClearDataResponse) GoString() string

func (*ClearDataResponse) SetBody

func (*ClearDataResponse) SetHeaders

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

func (*ClearDataResponse) SetStatusCode

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

func (ClearDataResponse) String

func (s ClearDataResponse) String() string

type ClearDataResponseBody

type ClearDataResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (ClearDataResponseBody) GoString

func (s ClearDataResponseBody) GoString() string

func (*ClearDataResponseBody) SetA1Notation

func (s *ClearDataResponseBody) SetA1Notation(v string) *ClearDataResponseBody

func (ClearDataResponseBody) String

func (s ClearDataResponseBody) String() string

type ClearHeaders

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

func (s ClearHeaders) GoString() string

func (*ClearHeaders) SetCommonHeaders

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

func (*ClearHeaders) SetXAcsDingtalkAccessToken

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

func (ClearHeaders) String

func (s ClearHeaders) String() string

type ClearRequest

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

func (ClearRequest) GoString

func (s ClearRequest) GoString() string

func (*ClearRequest) SetOperatorId

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

func (ClearRequest) String

func (s ClearRequest) String() string

type ClearResponse

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

func (ClearResponse) GoString

func (s ClearResponse) GoString() string

func (*ClearResponse) SetBody

func (*ClearResponse) SetHeaders

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

func (*ClearResponse) SetStatusCode

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

func (ClearResponse) String

func (s ClearResponse) String() string

type ClearResponseBody

type ClearResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (ClearResponseBody) GoString

func (s ClearResponseBody) GoString() string

func (*ClearResponseBody) SetA1Notation

func (s *ClearResponseBody) SetA1Notation(v string) *ClearResponseBody

func (ClearResponseBody) String

func (s ClearResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AddComment

func (client *Client) AddComment(docId *string, request *AddCommentRequest) (_result *AddCommentResponse, _err error)

func (*Client) AddCommentWithOptions

func (client *Client) AddCommentWithOptions(docId *string, request *AddCommentRequest, headers *AddCommentHeaders, runtime *util.RuntimeOptions) (_result *AddCommentResponse, _err error)

func (*Client) AddWorkspaceDocMembers

func (client *Client) AddWorkspaceDocMembers(workspaceId *string, nodeId *string, request *AddWorkspaceDocMembersRequest) (_result *AddWorkspaceDocMembersResponse, _err error)

func (*Client) AddWorkspaceDocMembersWithOptions

func (client *Client) AddWorkspaceDocMembersWithOptions(workspaceId *string, nodeId *string, request *AddWorkspaceDocMembersRequest, headers *AddWorkspaceDocMembersHeaders, runtime *util.RuntimeOptions) (_result *AddWorkspaceDocMembersResponse, _err error)

func (*Client) AddWorkspaceMembers

func (client *Client) AddWorkspaceMembers(workspaceId *string, request *AddWorkspaceMembersRequest) (_result *AddWorkspaceMembersResponse, _err error)

func (*Client) AddWorkspaceMembersWithOptions

func (client *Client) AddWorkspaceMembersWithOptions(workspaceId *string, request *AddWorkspaceMembersRequest, headers *AddWorkspaceMembersHeaders, runtime *util.RuntimeOptions) (_result *AddWorkspaceMembersResponse, _err error)

func (*Client) AppendRows

func (client *Client) AppendRows(workbookId *string, sheetId *string, request *AppendRowsRequest) (_result *AppendRowsResponse, _err error)

func (*Client) AppendRowsWithOptions

func (client *Client) AppendRowsWithOptions(workbookId *string, sheetId *string, request *AppendRowsRequest, headers *AppendRowsHeaders, runtime *util.RuntimeOptions) (_result *AppendRowsResponse, _err error)

func (*Client) Batch

func (client *Client) Batch(workbookId *string, request *BatchRequest) (_result *BatchResponse, _err error)

func (*Client) BatchGetWorkspaceDocs

func (client *Client) BatchGetWorkspaceDocs(request *BatchGetWorkspaceDocsRequest) (_result *BatchGetWorkspaceDocsResponse, _err error)

func (*Client) BatchGetWorkspaceDocsWithOptions

func (client *Client) BatchGetWorkspaceDocsWithOptions(request *BatchGetWorkspaceDocsRequest, headers *BatchGetWorkspaceDocsHeaders, runtime *util.RuntimeOptions) (_result *BatchGetWorkspaceDocsResponse, _err error)

func (*Client) BatchGetWorkspaces

func (client *Client) BatchGetWorkspaces(request *BatchGetWorkspacesRequest) (_result *BatchGetWorkspacesResponse, _err error)

func (*Client) BatchGetWorkspacesWithOptions

func (client *Client) BatchGetWorkspacesWithOptions(request *BatchGetWorkspacesRequest, headers *BatchGetWorkspacesHeaders, runtime *util.RuntimeOptions) (_result *BatchGetWorkspacesResponse, _err error)

func (*Client) BatchWithOptions

func (client *Client) BatchWithOptions(workbookId *string, request *BatchRequest, headers *BatchHeaders, runtime *util.RuntimeOptions) (_result *BatchResponse, _err error)

func (*Client) BindCoolAppToSheet

func (client *Client) BindCoolAppToSheet(workbookId *string, request *BindCoolAppToSheetRequest) (_result *BindCoolAppToSheetResponse, _err error)

func (*Client) BindCoolAppToSheetWithOptions

func (client *Client) BindCoolAppToSheetWithOptions(workbookId *string, request *BindCoolAppToSheetRequest, headers *BindCoolAppToSheetHeaders, runtime *util.RuntimeOptions) (_result *BindCoolAppToSheetResponse, _err error)

func (*Client) Clear

func (client *Client) Clear(workbookId *string, sheetId *string, rangeAddress *string, request *ClearRequest) (_result *ClearResponse, _err error)

func (*Client) ClearData

func (client *Client) ClearData(workbookId *string, sheetId *string, rangeAddress *string, request *ClearDataRequest) (_result *ClearDataResponse, _err error)

func (*Client) ClearDataWithOptions

func (client *Client) ClearDataWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *ClearDataRequest, headers *ClearDataHeaders, runtime *util.RuntimeOptions) (_result *ClearDataResponse, _err error)

func (*Client) ClearWithOptions

func (client *Client) ClearWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *ClearRequest, headers *ClearHeaders, runtime *util.RuntimeOptions) (_result *ClearResponse, _err error)

func (*Client) CreateConditionalFormattingRule

func (client *Client) CreateConditionalFormattingRule(workbookId *string, sheetId *string, request *CreateConditionalFormattingRuleRequest) (_result *CreateConditionalFormattingRuleResponse, _err error)

func (*Client) CreateConditionalFormattingRuleWithOptions

func (client *Client) CreateConditionalFormattingRuleWithOptions(workbookId *string, sheetId *string, request *CreateConditionalFormattingRuleRequest, headers *CreateConditionalFormattingRuleHeaders, runtime *util.RuntimeOptions) (_result *CreateConditionalFormattingRuleResponse, _err error)

func (*Client) CreateDeveloperMetadata

func (client *Client) CreateDeveloperMetadata(workbookId *string, request *CreateDeveloperMetadataRequest) (_result *CreateDeveloperMetadataResponse, _err error)

func (*Client) CreateDeveloperMetadataWithOptions

func (client *Client) CreateDeveloperMetadataWithOptions(workbookId *string, request *CreateDeveloperMetadataRequest, headers *CreateDeveloperMetadataHeaders, runtime *util.RuntimeOptions) (_result *CreateDeveloperMetadataResponse, _err error)

func (*Client) CreateRangeProtection

func (client *Client) CreateRangeProtection(workbookId *string, sheetId *string, rangeAddress *string, request *CreateRangeProtectionRequest) (_result *CreateRangeProtectionResponse, _err error)

func (*Client) CreateRangeProtectionWithOptions

func (client *Client) CreateRangeProtectionWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *CreateRangeProtectionRequest, headers *CreateRangeProtectionHeaders, runtime *util.RuntimeOptions) (_result *CreateRangeProtectionResponse, _err error)

func (*Client) CreateSheet

func (client *Client) CreateSheet(workbookId *string, request *CreateSheetRequest) (_result *CreateSheetResponse, _err error)

func (*Client) CreateSheetWithOptions

func (client *Client) CreateSheetWithOptions(workbookId *string, request *CreateSheetRequest, headers *CreateSheetHeaders, runtime *util.RuntimeOptions) (_result *CreateSheetResponse, _err error)

func (*Client) CreateWorkspace

func (client *Client) CreateWorkspace(request *CreateWorkspaceRequest) (_result *CreateWorkspaceResponse, _err error)

func (*Client) CreateWorkspaceDoc

func (client *Client) CreateWorkspaceDoc(workspaceId *string, request *CreateWorkspaceDocRequest) (_result *CreateWorkspaceDocResponse, _err error)

func (*Client) CreateWorkspaceDocWithOptions

func (client *Client) CreateWorkspaceDocWithOptions(workspaceId *string, request *CreateWorkspaceDocRequest, headers *CreateWorkspaceDocHeaders, runtime *util.RuntimeOptions) (_result *CreateWorkspaceDocResponse, _err error)

func (*Client) CreateWorkspaceWithOptions

func (client *Client) CreateWorkspaceWithOptions(request *CreateWorkspaceRequest, headers *CreateWorkspaceHeaders, runtime *util.RuntimeOptions) (_result *CreateWorkspaceResponse, _err error)

func (*Client) DeleteColumns

func (client *Client) DeleteColumns(workbookId *string, sheetId *string, request *DeleteColumnsRequest) (_result *DeleteColumnsResponse, _err error)

func (*Client) DeleteColumnsWithOptions

func (client *Client) DeleteColumnsWithOptions(workbookId *string, sheetId *string, request *DeleteColumnsRequest, headers *DeleteColumnsHeaders, runtime *util.RuntimeOptions) (_result *DeleteColumnsResponse, _err error)

func (*Client) DeleteDropdownLists

func (client *Client) DeleteDropdownLists(workbookId *string, sheetId *string, rangeAddress *string, request *DeleteDropdownListsRequest) (_result *DeleteDropdownListsResponse, _err error)

func (*Client) DeleteDropdownListsWithOptions

func (client *Client) DeleteDropdownListsWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *DeleteDropdownListsRequest, headers *DeleteDropdownListsHeaders, runtime *util.RuntimeOptions) (_result *DeleteDropdownListsResponse, _err error)

func (*Client) DeleteRangeProtection

func (client *Client) DeleteRangeProtection(workbookId *string, sheetId *string, rangeAddress *string, protectionId *string, request *DeleteRangeProtectionRequest) (_result *DeleteRangeProtectionResponse, _err error)

func (*Client) DeleteRangeProtectionWithOptions

func (client *Client) DeleteRangeProtectionWithOptions(workbookId *string, sheetId *string, rangeAddress *string, protectionId *string, request *DeleteRangeProtectionRequest, headers *DeleteRangeProtectionHeaders, runtime *util.RuntimeOptions) (_result *DeleteRangeProtectionResponse, _err error)

func (*Client) DeleteRows

func (client *Client) DeleteRows(workbookId *string, sheetId *string, request *DeleteRowsRequest) (_result *DeleteRowsResponse, _err error)

func (*Client) DeleteRowsWithOptions

func (client *Client) DeleteRowsWithOptions(workbookId *string, sheetId *string, request *DeleteRowsRequest, headers *DeleteRowsHeaders, runtime *util.RuntimeOptions) (_result *DeleteRowsResponse, _err error)

func (*Client) DeleteSheet

func (client *Client) DeleteSheet(workbookId *string, sheetId *string, request *DeleteSheetRequest) (_result *DeleteSheetResponse, _err error)

func (*Client) DeleteSheetWithOptions

func (client *Client) DeleteSheetWithOptions(workbookId *string, sheetId *string, request *DeleteSheetRequest, headers *DeleteSheetHeaders, runtime *util.RuntimeOptions) (_result *DeleteSheetResponse, _err error)

func (*Client) DeleteWorkspaceDoc

func (client *Client) DeleteWorkspaceDoc(workspaceId *string, nodeId *string, request *DeleteWorkspaceDocRequest) (_result *DeleteWorkspaceDocResponse, _err error)

func (*Client) DeleteWorkspaceDocMembers

func (client *Client) DeleteWorkspaceDocMembers(workspaceId *string, nodeId *string, request *DeleteWorkspaceDocMembersRequest) (_result *DeleteWorkspaceDocMembersResponse, _err error)

func (*Client) DeleteWorkspaceDocMembersWithOptions

func (client *Client) DeleteWorkspaceDocMembersWithOptions(workspaceId *string, nodeId *string, request *DeleteWorkspaceDocMembersRequest, headers *DeleteWorkspaceDocMembersHeaders, runtime *util.RuntimeOptions) (_result *DeleteWorkspaceDocMembersResponse, _err error)

func (*Client) DeleteWorkspaceDocWithOptions

func (client *Client) DeleteWorkspaceDocWithOptions(workspaceId *string, nodeId *string, request *DeleteWorkspaceDocRequest, headers *DeleteWorkspaceDocHeaders, runtime *util.RuntimeOptions) (_result *DeleteWorkspaceDocResponse, _err error)

func (*Client) DeleteWorkspaceMembers

func (client *Client) DeleteWorkspaceMembers(workspaceId *string, request *DeleteWorkspaceMembersRequest) (_result *DeleteWorkspaceMembersResponse, _err error)

func (*Client) DeleteWorkspaceMembersWithOptions

func (client *Client) DeleteWorkspaceMembersWithOptions(workspaceId *string, request *DeleteWorkspaceMembersRequest, headers *DeleteWorkspaceMembersHeaders, runtime *util.RuntimeOptions) (_result *DeleteWorkspaceMembersResponse, _err error)

func (*Client) DocAppendParagraph added in v1.5.94

func (client *Client) DocAppendParagraph(docKey *string, blockId *string, request *DocAppendParagraphRequest) (_result *DocAppendParagraphResponse, _err error)

func (*Client) DocAppendParagraphWithOptions added in v1.5.94

func (client *Client) DocAppendParagraphWithOptions(docKey *string, blockId *string, request *DocAppendParagraphRequest, headers *DocAppendParagraphHeaders, runtime *util.RuntimeOptions) (_result *DocAppendParagraphResponse, _err error)

func (*Client) DocAppendText added in v1.5.94

func (client *Client) DocAppendText(docKey *string, blockId *string, request *DocAppendTextRequest) (_result *DocAppendTextResponse, _err error)

func (*Client) DocAppendTextWithOptions added in v1.5.94

func (client *Client) DocAppendTextWithOptions(docKey *string, blockId *string, request *DocAppendTextRequest, headers *DocAppendTextHeaders, runtime *util.RuntimeOptions) (_result *DocAppendTextResponse, _err error)

func (*Client) DocBlocksQuery added in v1.5.94

func (client *Client) DocBlocksQuery(docKey *string, request *DocBlocksQueryRequest) (_result *DocBlocksQueryResponse, _err error)

func (*Client) DocBlocksQueryWithOptions added in v1.5.94

func (client *Client) DocBlocksQueryWithOptions(docKey *string, request *DocBlocksQueryRequest, headers *DocBlocksQueryHeaders, runtime *util.RuntimeOptions) (_result *DocBlocksQueryResponse, _err error)

func (*Client) DocDeleteBlock added in v1.5.94

func (client *Client) DocDeleteBlock(docKey *string, blockId *string, request *DocDeleteBlockRequest) (_result *DocDeleteBlockResponse, _err error)

func (*Client) DocDeleteBlockWithOptions added in v1.5.94

func (client *Client) DocDeleteBlockWithOptions(docKey *string, blockId *string, request *DocDeleteBlockRequest, headers *DocDeleteBlockHeaders, runtime *util.RuntimeOptions) (_result *DocDeleteBlockResponse, _err error)

func (*Client) DocInsertBlocks added in v1.5.94

func (client *Client) DocInsertBlocks(docKey *string, request *DocInsertBlocksRequest) (_result *DocInsertBlocksResponse, _err error)

func (*Client) DocInsertBlocksWithOptions added in v1.5.94

func (client *Client) DocInsertBlocksWithOptions(docKey *string, request *DocInsertBlocksRequest, headers *DocInsertBlocksHeaders, runtime *util.RuntimeOptions) (_result *DocInsertBlocksResponse, _err error)

func (*Client) DocUpdateContent added in v1.5.94

func (client *Client) DocUpdateContent(docKey *string, request *DocUpdateContentRequest) (_result *DocUpdateContentResponse, _err error)

func (*Client) DocUpdateContentWithOptions added in v1.5.94

func (client *Client) DocUpdateContentWithOptions(docKey *string, request *DocUpdateContentRequest, headers *DocUpdateContentHeaders, runtime *util.RuntimeOptions) (_result *DocUpdateContentResponse, _err error)

func (*Client) GetAllSheets

func (client *Client) GetAllSheets(workbookId *string, request *GetAllSheetsRequest) (_result *GetAllSheetsResponse, _err error)

func (*Client) GetAllSheetsWithOptions

func (client *Client) GetAllSheetsWithOptions(workbookId *string, request *GetAllSheetsRequest, headers *GetAllSheetsHeaders, runtime *util.RuntimeOptions) (_result *GetAllSheetsResponse, _err error)

func (*Client) GetDeveloperMetadata

func (client *Client) GetDeveloperMetadata(workbookId *string, developerMetadataId *string, request *GetDeveloperMetadataRequest) (_result *GetDeveloperMetadataResponse, _err error)

func (*Client) GetDeveloperMetadataWithOptions

func (client *Client) GetDeveloperMetadataWithOptions(workbookId *string, developerMetadataId *string, request *GetDeveloperMetadataRequest, headers *GetDeveloperMetadataHeaders, runtime *util.RuntimeOptions) (_result *GetDeveloperMetadataResponse, _err error)

func (*Client) GetRange

func (client *Client) GetRange(workbookId *string, sheetId *string, rangeAddress *string, request *GetRangeRequest) (_result *GetRangeResponse, _err error)

func (*Client) GetRangeWithOptions

func (client *Client) GetRangeWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *GetRangeRequest, headers *GetRangeHeaders, runtime *util.RuntimeOptions) (_result *GetRangeResponse, _err error)

func (*Client) GetRecentEditDocs

func (client *Client) GetRecentEditDocs(request *GetRecentEditDocsRequest) (_result *GetRecentEditDocsResponse, _err error)

func (*Client) GetRecentEditDocsWithOptions

func (client *Client) GetRecentEditDocsWithOptions(request *GetRecentEditDocsRequest, headers *GetRecentEditDocsHeaders, runtime *util.RuntimeOptions) (_result *GetRecentEditDocsResponse, _err error)

func (*Client) GetRecentOpenDocs

func (client *Client) GetRecentOpenDocs(request *GetRecentOpenDocsRequest) (_result *GetRecentOpenDocsResponse, _err error)

func (*Client) GetRecentOpenDocsWithOptions

func (client *Client) GetRecentOpenDocsWithOptions(request *GetRecentOpenDocsRequest, headers *GetRecentOpenDocsHeaders, runtime *util.RuntimeOptions) (_result *GetRecentOpenDocsResponse, _err error)

func (*Client) GetRelatedWorkspaces

func (client *Client) GetRelatedWorkspaces(request *GetRelatedWorkspacesRequest) (_result *GetRelatedWorkspacesResponse, _err error)

func (*Client) GetRelatedWorkspacesWithOptions

func (client *Client) GetRelatedWorkspacesWithOptions(request *GetRelatedWorkspacesRequest, headers *GetRelatedWorkspacesHeaders, runtime *util.RuntimeOptions) (_result *GetRelatedWorkspacesResponse, _err error)

func (*Client) GetSheet

func (client *Client) GetSheet(workbookId *string, sheetId *string, request *GetSheetRequest) (_result *GetSheetResponse, _err error)

func (*Client) GetSheetWithOptions

func (client *Client) GetSheetWithOptions(workbookId *string, sheetId *string, request *GetSheetRequest, headers *GetSheetHeaders, runtime *util.RuntimeOptions) (_result *GetSheetResponse, _err error)

func (*Client) GetTemplateById

func (client *Client) GetTemplateById(templateId *string, request *GetTemplateByIdRequest) (_result *GetTemplateByIdResponse, _err error)

func (*Client) GetTemplateByIdWithOptions

func (client *Client) GetTemplateByIdWithOptions(templateId *string, request *GetTemplateByIdRequest, headers *GetTemplateByIdHeaders, runtime *util.RuntimeOptions) (_result *GetTemplateByIdResponse, _err error)

func (*Client) GetWorkspace

func (client *Client) GetWorkspace(workspaceId *string) (_result *GetWorkspaceResponse, _err error)

func (*Client) GetWorkspaceNode

func (client *Client) GetWorkspaceNode(workspaceId *string, nodeId *string, request *GetWorkspaceNodeRequest) (_result *GetWorkspaceNodeResponse, _err error)

func (*Client) GetWorkspaceNodeWithOptions

func (client *Client) GetWorkspaceNodeWithOptions(workspaceId *string, nodeId *string, request *GetWorkspaceNodeRequest, headers *GetWorkspaceNodeHeaders, runtime *util.RuntimeOptions) (_result *GetWorkspaceNodeResponse, _err error)

func (*Client) GetWorkspaceWithOptions

func (client *Client) GetWorkspaceWithOptions(workspaceId *string, headers *GetWorkspaceHeaders, runtime *util.RuntimeOptions) (_result *GetWorkspaceResponse, _err error)

func (*Client) Init

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

func (*Client) InitDocument

func (client *Client) InitDocument(docId *string, request *InitDocumentRequest) (_result *InitDocumentResponse, _err error)

func (*Client) InitDocumentWithOptions

func (client *Client) InitDocumentWithOptions(docId *string, request *InitDocumentRequest, headers *InitDocumentHeaders, runtime *util.RuntimeOptions) (_result *InitDocumentResponse, _err error)

func (*Client) InsertBlocks

func (client *Client) InsertBlocks(documentId *string, request *InsertBlocksRequest) (_result *InsertBlocksResponse, _err error)

func (*Client) InsertBlocksWithOptions

func (client *Client) InsertBlocksWithOptions(documentId *string, request *InsertBlocksRequest, headers *InsertBlocksHeaders, runtime *util.RuntimeOptions) (_result *InsertBlocksResponse, _err error)

func (*Client) InsertColumnsBefore

func (client *Client) InsertColumnsBefore(workbookId *string, sheetId *string, request *InsertColumnsBeforeRequest) (_result *InsertColumnsBeforeResponse, _err error)

func (*Client) InsertColumnsBeforeWithOptions

func (client *Client) InsertColumnsBeforeWithOptions(workbookId *string, sheetId *string, request *InsertColumnsBeforeRequest, headers *InsertColumnsBeforeHeaders, runtime *util.RuntimeOptions) (_result *InsertColumnsBeforeResponse, _err error)

func (*Client) InsertDropdownLists

func (client *Client) InsertDropdownLists(workbookId *string, sheetId *string, rangeAddress *string, request *InsertDropdownListsRequest) (_result *InsertDropdownListsResponse, _err error)

func (*Client) InsertDropdownListsWithOptions

func (client *Client) InsertDropdownListsWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *InsertDropdownListsRequest, headers *InsertDropdownListsHeaders, runtime *util.RuntimeOptions) (_result *InsertDropdownListsResponse, _err error)

func (*Client) InsertRowsBefore

func (client *Client) InsertRowsBefore(workbookId *string, sheetId *string, request *InsertRowsBeforeRequest) (_result *InsertRowsBeforeResponse, _err error)

func (*Client) InsertRowsBeforeWithOptions

func (client *Client) InsertRowsBeforeWithOptions(workbookId *string, sheetId *string, request *InsertRowsBeforeRequest, headers *InsertRowsBeforeHeaders, runtime *util.RuntimeOptions) (_result *InsertRowsBeforeResponse, _err error)

func (*Client) ListTemplate

func (client *Client) ListTemplate(request *ListTemplateRequest) (_result *ListTemplateResponse, _err error)

func (*Client) ListTemplateWithOptions

func (client *Client) ListTemplateWithOptions(request *ListTemplateRequest, headers *ListTemplateHeaders, runtime *util.RuntimeOptions) (_result *ListTemplateResponse, _err error)

func (*Client) MergeRange

func (client *Client) MergeRange(workbookId *string, sheetId *string, rangeAddress *string, request *MergeRangeRequest) (_result *MergeRangeResponse, _err error)

func (*Client) MergeRangeWithOptions

func (client *Client) MergeRangeWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *MergeRangeRequest, headers *MergeRangeHeaders, runtime *util.RuntimeOptions) (_result *MergeRangeResponse, _err error)

func (*Client) RangeFindNext

func (client *Client) RangeFindNext(workbookId *string, sheetId *string, rangeAddress *string, request *RangeFindNextRequest) (_result *RangeFindNextResponse, _err error)

func (*Client) RangeFindNextWithOptions

func (client *Client) RangeFindNextWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *RangeFindNextRequest, headers *RangeFindNextHeaders, runtime *util.RuntimeOptions) (_result *RangeFindNextResponse, _err error)

func (*Client) SearchWorkspaceDocs

func (client *Client) SearchWorkspaceDocs(request *SearchWorkspaceDocsRequest) (_result *SearchWorkspaceDocsResponse, _err error)

func (*Client) SearchWorkspaceDocsWithOptions

func (client *Client) SearchWorkspaceDocsWithOptions(request *SearchWorkspaceDocsRequest, headers *SearchWorkspaceDocsHeaders, runtime *util.RuntimeOptions) (_result *SearchWorkspaceDocsResponse, _err error)

func (*Client) SetColumnWidth added in v1.5.89

func (client *Client) SetColumnWidth(workbookId *string, sheetId *string, request *SetColumnWidthRequest) (_result *SetColumnWidthResponse, _err error)

func (*Client) SetColumnWidthWithOptions added in v1.5.89

func (client *Client) SetColumnWidthWithOptions(workbookId *string, sheetId *string, request *SetColumnWidthRequest, headers *SetColumnWidthHeaders, runtime *util.RuntimeOptions) (_result *SetColumnWidthResponse, _err error)

func (*Client) SetColumnsVisibility

func (client *Client) SetColumnsVisibility(workbookId *string, sheetId *string, request *SetColumnsVisibilityRequest) (_result *SetColumnsVisibilityResponse, _err error)

func (*Client) SetColumnsVisibilityWithOptions

func (client *Client) SetColumnsVisibilityWithOptions(workbookId *string, sheetId *string, request *SetColumnsVisibilityRequest, headers *SetColumnsVisibilityHeaders, runtime *util.RuntimeOptions) (_result *SetColumnsVisibilityResponse, _err error)

func (*Client) SetRowHeight added in v1.5.89

func (client *Client) SetRowHeight(workbookId *string, sheetId *string, request *SetRowHeightRequest) (_result *SetRowHeightResponse, _err error)

func (*Client) SetRowHeightWithOptions added in v1.5.89

func (client *Client) SetRowHeightWithOptions(workbookId *string, sheetId *string, request *SetRowHeightRequest, headers *SetRowHeightHeaders, runtime *util.RuntimeOptions) (_result *SetRowHeightResponse, _err error)

func (*Client) SetRowsVisibility

func (client *Client) SetRowsVisibility(workbookId *string, sheetId *string, request *SetRowsVisibilityRequest) (_result *SetRowsVisibilityResponse, _err error)

func (*Client) SetRowsVisibilityWithOptions

func (client *Client) SetRowsVisibilityWithOptions(workbookId *string, sheetId *string, request *SetRowsVisibilityRequest, headers *SetRowsVisibilityHeaders, runtime *util.RuntimeOptions) (_result *SetRowsVisibilityResponse, _err error)

func (*Client) SheetAutofitRows

func (client *Client) SheetAutofitRows(workbookId *string, sheetId *string, request *SheetAutofitRowsRequest) (_result *SheetAutofitRowsResponse, _err error)

func (*Client) SheetAutofitRowsWithOptions

func (client *Client) SheetAutofitRowsWithOptions(workbookId *string, sheetId *string, request *SheetAutofitRowsRequest, headers *SheetAutofitRowsHeaders, runtime *util.RuntimeOptions) (_result *SheetAutofitRowsResponse, _err error)

func (*Client) SheetFindAll

func (client *Client) SheetFindAll(workbookId *string, sheetId *string, request *SheetFindAllRequest) (_result *SheetFindAllResponse, _err error)

func (*Client) SheetFindAllWithOptions

func (client *Client) SheetFindAllWithOptions(workbookId *string, sheetId *string, request *SheetFindAllRequest, headers *SheetFindAllHeaders, runtime *util.RuntimeOptions) (_result *SheetFindAllResponse, _err error)

func (*Client) UnbindCoolAppToSheet

func (client *Client) UnbindCoolAppToSheet(workbookId *string, request *UnbindCoolAppToSheetRequest) (_result *UnbindCoolAppToSheetResponse, _err error)

func (*Client) UnbindCoolAppToSheetWithOptions

func (client *Client) UnbindCoolAppToSheetWithOptions(workbookId *string, request *UnbindCoolAppToSheetRequest, headers *UnbindCoolAppToSheetHeaders, runtime *util.RuntimeOptions) (_result *UnbindCoolAppToSheetResponse, _err error)

func (*Client) UpdateRange

func (client *Client) UpdateRange(workbookId *string, sheetId *string, rangeAddress *string, request *UpdateRangeRequest) (_result *UpdateRangeResponse, _err error)

func (*Client) UpdateRangeWithOptions

func (client *Client) UpdateRangeWithOptions(workbookId *string, sheetId *string, rangeAddress *string, request *UpdateRangeRequest, headers *UpdateRangeHeaders, runtime *util.RuntimeOptions) (_result *UpdateRangeResponse, _err error)

func (*Client) UpdateSheet

func (client *Client) UpdateSheet(workbookId *string, sheetId *string, request *UpdateSheetRequest) (_result *UpdateSheetResponse, _err error)

func (*Client) UpdateSheetWithOptions

func (client *Client) UpdateSheetWithOptions(workbookId *string, sheetId *string, request *UpdateSheetRequest, headers *UpdateSheetHeaders, runtime *util.RuntimeOptions) (_result *UpdateSheetResponse, _err error)

func (*Client) UpdateWorkspaceDocMembers

func (client *Client) UpdateWorkspaceDocMembers(workspaceId *string, nodeId *string, request *UpdateWorkspaceDocMembersRequest) (_result *UpdateWorkspaceDocMembersResponse, _err error)

func (*Client) UpdateWorkspaceDocMembersWithOptions

func (client *Client) UpdateWorkspaceDocMembersWithOptions(workspaceId *string, nodeId *string, request *UpdateWorkspaceDocMembersRequest, headers *UpdateWorkspaceDocMembersHeaders, runtime *util.RuntimeOptions) (_result *UpdateWorkspaceDocMembersResponse, _err error)

func (*Client) UpdateWorkspaceMembers

func (client *Client) UpdateWorkspaceMembers(workspaceId *string, request *UpdateWorkspaceMembersRequest) (_result *UpdateWorkspaceMembersResponse, _err error)

func (*Client) UpdateWorkspaceMembersWithOptions

func (client *Client) UpdateWorkspaceMembersWithOptions(workspaceId *string, request *UpdateWorkspaceMembersRequest, headers *UpdateWorkspaceMembersHeaders, runtime *util.RuntimeOptions) (_result *UpdateWorkspaceMembersResponse, _err error)

type CreateConditionalFormattingRuleHeaders

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

func (*CreateConditionalFormattingRuleHeaders) SetCommonHeaders

func (*CreateConditionalFormattingRuleHeaders) SetXAcsDingtalkAccessToken

func (CreateConditionalFormattingRuleHeaders) String

type CreateConditionalFormattingRuleRequest

type CreateConditionalFormattingRuleRequest struct {
	CellStyle          *CreateConditionalFormattingRuleRequestCellStyle          `json:"cellStyle,omitempty" xml:"cellStyle,omitempty" type:"Struct"`
	DuplicateCondition *CreateConditionalFormattingRuleRequestDuplicateCondition `json:"duplicateCondition,omitempty" xml:"duplicateCondition,omitempty" type:"Struct"`
	Ranges             []*string                                                 `json:"ranges,omitempty" xml:"ranges,omitempty" type:"Repeated"`
	OperatorId         *string                                                   `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (CreateConditionalFormattingRuleRequest) GoString

func (*CreateConditionalFormattingRuleRequest) SetOperatorId

func (*CreateConditionalFormattingRuleRequest) SetRanges

func (CreateConditionalFormattingRuleRequest) String

type CreateConditionalFormattingRuleRequestCellStyle

type CreateConditionalFormattingRuleRequestCellStyle struct {
	BackgroundColor *string `json:"backgroundColor,omitempty" xml:"backgroundColor,omitempty"`
}

func (CreateConditionalFormattingRuleRequestCellStyle) GoString

func (*CreateConditionalFormattingRuleRequestCellStyle) SetBackgroundColor

func (CreateConditionalFormattingRuleRequestCellStyle) String

type CreateConditionalFormattingRuleRequestDuplicateCondition

type CreateConditionalFormattingRuleRequestDuplicateCondition struct {
	Operator *string `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (CreateConditionalFormattingRuleRequestDuplicateCondition) GoString

func (*CreateConditionalFormattingRuleRequestDuplicateCondition) SetOperator

func (CreateConditionalFormattingRuleRequestDuplicateCondition) String

type CreateConditionalFormattingRuleResponse

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

func (CreateConditionalFormattingRuleResponse) GoString

func (*CreateConditionalFormattingRuleResponse) SetHeaders

func (*CreateConditionalFormattingRuleResponse) SetStatusCode

func (CreateConditionalFormattingRuleResponse) String

type CreateConditionalFormattingRuleResponseBody

type CreateConditionalFormattingRuleResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateConditionalFormattingRuleResponseBody) GoString

func (*CreateConditionalFormattingRuleResponseBody) SetId

func (CreateConditionalFormattingRuleResponseBody) String

type CreateDeveloperMetadataHeaders

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

func (*CreateDeveloperMetadataHeaders) SetCommonHeaders

func (*CreateDeveloperMetadataHeaders) SetXAcsDingtalkAccessToken

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

func (CreateDeveloperMetadataHeaders) String

type CreateDeveloperMetadataRequest

type CreateDeveloperMetadataRequest struct {
	AssociatedColumn *CreateDeveloperMetadataRequestAssociatedColumn `json:"associatedColumn,omitempty" xml:"associatedColumn,omitempty" type:"Struct"`
	AssociatedRow    *CreateDeveloperMetadataRequestAssociatedRow    `json:"associatedRow,omitempty" xml:"associatedRow,omitempty" type:"Struct"`
	Value            *string                                         `json:"value,omitempty" xml:"value,omitempty"`
	OperatorId       *string                                         `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (CreateDeveloperMetadataRequest) GoString

func (*CreateDeveloperMetadataRequest) SetOperatorId

func (*CreateDeveloperMetadataRequest) SetValue

func (CreateDeveloperMetadataRequest) String

type CreateDeveloperMetadataRequestAssociatedColumn

type CreateDeveloperMetadataRequestAssociatedColumn struct {
	Column *int32  `json:"column,omitempty" xml:"column,omitempty"`
	Sheet  *string `json:"sheet,omitempty" xml:"sheet,omitempty"`
}

func (CreateDeveloperMetadataRequestAssociatedColumn) GoString

func (*CreateDeveloperMetadataRequestAssociatedColumn) SetColumn

func (*CreateDeveloperMetadataRequestAssociatedColumn) SetSheet

func (CreateDeveloperMetadataRequestAssociatedColumn) String

type CreateDeveloperMetadataRequestAssociatedRow

type CreateDeveloperMetadataRequestAssociatedRow struct {
	Row   *int32  `json:"row,omitempty" xml:"row,omitempty"`
	Sheet *string `json:"sheet,omitempty" xml:"sheet,omitempty"`
}

func (CreateDeveloperMetadataRequestAssociatedRow) GoString

func (*CreateDeveloperMetadataRequestAssociatedRow) SetRow

func (*CreateDeveloperMetadataRequestAssociatedRow) SetSheet

func (CreateDeveloperMetadataRequestAssociatedRow) String

type CreateDeveloperMetadataResponse

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

func (CreateDeveloperMetadataResponse) GoString

func (*CreateDeveloperMetadataResponse) SetHeaders

func (*CreateDeveloperMetadataResponse) SetStatusCode

func (CreateDeveloperMetadataResponse) String

type CreateDeveloperMetadataResponseBody

type CreateDeveloperMetadataResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateDeveloperMetadataResponseBody) GoString

func (*CreateDeveloperMetadataResponseBody) SetId

func (CreateDeveloperMetadataResponseBody) String

type CreateRangeProtectionHeaders

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

func (s CreateRangeProtectionHeaders) GoString() string

func (*CreateRangeProtectionHeaders) SetCommonHeaders

func (*CreateRangeProtectionHeaders) SetXAcsDingtalkAccessToken

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

func (CreateRangeProtectionHeaders) String

type CreateRangeProtectionRequest

type CreateRangeProtectionRequest struct {
	EditableSetting     *CreateRangeProtectionRequestEditableSetting `json:"editableSetting,omitempty" xml:"editableSetting,omitempty" type:"Struct"`
	OtherUserPermission *string                                      `json:"otherUserPermission,omitempty" xml:"otherUserPermission,omitempty"`
	OperatorId          *string                                      `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (CreateRangeProtectionRequest) GoString

func (s CreateRangeProtectionRequest) GoString() string

func (*CreateRangeProtectionRequest) SetOperatorId

func (*CreateRangeProtectionRequest) SetOtherUserPermission

func (CreateRangeProtectionRequest) String

type CreateRangeProtectionRequestEditableSetting

type CreateRangeProtectionRequestEditableSetting struct {
	DeleteColumns           *bool `json:"deleteColumns,omitempty" xml:"deleteColumns,omitempty"`
	DeleteRows              *bool `json:"deleteRows,omitempty" xml:"deleteRows,omitempty"`
	EditCells               *bool `json:"editCells,omitempty" xml:"editCells,omitempty"`
	FormatCells             *bool `json:"formatCells,omitempty" xml:"formatCells,omitempty"`
	InsertColumns           *bool `json:"insertColumns,omitempty" xml:"insertColumns,omitempty"`
	InsertRows              *bool `json:"insertRows,omitempty" xml:"insertRows,omitempty"`
	ToggleColumnsVisibility *bool `json:"toggleColumnsVisibility,omitempty" xml:"toggleColumnsVisibility,omitempty"`
	ToggleRowsVisibility    *bool `json:"toggleRowsVisibility,omitempty" xml:"toggleRowsVisibility,omitempty"`
}

func (CreateRangeProtectionRequestEditableSetting) GoString

func (*CreateRangeProtectionRequestEditableSetting) SetDeleteColumns

func (*CreateRangeProtectionRequestEditableSetting) SetDeleteRows

func (*CreateRangeProtectionRequestEditableSetting) SetEditCells

func (*CreateRangeProtectionRequestEditableSetting) SetFormatCells

func (*CreateRangeProtectionRequestEditableSetting) SetInsertColumns

func (*CreateRangeProtectionRequestEditableSetting) SetInsertRows

func (*CreateRangeProtectionRequestEditableSetting) SetToggleColumnsVisibility

func (*CreateRangeProtectionRequestEditableSetting) SetToggleRowsVisibility

func (CreateRangeProtectionRequestEditableSetting) String

type CreateRangeProtectionResponse

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

func (CreateRangeProtectionResponse) GoString

func (*CreateRangeProtectionResponse) SetBody

func (*CreateRangeProtectionResponse) SetHeaders

func (*CreateRangeProtectionResponse) SetStatusCode

func (CreateRangeProtectionResponse) String

type CreateRangeProtectionResponseBody

type CreateRangeProtectionResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateRangeProtectionResponseBody) GoString

func (*CreateRangeProtectionResponseBody) SetId

func (CreateRangeProtectionResponseBody) String

type CreateSheetHeaders

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

func (s CreateSheetHeaders) GoString() string

func (*CreateSheetHeaders) SetCommonHeaders

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

func (*CreateSheetHeaders) SetXAcsDingtalkAccessToken

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

func (CreateSheetHeaders) String

func (s CreateSheetHeaders) String() string

type CreateSheetRequest

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

func (CreateSheetRequest) GoString

func (s CreateSheetRequest) GoString() string

func (*CreateSheetRequest) SetName

func (*CreateSheetRequest) SetOperatorId

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

func (CreateSheetRequest) String

func (s CreateSheetRequest) String() string

type CreateSheetResponse

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

func (CreateSheetResponse) GoString

func (s CreateSheetResponse) GoString() string

func (*CreateSheetResponse) SetBody

func (*CreateSheetResponse) SetHeaders

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

func (*CreateSheetResponse) SetStatusCode

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

func (CreateSheetResponse) String

func (s CreateSheetResponse) String() string

type CreateSheetResponseBody

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

func (CreateSheetResponseBody) GoString

func (s CreateSheetResponseBody) GoString() string

func (*CreateSheetResponseBody) SetId

func (*CreateSheetResponseBody) SetName

func (*CreateSheetResponseBody) SetVisibility

func (CreateSheetResponseBody) String

func (s CreateSheetResponseBody) String() string

type CreateWorkspaceDocHeaders

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

func (s CreateWorkspaceDocHeaders) GoString() string

func (*CreateWorkspaceDocHeaders) SetCommonHeaders

func (*CreateWorkspaceDocHeaders) SetXAcsDingtalkAccessToken

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

func (CreateWorkspaceDocHeaders) String

func (s CreateWorkspaceDocHeaders) String() string

type CreateWorkspaceDocRequest

type CreateWorkspaceDocRequest struct {
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	OperatorId   *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	ParentNodeId *string `json:"parentNodeId,omitempty" xml:"parentNodeId,omitempty"`
	TemplateId   *string `json:"templateId,omitempty" xml:"templateId,omitempty"`
	TemplateType *string `json:"templateType,omitempty" xml:"templateType,omitempty"`
}

func (CreateWorkspaceDocRequest) GoString

func (s CreateWorkspaceDocRequest) GoString() string

func (*CreateWorkspaceDocRequest) SetDocType

func (*CreateWorkspaceDocRequest) SetName

func (*CreateWorkspaceDocRequest) SetOperatorId

func (*CreateWorkspaceDocRequest) SetParentNodeId

func (*CreateWorkspaceDocRequest) SetTemplateId

func (*CreateWorkspaceDocRequest) SetTemplateType

func (CreateWorkspaceDocRequest) String

func (s CreateWorkspaceDocRequest) String() string

type CreateWorkspaceDocResponse

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

func (CreateWorkspaceDocResponse) GoString

func (s CreateWorkspaceDocResponse) GoString() string

func (*CreateWorkspaceDocResponse) SetBody

func (*CreateWorkspaceDocResponse) SetHeaders

func (*CreateWorkspaceDocResponse) SetStatusCode

func (CreateWorkspaceDocResponse) String

type CreateWorkspaceDocResponseBody

type CreateWorkspaceDocResponseBody struct {
	DocKey      *string `json:"docKey,omitempty" xml:"docKey,omitempty"`
	NodeId      *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	Url         *string `json:"url,omitempty" xml:"url,omitempty"`
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (CreateWorkspaceDocResponseBody) GoString

func (*CreateWorkspaceDocResponseBody) SetDocKey

func (*CreateWorkspaceDocResponseBody) SetNodeId

func (*CreateWorkspaceDocResponseBody) SetUrl

func (*CreateWorkspaceDocResponseBody) SetWorkspaceId

func (CreateWorkspaceDocResponseBody) String

type CreateWorkspaceHeaders

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

func (s CreateWorkspaceHeaders) GoString() string

func (*CreateWorkspaceHeaders) SetCommonHeaders

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

func (*CreateWorkspaceHeaders) SetXAcsDingtalkAccessToken

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

func (CreateWorkspaceHeaders) String

func (s CreateWorkspaceHeaders) String() string

type CreateWorkspaceRequest

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

func (s CreateWorkspaceRequest) GoString() string

func (*CreateWorkspaceRequest) SetDescription

func (*CreateWorkspaceRequest) SetName

func (*CreateWorkspaceRequest) SetOperatorId

func (CreateWorkspaceRequest) String

func (s CreateWorkspaceRequest) String() string

type CreateWorkspaceResponse

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

func (CreateWorkspaceResponse) GoString

func (s CreateWorkspaceResponse) GoString() string

func (*CreateWorkspaceResponse) SetBody

func (*CreateWorkspaceResponse) SetHeaders

func (*CreateWorkspaceResponse) SetStatusCode

func (CreateWorkspaceResponse) String

func (s CreateWorkspaceResponse) String() string

type CreateWorkspaceResponseBody

type CreateWorkspaceResponseBody struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Url         *string `json:"url,omitempty" xml:"url,omitempty"`
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (CreateWorkspaceResponseBody) GoString

func (s CreateWorkspaceResponseBody) GoString() string

func (*CreateWorkspaceResponseBody) SetDescription

func (*CreateWorkspaceResponseBody) SetName

func (*CreateWorkspaceResponseBody) SetUrl

func (*CreateWorkspaceResponseBody) SetWorkspaceId

func (CreateWorkspaceResponseBody) String

type DeleteColumnsHeaders

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

func (s DeleteColumnsHeaders) GoString() string

func (*DeleteColumnsHeaders) SetCommonHeaders

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

func (*DeleteColumnsHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteColumnsHeaders) String

func (s DeleteColumnsHeaders) String() string

type DeleteColumnsRequest

type DeleteColumnsRequest struct {
	Column      *int64  `json:"column,omitempty" xml:"column,omitempty"`
	ColumnCount *int64  `json:"columnCount,omitempty" xml:"columnCount,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DeleteColumnsRequest) GoString

func (s DeleteColumnsRequest) GoString() string

func (*DeleteColumnsRequest) SetColumn

func (*DeleteColumnsRequest) SetColumnCount

func (s *DeleteColumnsRequest) SetColumnCount(v int64) *DeleteColumnsRequest

func (*DeleteColumnsRequest) SetOperatorId

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

func (DeleteColumnsRequest) String

func (s DeleteColumnsRequest) String() string

type DeleteColumnsResponse

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

func (DeleteColumnsResponse) GoString

func (s DeleteColumnsResponse) GoString() string

func (*DeleteColumnsResponse) SetBody

func (*DeleteColumnsResponse) SetHeaders

func (*DeleteColumnsResponse) SetStatusCode

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

func (DeleteColumnsResponse) String

func (s DeleteColumnsResponse) String() string

type DeleteColumnsResponseBody

type DeleteColumnsResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (DeleteColumnsResponseBody) GoString

func (s DeleteColumnsResponseBody) GoString() string

func (*DeleteColumnsResponseBody) SetId

func (DeleteColumnsResponseBody) String

func (s DeleteColumnsResponseBody) String() string

type DeleteDropdownListsHeaders

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

func (s DeleteDropdownListsHeaders) GoString() string

func (*DeleteDropdownListsHeaders) SetCommonHeaders

func (*DeleteDropdownListsHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteDropdownListsHeaders) String

type DeleteDropdownListsRequest

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

func (DeleteDropdownListsRequest) GoString

func (s DeleteDropdownListsRequest) GoString() string

func (*DeleteDropdownListsRequest) SetOperatorId

func (DeleteDropdownListsRequest) String

type DeleteDropdownListsResponse

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

func (DeleteDropdownListsResponse) GoString

func (s DeleteDropdownListsResponse) GoString() string

func (*DeleteDropdownListsResponse) SetBody

func (*DeleteDropdownListsResponse) SetHeaders

func (*DeleteDropdownListsResponse) SetStatusCode

func (DeleteDropdownListsResponse) String

type DeleteDropdownListsResponseBody

type DeleteDropdownListsResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (DeleteDropdownListsResponseBody) GoString

func (*DeleteDropdownListsResponseBody) SetA1Notation

func (DeleteDropdownListsResponseBody) String

type DeleteRangeProtectionHeaders

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

func (s DeleteRangeProtectionHeaders) GoString() string

func (*DeleteRangeProtectionHeaders) SetCommonHeaders

func (*DeleteRangeProtectionHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteRangeProtectionHeaders) String

type DeleteRangeProtectionRequest

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

func (DeleteRangeProtectionRequest) GoString

func (s DeleteRangeProtectionRequest) GoString() string

func (*DeleteRangeProtectionRequest) SetOperatorId

func (DeleteRangeProtectionRequest) String

type DeleteRangeProtectionResponse

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

func (DeleteRangeProtectionResponse) GoString

func (*DeleteRangeProtectionResponse) SetBody

func (*DeleteRangeProtectionResponse) SetHeaders

func (*DeleteRangeProtectionResponse) SetStatusCode

func (DeleteRangeProtectionResponse) String

type DeleteRangeProtectionResponseBody

type DeleteRangeProtectionResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (DeleteRangeProtectionResponseBody) GoString

func (*DeleteRangeProtectionResponseBody) SetA1Notation

func (DeleteRangeProtectionResponseBody) String

type DeleteRowsHeaders

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

func (s DeleteRowsHeaders) GoString() string

func (*DeleteRowsHeaders) SetCommonHeaders

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

func (*DeleteRowsHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteRowsHeaders) String

func (s DeleteRowsHeaders) String() string

type DeleteRowsRequest

type DeleteRowsRequest struct {
	Row        *int64  `json:"row,omitempty" xml:"row,omitempty"`
	RowCount   *int64  `json:"rowCount,omitempty" xml:"rowCount,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DeleteRowsRequest) GoString

func (s DeleteRowsRequest) GoString() string

func (*DeleteRowsRequest) SetOperatorId

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

func (*DeleteRowsRequest) SetRow

func (*DeleteRowsRequest) SetRowCount

func (s *DeleteRowsRequest) SetRowCount(v int64) *DeleteRowsRequest

func (DeleteRowsRequest) String

func (s DeleteRowsRequest) String() string

type DeleteRowsResponse

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

func (DeleteRowsResponse) GoString

func (s DeleteRowsResponse) GoString() string

func (*DeleteRowsResponse) SetBody

func (*DeleteRowsResponse) SetHeaders

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

func (*DeleteRowsResponse) SetStatusCode

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

func (DeleteRowsResponse) String

func (s DeleteRowsResponse) String() string

type DeleteRowsResponseBody

type DeleteRowsResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (DeleteRowsResponseBody) GoString

func (s DeleteRowsResponseBody) GoString() string

func (*DeleteRowsResponseBody) SetId

func (DeleteRowsResponseBody) String

func (s DeleteRowsResponseBody) String() string

type DeleteSheetHeaders

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

func (s DeleteSheetHeaders) GoString() string

func (*DeleteSheetHeaders) SetCommonHeaders

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

func (*DeleteSheetHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteSheetHeaders) String

func (s DeleteSheetHeaders) String() string

type DeleteSheetRequest

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

func (DeleteSheetRequest) GoString

func (s DeleteSheetRequest) GoString() string

func (*DeleteSheetRequest) SetOperatorId

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

func (DeleteSheetRequest) String

func (s DeleteSheetRequest) String() string

type DeleteSheetResponse

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

func (DeleteSheetResponse) GoString

func (s DeleteSheetResponse) GoString() string

func (*DeleteSheetResponse) SetBody

func (*DeleteSheetResponse) SetHeaders

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

func (*DeleteSheetResponse) SetStatusCode

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

func (DeleteSheetResponse) String

func (s DeleteSheetResponse) String() string

type DeleteSheetResponseBody

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

func (DeleteSheetResponseBody) GoString

func (s DeleteSheetResponseBody) GoString() string

func (*DeleteSheetResponseBody) SetSuccess

func (DeleteSheetResponseBody) String

func (s DeleteSheetResponseBody) String() string

type DeleteWorkspaceDocHeaders

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

func (s DeleteWorkspaceDocHeaders) GoString() string

func (*DeleteWorkspaceDocHeaders) SetCommonHeaders

func (*DeleteWorkspaceDocHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteWorkspaceDocHeaders) String

func (s DeleteWorkspaceDocHeaders) String() string

type DeleteWorkspaceDocMembersHeaders

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

func (*DeleteWorkspaceDocMembersHeaders) SetCommonHeaders

func (*DeleteWorkspaceDocMembersHeaders) SetXAcsDingtalkAccessToken

func (DeleteWorkspaceDocMembersHeaders) String

type DeleteWorkspaceDocMembersRequest

type DeleteWorkspaceDocMembersRequest struct {
	Members    []*DeleteWorkspaceDocMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	OperatorId *string                                    `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DeleteWorkspaceDocMembersRequest) GoString

func (*DeleteWorkspaceDocMembersRequest) SetOperatorId

func (DeleteWorkspaceDocMembersRequest) String

type DeleteWorkspaceDocMembersRequestMembers

type DeleteWorkspaceDocMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
}

func (DeleteWorkspaceDocMembersRequestMembers) GoString

func (*DeleteWorkspaceDocMembersRequestMembers) SetMemberId

func (*DeleteWorkspaceDocMembersRequestMembers) SetMemberType

func (DeleteWorkspaceDocMembersRequestMembers) String

type DeleteWorkspaceDocMembersResponse

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

func (DeleteWorkspaceDocMembersResponse) GoString

func (*DeleteWorkspaceDocMembersResponse) SetHeaders

func (*DeleteWorkspaceDocMembersResponse) SetStatusCode

func (DeleteWorkspaceDocMembersResponse) String

type DeleteWorkspaceDocRequest

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

func (DeleteWorkspaceDocRequest) GoString

func (s DeleteWorkspaceDocRequest) GoString() string

func (*DeleteWorkspaceDocRequest) SetOperatorId

func (DeleteWorkspaceDocRequest) String

func (s DeleteWorkspaceDocRequest) String() string

type DeleteWorkspaceDocResponse

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

func (DeleteWorkspaceDocResponse) GoString

func (s DeleteWorkspaceDocResponse) GoString() string

func (*DeleteWorkspaceDocResponse) SetHeaders

func (*DeleteWorkspaceDocResponse) SetStatusCode

func (DeleteWorkspaceDocResponse) String

type DeleteWorkspaceMembersHeaders

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

func (*DeleteWorkspaceMembersHeaders) SetCommonHeaders

func (*DeleteWorkspaceMembersHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteWorkspaceMembersHeaders) String

type DeleteWorkspaceMembersRequest

type DeleteWorkspaceMembersRequest struct {
	Members    []*DeleteWorkspaceMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	OperatorId *string                                 `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DeleteWorkspaceMembersRequest) GoString

func (*DeleteWorkspaceMembersRequest) SetMembers

func (*DeleteWorkspaceMembersRequest) SetOperatorId

func (DeleteWorkspaceMembersRequest) String

type DeleteWorkspaceMembersRequestMembers

type DeleteWorkspaceMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
}

func (DeleteWorkspaceMembersRequestMembers) GoString

func (*DeleteWorkspaceMembersRequestMembers) SetMemberId

func (*DeleteWorkspaceMembersRequestMembers) SetMemberType

func (DeleteWorkspaceMembersRequestMembers) String

type DeleteWorkspaceMembersResponse

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

func (DeleteWorkspaceMembersResponse) GoString

func (*DeleteWorkspaceMembersResponse) SetHeaders

func (*DeleteWorkspaceMembersResponse) SetStatusCode

func (DeleteWorkspaceMembersResponse) String

type DocAppendParagraphHeaders added in v1.5.94

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

func (s DocAppendParagraphHeaders) GoString() string

func (*DocAppendParagraphHeaders) SetCommonHeaders added in v1.5.94

func (*DocAppendParagraphHeaders) SetXAcsDingtalkAccessToken added in v1.5.94

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

func (DocAppendParagraphHeaders) String added in v1.5.94

func (s DocAppendParagraphHeaders) String() string

type DocAppendParagraphRequest added in v1.5.94

type DocAppendParagraphRequest struct {
	ElementType *string                `json:"elementType,omitempty" xml:"elementType,omitempty"`
	Properties  map[string]interface{} `json:"properties,omitempty" xml:"properties,omitempty"`
	OperatorId  *string                `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DocAppendParagraphRequest) GoString added in v1.5.94

func (s DocAppendParagraphRequest) GoString() string

func (*DocAppendParagraphRequest) SetElementType added in v1.5.94

func (*DocAppendParagraphRequest) SetOperatorId added in v1.5.94

func (*DocAppendParagraphRequest) SetProperties added in v1.5.94

func (s *DocAppendParagraphRequest) SetProperties(v map[string]interface{}) *DocAppendParagraphRequest

func (DocAppendParagraphRequest) String added in v1.5.94

func (s DocAppendParagraphRequest) String() string

type DocAppendParagraphResponse added in v1.5.94

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

func (DocAppendParagraphResponse) GoString added in v1.5.94

func (s DocAppendParagraphResponse) GoString() string

func (*DocAppendParagraphResponse) SetBody added in v1.5.94

func (*DocAppendParagraphResponse) SetHeaders added in v1.5.94

func (*DocAppendParagraphResponse) SetStatusCode added in v1.5.94

func (DocAppendParagraphResponse) String added in v1.5.94

type DocAppendParagraphResponseBody added in v1.5.94

type DocAppendParagraphResponseBody struct {
	Result  *DocAppendParagraphResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (DocAppendParagraphResponseBody) GoString added in v1.5.94

func (*DocAppendParagraphResponseBody) SetResult added in v1.5.94

func (*DocAppendParagraphResponseBody) SetSuccess added in v1.5.94

func (DocAppendParagraphResponseBody) String added in v1.5.94

type DocAppendParagraphResponseBodyResult added in v1.5.94

type DocAppendParagraphResponseBodyResult struct {
	Data map[string]interface{} `json:"data,omitempty" xml:"data,omitempty"`
}

func (DocAppendParagraphResponseBodyResult) GoString added in v1.5.94

func (*DocAppendParagraphResponseBodyResult) SetData added in v1.5.94

func (DocAppendParagraphResponseBodyResult) String added in v1.5.94

type DocAppendTextHeaders added in v1.5.94

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

func (s DocAppendTextHeaders) GoString() string

func (*DocAppendTextHeaders) SetCommonHeaders added in v1.5.94

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

func (*DocAppendTextHeaders) SetXAcsDingtalkAccessToken added in v1.5.94

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

func (DocAppendTextHeaders) String added in v1.5.94

func (s DocAppendTextHeaders) String() string

type DocAppendTextRequest added in v1.5.94

type DocAppendTextRequest struct {
	Text       *string `json:"text,omitempty" xml:"text,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DocAppendTextRequest) GoString added in v1.5.94

func (s DocAppendTextRequest) GoString() string

func (*DocAppendTextRequest) SetOperatorId added in v1.5.94

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

func (*DocAppendTextRequest) SetText added in v1.5.94

func (DocAppendTextRequest) String added in v1.5.94

func (s DocAppendTextRequest) String() string

type DocAppendTextResponse added in v1.5.94

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

func (DocAppendTextResponse) GoString added in v1.5.94

func (s DocAppendTextResponse) GoString() string

func (*DocAppendTextResponse) SetBody added in v1.5.94

func (*DocAppendTextResponse) SetHeaders added in v1.5.94

func (*DocAppendTextResponse) SetStatusCode added in v1.5.94

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

func (DocAppendTextResponse) String added in v1.5.94

func (s DocAppendTextResponse) String() string

type DocAppendTextResponseBody added in v1.5.94

type DocAppendTextResponseBody struct {
	Result  *DocAppendTextResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (DocAppendTextResponseBody) GoString added in v1.5.94

func (s DocAppendTextResponseBody) GoString() string

func (*DocAppendTextResponseBody) SetResult added in v1.5.94

func (*DocAppendTextResponseBody) SetSuccess added in v1.5.94

func (DocAppendTextResponseBody) String added in v1.5.94

func (s DocAppendTextResponseBody) String() string

type DocAppendTextResponseBodyResult added in v1.5.94

type DocAppendTextResponseBodyResult struct {
	Data map[string]interface{} `json:"data,omitempty" xml:"data,omitempty"`
}

func (DocAppendTextResponseBodyResult) GoString added in v1.5.94

func (*DocAppendTextResponseBodyResult) SetData added in v1.5.94

func (DocAppendTextResponseBodyResult) String added in v1.5.94

type DocBlocksQueryHeaders added in v1.5.94

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

func (s DocBlocksQueryHeaders) GoString() string

func (*DocBlocksQueryHeaders) SetCommonHeaders added in v1.5.94

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

func (*DocBlocksQueryHeaders) SetXAcsDingtalkAccessToken added in v1.5.94

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

func (DocBlocksQueryHeaders) String added in v1.5.94

func (s DocBlocksQueryHeaders) String() string

type DocBlocksQueryRequest added in v1.5.94

type DocBlocksQueryRequest struct {
	BlockType  *string `json:"blockType,omitempty" xml:"blockType,omitempty"`
	EndIndex   *int32  `json:"endIndex,omitempty" xml:"endIndex,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	StartIndex *int32  `json:"startIndex,omitempty" xml:"startIndex,omitempty"`
}

func (DocBlocksQueryRequest) GoString added in v1.5.94

func (s DocBlocksQueryRequest) GoString() string

func (*DocBlocksQueryRequest) SetBlockType added in v1.5.94

func (*DocBlocksQueryRequest) SetEndIndex added in v1.5.94

func (*DocBlocksQueryRequest) SetOperatorId added in v1.5.94

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

func (*DocBlocksQueryRequest) SetStartIndex added in v1.5.94

func (s *DocBlocksQueryRequest) SetStartIndex(v int32) *DocBlocksQueryRequest

func (DocBlocksQueryRequest) String added in v1.5.94

func (s DocBlocksQueryRequest) String() string

type DocBlocksQueryResponse added in v1.5.94

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

func (DocBlocksQueryResponse) GoString added in v1.5.94

func (s DocBlocksQueryResponse) GoString() string

func (*DocBlocksQueryResponse) SetBody added in v1.5.94

func (*DocBlocksQueryResponse) SetHeaders added in v1.5.94

func (*DocBlocksQueryResponse) SetStatusCode added in v1.5.94

func (DocBlocksQueryResponse) String added in v1.5.94

func (s DocBlocksQueryResponse) String() string

type DocBlocksQueryResponseBody added in v1.5.94

type DocBlocksQueryResponseBody struct {
	Result  *DocBlocksQueryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (DocBlocksQueryResponseBody) GoString added in v1.5.94

func (s DocBlocksQueryResponseBody) GoString() string

func (*DocBlocksQueryResponseBody) SetResult added in v1.5.94

func (*DocBlocksQueryResponseBody) SetSuccess added in v1.5.94

func (DocBlocksQueryResponseBody) String added in v1.5.94

type DocBlocksQueryResponseBodyResult added in v1.5.94

type DocBlocksQueryResponseBodyResult struct {
	Data []interface{} `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (DocBlocksQueryResponseBodyResult) GoString added in v1.5.94

func (*DocBlocksQueryResponseBodyResult) SetData added in v1.5.94

func (DocBlocksQueryResponseBodyResult) String added in v1.5.94

type DocDeleteBlockHeaders added in v1.5.94

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

func (s DocDeleteBlockHeaders) GoString() string

func (*DocDeleteBlockHeaders) SetCommonHeaders added in v1.5.94

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

func (*DocDeleteBlockHeaders) SetXAcsDingtalkAccessToken added in v1.5.94

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

func (DocDeleteBlockHeaders) String added in v1.5.94

func (s DocDeleteBlockHeaders) String() string

type DocDeleteBlockRequest added in v1.5.94

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

func (DocDeleteBlockRequest) GoString added in v1.5.94

func (s DocDeleteBlockRequest) GoString() string

func (*DocDeleteBlockRequest) SetOperatorId added in v1.5.94

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

func (DocDeleteBlockRequest) String added in v1.5.94

func (s DocDeleteBlockRequest) String() string

type DocDeleteBlockResponse added in v1.5.94

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

func (DocDeleteBlockResponse) GoString added in v1.5.94

func (s DocDeleteBlockResponse) GoString() string

func (*DocDeleteBlockResponse) SetBody added in v1.5.94

func (*DocDeleteBlockResponse) SetHeaders added in v1.5.94

func (*DocDeleteBlockResponse) SetStatusCode added in v1.5.94

func (DocDeleteBlockResponse) String added in v1.5.94

func (s DocDeleteBlockResponse) String() string

type DocDeleteBlockResponseBody added in v1.5.94

type DocDeleteBlockResponseBody struct {
	Result  *DocDeleteBlockResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (DocDeleteBlockResponseBody) GoString added in v1.5.94

func (s DocDeleteBlockResponseBody) GoString() string

func (*DocDeleteBlockResponseBody) SetResult added in v1.5.94

func (*DocDeleteBlockResponseBody) SetSuccess added in v1.5.94

func (DocDeleteBlockResponseBody) String added in v1.5.94

type DocDeleteBlockResponseBodyResult added in v1.5.94

type DocDeleteBlockResponseBodyResult struct {
	Data map[string]interface{} `json:"data,omitempty" xml:"data,omitempty"`
}

func (DocDeleteBlockResponseBodyResult) GoString added in v1.5.94

func (*DocDeleteBlockResponseBodyResult) SetData added in v1.5.94

func (DocDeleteBlockResponseBodyResult) String added in v1.5.94

type DocInsertBlocksHeaders added in v1.5.94

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

func (s DocInsertBlocksHeaders) GoString() string

func (*DocInsertBlocksHeaders) SetCommonHeaders added in v1.5.94

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

func (*DocInsertBlocksHeaders) SetXAcsDingtalkAccessToken added in v1.5.94

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

func (DocInsertBlocksHeaders) String added in v1.5.94

func (s DocInsertBlocksHeaders) String() string

type DocInsertBlocksRequest added in v1.5.94

type DocInsertBlocksRequest struct {
	BlockId    *string                `json:"blockId,omitempty" xml:"blockId,omitempty"`
	Element    map[string]interface{} `json:"element,omitempty" xml:"element,omitempty"`
	Index      *int32                 `json:"index,omitempty" xml:"index,omitempty"`
	Where      *string                `json:"where,omitempty" xml:"where,omitempty"`
	OperatorId *string                `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DocInsertBlocksRequest) GoString added in v1.5.94

func (s DocInsertBlocksRequest) GoString() string

func (*DocInsertBlocksRequest) SetBlockId added in v1.5.94

func (*DocInsertBlocksRequest) SetElement added in v1.5.94

func (s *DocInsertBlocksRequest) SetElement(v map[string]interface{}) *DocInsertBlocksRequest

func (*DocInsertBlocksRequest) SetIndex added in v1.5.94

func (*DocInsertBlocksRequest) SetOperatorId added in v1.5.94

func (*DocInsertBlocksRequest) SetWhere added in v1.5.94

func (DocInsertBlocksRequest) String added in v1.5.94

func (s DocInsertBlocksRequest) String() string

type DocInsertBlocksResponse added in v1.5.94

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

func (DocInsertBlocksResponse) GoString added in v1.5.94

func (s DocInsertBlocksResponse) GoString() string

func (*DocInsertBlocksResponse) SetBody added in v1.5.94

func (*DocInsertBlocksResponse) SetHeaders added in v1.5.94

func (*DocInsertBlocksResponse) SetStatusCode added in v1.5.94

func (DocInsertBlocksResponse) String added in v1.5.94

func (s DocInsertBlocksResponse) String() string

type DocInsertBlocksResponseBody added in v1.5.94

type DocInsertBlocksResponseBody struct {
	Result  *DocInsertBlocksResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (DocInsertBlocksResponseBody) GoString added in v1.5.94

func (s DocInsertBlocksResponseBody) GoString() string

func (*DocInsertBlocksResponseBody) SetResult added in v1.5.94

func (*DocInsertBlocksResponseBody) SetSuccess added in v1.5.94

func (DocInsertBlocksResponseBody) String added in v1.5.94

type DocInsertBlocksResponseBodyResult added in v1.5.94

type DocInsertBlocksResponseBodyResult struct {
	Data map[string]interface{} `json:"data,omitempty" xml:"data,omitempty"`
}

func (DocInsertBlocksResponseBodyResult) GoString added in v1.5.94

func (*DocInsertBlocksResponseBodyResult) SetData added in v1.5.94

func (DocInsertBlocksResponseBodyResult) String added in v1.5.94

type DocUpdateContentHeaders added in v1.5.94

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

func (s DocUpdateContentHeaders) GoString() string

func (*DocUpdateContentHeaders) SetCommonHeaders added in v1.5.94

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

func (*DocUpdateContentHeaders) SetXAcsDingtalkAccessToken added in v1.5.94

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

func (DocUpdateContentHeaders) String added in v1.5.94

func (s DocUpdateContentHeaders) String() string

type DocUpdateContentRequest added in v1.5.94

type DocUpdateContentRequest struct {
	Content    *string `json:"content,omitempty" xml:"content,omitempty"`
	DataType   *string `json:"dataType,omitempty" xml:"dataType,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (DocUpdateContentRequest) GoString added in v1.5.94

func (s DocUpdateContentRequest) GoString() string

func (*DocUpdateContentRequest) SetContent added in v1.5.94

func (*DocUpdateContentRequest) SetDataType added in v1.5.94

func (*DocUpdateContentRequest) SetOperatorId added in v1.5.94

func (DocUpdateContentRequest) String added in v1.5.94

func (s DocUpdateContentRequest) String() string

type DocUpdateContentResponse added in v1.5.94

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

func (DocUpdateContentResponse) GoString added in v1.5.94

func (s DocUpdateContentResponse) GoString() string

func (*DocUpdateContentResponse) SetBody added in v1.5.94

func (*DocUpdateContentResponse) SetHeaders added in v1.5.94

func (*DocUpdateContentResponse) SetStatusCode added in v1.5.94

func (DocUpdateContentResponse) String added in v1.5.94

func (s DocUpdateContentResponse) String() string

type DocUpdateContentResponseBody added in v1.5.94

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

func (DocUpdateContentResponseBody) GoString added in v1.5.94

func (s DocUpdateContentResponseBody) GoString() string

func (*DocUpdateContentResponseBody) SetSuccess added in v1.5.94

func (DocUpdateContentResponseBody) String added in v1.5.94

type GetAllSheetsHeaders

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

func (s GetAllSheetsHeaders) GoString() string

func (*GetAllSheetsHeaders) SetCommonHeaders

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

func (*GetAllSheetsHeaders) SetXAcsDingtalkAccessToken

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

func (GetAllSheetsHeaders) String

func (s GetAllSheetsHeaders) String() string

type GetAllSheetsRequest

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

func (GetAllSheetsRequest) GoString

func (s GetAllSheetsRequest) GoString() string

func (*GetAllSheetsRequest) SetOperatorId

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

func (GetAllSheetsRequest) String

func (s GetAllSheetsRequest) String() string

type GetAllSheetsResponse

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

func (GetAllSheetsResponse) GoString

func (s GetAllSheetsResponse) GoString() string

func (*GetAllSheetsResponse) SetBody

func (*GetAllSheetsResponse) SetHeaders

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

func (*GetAllSheetsResponse) SetStatusCode

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

func (GetAllSheetsResponse) String

func (s GetAllSheetsResponse) String() string

type GetAllSheetsResponseBody

type GetAllSheetsResponseBody struct {
	Value []*GetAllSheetsResponseBodyValue `json:"value,omitempty" xml:"value,omitempty" type:"Repeated"`
}

func (GetAllSheetsResponseBody) GoString

func (s GetAllSheetsResponseBody) GoString() string

func (*GetAllSheetsResponseBody) SetValue

func (GetAllSheetsResponseBody) String

func (s GetAllSheetsResponseBody) String() string

type GetAllSheetsResponseBodyValue

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

func (GetAllSheetsResponseBodyValue) GoString

func (*GetAllSheetsResponseBodyValue) SetId

func (*GetAllSheetsResponseBodyValue) SetName

func (GetAllSheetsResponseBodyValue) String

type GetDeveloperMetadataHeaders

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

func (s GetDeveloperMetadataHeaders) GoString() string

func (*GetDeveloperMetadataHeaders) SetCommonHeaders

func (*GetDeveloperMetadataHeaders) SetXAcsDingtalkAccessToken

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

func (GetDeveloperMetadataHeaders) String

type GetDeveloperMetadataRequest

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

func (GetDeveloperMetadataRequest) GoString

func (s GetDeveloperMetadataRequest) GoString() string

func (*GetDeveloperMetadataRequest) SetOperatorId

func (GetDeveloperMetadataRequest) String

type GetDeveloperMetadataResponse

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

func (GetDeveloperMetadataResponse) GoString

func (s GetDeveloperMetadataResponse) GoString() string

func (*GetDeveloperMetadataResponse) SetBody

func (*GetDeveloperMetadataResponse) SetHeaders

func (*GetDeveloperMetadataResponse) SetStatusCode

func (GetDeveloperMetadataResponse) String

type GetDeveloperMetadataResponseBody

type GetDeveloperMetadataResponseBody struct {
	AssociatedColumn *GetDeveloperMetadataResponseBodyAssociatedColumn `json:"associatedColumn,omitempty" xml:"associatedColumn,omitempty" type:"Struct"`
	AssociatedRow    *GetDeveloperMetadataResponseBodyAssociatedRow    `json:"associatedRow,omitempty" xml:"associatedRow,omitempty" type:"Struct"`
	Value            interface{}                                       `json:"value,omitempty" xml:"value,omitempty"`
}

func (GetDeveloperMetadataResponseBody) GoString

func (*GetDeveloperMetadataResponseBody) SetValue

func (GetDeveloperMetadataResponseBody) String

type GetDeveloperMetadataResponseBodyAssociatedColumn

type GetDeveloperMetadataResponseBodyAssociatedColumn struct {
	Column  *int32  `json:"column,omitempty" xml:"column,omitempty"`
	SheetId *string `json:"sheetId,omitempty" xml:"sheetId,omitempty"`
}

func (GetDeveloperMetadataResponseBodyAssociatedColumn) GoString

func (*GetDeveloperMetadataResponseBodyAssociatedColumn) SetColumn

func (*GetDeveloperMetadataResponseBodyAssociatedColumn) SetSheetId

func (GetDeveloperMetadataResponseBodyAssociatedColumn) String

type GetDeveloperMetadataResponseBodyAssociatedRow

type GetDeveloperMetadataResponseBodyAssociatedRow struct {
	Row     *int32  `json:"row,omitempty" xml:"row,omitempty"`
	SheetId *string `json:"sheetId,omitempty" xml:"sheetId,omitempty"`
}

func (GetDeveloperMetadataResponseBodyAssociatedRow) GoString

func (*GetDeveloperMetadataResponseBodyAssociatedRow) SetRow

func (*GetDeveloperMetadataResponseBodyAssociatedRow) SetSheetId

func (GetDeveloperMetadataResponseBodyAssociatedRow) String

type GetRangeHeaders

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

func (s GetRangeHeaders) GoString() string

func (*GetRangeHeaders) SetCommonHeaders

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

func (*GetRangeHeaders) SetXAcsDingtalkAccessToken

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

func (GetRangeHeaders) String

func (s GetRangeHeaders) String() string

type GetRangeRequest

type GetRangeRequest struct {
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	Select     *string `json:"select,omitempty" xml:"select,omitempty"`
}

func (GetRangeRequest) GoString

func (s GetRangeRequest) GoString() string

func (*GetRangeRequest) SetOperatorId

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

func (*GetRangeRequest) SetSelect

func (s *GetRangeRequest) SetSelect(v string) *GetRangeRequest

func (GetRangeRequest) String

func (s GetRangeRequest) String() string

type GetRangeResponse

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

func (GetRangeResponse) GoString

func (s GetRangeResponse) GoString() string

func (*GetRangeResponse) SetBody

func (*GetRangeResponse) SetHeaders

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

func (*GetRangeResponse) SetStatusCode

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

func (GetRangeResponse) String

func (s GetRangeResponse) String() string

type GetRangeResponseBody

type GetRangeResponseBody struct {
	BackgroundColors     [][]*GetRangeResponseBodyBackgroundColors `json:"backgroundColors,omitempty" xml:"backgroundColors,omitempty" type:"Repeated"`
	DisplayValues        [][]*string                               `json:"displayValues,omitempty" xml:"displayValues,omitempty" type:"Repeated"`
	FontSizes            [][]*int32                                `json:"fontSizes,omitempty" xml:"fontSizes,omitempty" type:"Repeated"`
	FontWeights          [][]*string                               `json:"fontWeights,omitempty" xml:"fontWeights,omitempty" type:"Repeated"`
	Formulas             [][]*string                               `json:"formulas,omitempty" xml:"formulas,omitempty" type:"Repeated"`
	HorizontalAlignments [][]*string                               `json:"horizontalAlignments,omitempty" xml:"horizontalAlignments,omitempty" type:"Repeated"`
	Values               [][]interface{}                           `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
	VerticalAlignments   [][]*string                               `json:"verticalAlignments,omitempty" xml:"verticalAlignments,omitempty" type:"Repeated"`
}

func (GetRangeResponseBody) GoString

func (s GetRangeResponseBody) GoString() string

func (*GetRangeResponseBody) SetBackgroundColors

func (*GetRangeResponseBody) SetDisplayValues

func (s *GetRangeResponseBody) SetDisplayValues(v [][]*string) *GetRangeResponseBody

func (*GetRangeResponseBody) SetFontSizes

func (s *GetRangeResponseBody) SetFontSizes(v [][]*int32) *GetRangeResponseBody

func (*GetRangeResponseBody) SetFontWeights added in v1.5.89

func (s *GetRangeResponseBody) SetFontWeights(v [][]*string) *GetRangeResponseBody

func (*GetRangeResponseBody) SetFormulas

func (s *GetRangeResponseBody) SetFormulas(v [][]*string) *GetRangeResponseBody

func (*GetRangeResponseBody) SetHorizontalAlignments

func (s *GetRangeResponseBody) SetHorizontalAlignments(v [][]*string) *GetRangeResponseBody

func (*GetRangeResponseBody) SetValues

func (s *GetRangeResponseBody) SetValues(v [][]interface{}) *GetRangeResponseBody

func (*GetRangeResponseBody) SetVerticalAlignments

func (s *GetRangeResponseBody) SetVerticalAlignments(v [][]*string) *GetRangeResponseBody

func (GetRangeResponseBody) String

func (s GetRangeResponseBody) String() string

type GetRangeResponseBodyBackgroundColors

type GetRangeResponseBodyBackgroundColors struct {
	Red       *int32  `json:"red,omitempty" xml:"red,omitempty"`
	Green     *int32  `json:"green,omitempty" xml:"green,omitempty"`
	Blue      *int32  `json:"blue,omitempty" xml:"blue,omitempty"`
	HexString *string `json:"hexString,omitempty" xml:"hexString,omitempty"`
}

func (GetRangeResponseBodyBackgroundColors) GoString

func (*GetRangeResponseBodyBackgroundColors) SetBlue

func (*GetRangeResponseBodyBackgroundColors) SetGreen

func (*GetRangeResponseBodyBackgroundColors) SetHexString

func (*GetRangeResponseBodyBackgroundColors) SetRed

func (GetRangeResponseBodyBackgroundColors) String

type GetRecentEditDocsHeaders

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

func (s GetRecentEditDocsHeaders) GoString() string

func (*GetRecentEditDocsHeaders) SetCommonHeaders

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

func (*GetRecentEditDocsHeaders) SetXAcsDingtalkAccessToken

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

func (GetRecentEditDocsHeaders) String

func (s GetRecentEditDocsHeaders) String() string

type GetRecentEditDocsRequest

type GetRecentEditDocsRequest 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"`
}

func (GetRecentEditDocsRequest) GoString

func (s GetRecentEditDocsRequest) GoString() string

func (*GetRecentEditDocsRequest) SetMaxResults

func (*GetRecentEditDocsRequest) SetNextToken

func (*GetRecentEditDocsRequest) SetOperatorId

func (GetRecentEditDocsRequest) String

func (s GetRecentEditDocsRequest) String() string

type GetRecentEditDocsResponse

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

func (GetRecentEditDocsResponse) GoString

func (s GetRecentEditDocsResponse) GoString() string

func (*GetRecentEditDocsResponse) SetBody

func (*GetRecentEditDocsResponse) SetHeaders

func (*GetRecentEditDocsResponse) SetStatusCode

func (GetRecentEditDocsResponse) String

func (s GetRecentEditDocsResponse) String() string

type GetRecentEditDocsResponseBody

type GetRecentEditDocsResponseBody struct {
	NextToken  *string                                    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RecentList []*GetRecentEditDocsResponseBodyRecentList `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
}

func (GetRecentEditDocsResponseBody) GoString

func (*GetRecentEditDocsResponseBody) SetNextToken

func (*GetRecentEditDocsResponseBody) SetRecentList

func (GetRecentEditDocsResponseBody) String

type GetRecentEditDocsResponseBodyRecentList

type GetRecentEditDocsResponseBodyRecentList struct {
	NodeBO      *GetRecentEditDocsResponseBodyRecentListNodeBO      `json:"nodeBO,omitempty" xml:"nodeBO,omitempty" type:"Struct"`
	WorkspaceBO *GetRecentEditDocsResponseBodyRecentListWorkspaceBO `json:"workspaceBO,omitempty" xml:"workspaceBO,omitempty" type:"Struct"`
}

func (GetRecentEditDocsResponseBodyRecentList) GoString

func (GetRecentEditDocsResponseBodyRecentList) String

type GetRecentEditDocsResponseBodyRecentListNodeBO

type GetRecentEditDocsResponseBodyRecentListNodeBO struct {
	CreateTime   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	IsDeleted    *bool   `json:"isDeleted,omitempty" xml:"isDeleted,omitempty"`
	LastEditTime *int64  `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	NodeName     *string `json:"nodeName,omitempty" xml:"nodeName,omitempty"`
	UpdateTime   *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetRecentEditDocsResponseBodyRecentListNodeBO) GoString

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetCreateTime

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetDocType

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetIsDeleted

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetLastEditTime

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetNodeId

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetNodeName

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetUpdateTime

func (*GetRecentEditDocsResponseBodyRecentListNodeBO) SetUrl

func (GetRecentEditDocsResponseBodyRecentListNodeBO) String

type GetRecentEditDocsResponseBodyRecentListWorkspaceBO

type GetRecentEditDocsResponseBodyRecentListWorkspaceBO struct {
	Url           *string `json:"url,omitempty" xml:"url,omitempty"`
	WorkspaceId   *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
	WorkspaceName *string `json:"workspaceName,omitempty" xml:"workspaceName,omitempty"`
}

func (GetRecentEditDocsResponseBodyRecentListWorkspaceBO) GoString

func (*GetRecentEditDocsResponseBodyRecentListWorkspaceBO) SetUrl

func (*GetRecentEditDocsResponseBodyRecentListWorkspaceBO) SetWorkspaceId

func (*GetRecentEditDocsResponseBodyRecentListWorkspaceBO) SetWorkspaceName

func (GetRecentEditDocsResponseBodyRecentListWorkspaceBO) String

type GetRecentOpenDocsHeaders

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

func (s GetRecentOpenDocsHeaders) GoString() string

func (*GetRecentOpenDocsHeaders) SetCommonHeaders

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

func (*GetRecentOpenDocsHeaders) SetXAcsDingtalkAccessToken

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

func (GetRecentOpenDocsHeaders) String

func (s GetRecentOpenDocsHeaders) String() string

type GetRecentOpenDocsRequest

type GetRecentOpenDocsRequest 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"`
}

func (GetRecentOpenDocsRequest) GoString

func (s GetRecentOpenDocsRequest) GoString() string

func (*GetRecentOpenDocsRequest) SetMaxResults

func (*GetRecentOpenDocsRequest) SetNextToken

func (*GetRecentOpenDocsRequest) SetOperatorId

func (GetRecentOpenDocsRequest) String

func (s GetRecentOpenDocsRequest) String() string

type GetRecentOpenDocsResponse

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

func (GetRecentOpenDocsResponse) GoString

func (s GetRecentOpenDocsResponse) GoString() string

func (*GetRecentOpenDocsResponse) SetBody

func (*GetRecentOpenDocsResponse) SetHeaders

func (*GetRecentOpenDocsResponse) SetStatusCode

func (GetRecentOpenDocsResponse) String

func (s GetRecentOpenDocsResponse) String() string

type GetRecentOpenDocsResponseBody

type GetRecentOpenDocsResponseBody struct {
	NextToken  *string                                    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RecentList []*GetRecentOpenDocsResponseBodyRecentList `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
}

func (GetRecentOpenDocsResponseBody) GoString

func (*GetRecentOpenDocsResponseBody) SetNextToken

func (*GetRecentOpenDocsResponseBody) SetRecentList

func (GetRecentOpenDocsResponseBody) String

type GetRecentOpenDocsResponseBodyRecentList

type GetRecentOpenDocsResponseBodyRecentList struct {
	NodeBO      *GetRecentOpenDocsResponseBodyRecentListNodeBO      `json:"nodeBO,omitempty" xml:"nodeBO,omitempty" type:"Struct"`
	WorkspaceBO *GetRecentOpenDocsResponseBodyRecentListWorkspaceBO `json:"workspaceBO,omitempty" xml:"workspaceBO,omitempty" type:"Struct"`
}

func (GetRecentOpenDocsResponseBodyRecentList) GoString

func (GetRecentOpenDocsResponseBodyRecentList) String

type GetRecentOpenDocsResponseBodyRecentListNodeBO

type GetRecentOpenDocsResponseBodyRecentListNodeBO struct {
	CreateTime   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	IsDeleted    *bool   `json:"isDeleted,omitempty" xml:"isDeleted,omitempty"`
	LastOpenTime *int64  `json:"lastOpenTime,omitempty" xml:"lastOpenTime,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	NodeName     *string `json:"nodeName,omitempty" xml:"nodeName,omitempty"`
	UpdateTime   *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetRecentOpenDocsResponseBodyRecentListNodeBO) GoString

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetCreateTime

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetDocType

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetIsDeleted

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetLastOpenTime

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetNodeId

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetNodeName

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetUpdateTime

func (*GetRecentOpenDocsResponseBodyRecentListNodeBO) SetUrl

func (GetRecentOpenDocsResponseBodyRecentListNodeBO) String

type GetRecentOpenDocsResponseBodyRecentListWorkspaceBO

type GetRecentOpenDocsResponseBodyRecentListWorkspaceBO struct {
	Url           *string `json:"url,omitempty" xml:"url,omitempty"`
	WorkspaceId   *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
	WorkspaceName *string `json:"workspaceName,omitempty" xml:"workspaceName,omitempty"`
}

func (GetRecentOpenDocsResponseBodyRecentListWorkspaceBO) GoString

func (*GetRecentOpenDocsResponseBodyRecentListWorkspaceBO) SetUrl

func (*GetRecentOpenDocsResponseBodyRecentListWorkspaceBO) SetWorkspaceId

func (*GetRecentOpenDocsResponseBodyRecentListWorkspaceBO) SetWorkspaceName

func (GetRecentOpenDocsResponseBodyRecentListWorkspaceBO) String

type GetRelatedWorkspacesHeaders

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

func (s GetRelatedWorkspacesHeaders) GoString() string

func (*GetRelatedWorkspacesHeaders) SetCommonHeaders

func (*GetRelatedWorkspacesHeaders) SetXAcsDingtalkAccessToken

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

func (GetRelatedWorkspacesHeaders) String

type GetRelatedWorkspacesRequest

type GetRelatedWorkspacesRequest struct {
	IncludeRecent *bool   `json:"includeRecent,omitempty" xml:"includeRecent,omitempty"`
	OperatorId    *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetRelatedWorkspacesRequest) GoString

func (s GetRelatedWorkspacesRequest) GoString() string

func (*GetRelatedWorkspacesRequest) SetIncludeRecent

func (*GetRelatedWorkspacesRequest) SetOperatorId

func (GetRelatedWorkspacesRequest) String

type GetRelatedWorkspacesResponse

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

func (GetRelatedWorkspacesResponse) GoString

func (s GetRelatedWorkspacesResponse) GoString() string

func (*GetRelatedWorkspacesResponse) SetBody

func (*GetRelatedWorkspacesResponse) SetHeaders

func (*GetRelatedWorkspacesResponse) SetStatusCode

func (GetRelatedWorkspacesResponse) String

type GetRelatedWorkspacesResponseBody

type GetRelatedWorkspacesResponseBody struct {
	Workspaces []*GetRelatedWorkspacesResponseBodyWorkspaces `json:"workspaces,omitempty" xml:"workspaces,omitempty" type:"Repeated"`
}

func (GetRelatedWorkspacesResponseBody) GoString

func (GetRelatedWorkspacesResponseBody) String

type GetRelatedWorkspacesResponseBodyWorkspaces

type GetRelatedWorkspacesResponseBodyWorkspaces struct {
	CreateTime  *int64                                                  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Deleted     *bool                                                   `json:"deleted,omitempty" xml:"deleted,omitempty"`
	Name        *string                                                 `json:"name,omitempty" xml:"name,omitempty"`
	Owner       *string                                                 `json:"owner,omitempty" xml:"owner,omitempty"`
	RecentList  []*GetRelatedWorkspacesResponseBodyWorkspacesRecentList `json:"recentList,omitempty" xml:"recentList,omitempty" type:"Repeated"`
	Role        *string                                                 `json:"role,omitempty" xml:"role,omitempty"`
	Url         *string                                                 `json:"url,omitempty" xml:"url,omitempty"`
	WorkspaceId *string                                                 `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (GetRelatedWorkspacesResponseBodyWorkspaces) GoString

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetCreateTime

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetDeleted

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetName

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetOwner

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetRole

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetUrl

func (*GetRelatedWorkspacesResponseBodyWorkspaces) SetWorkspaceId

func (GetRelatedWorkspacesResponseBodyWorkspaces) String

type GetRelatedWorkspacesResponseBodyWorkspacesRecentList

type GetRelatedWorkspacesResponseBodyWorkspacesRecentList struct {
	LastEditTime *int64  `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetRelatedWorkspacesResponseBodyWorkspacesRecentList) GoString

func (*GetRelatedWorkspacesResponseBodyWorkspacesRecentList) SetLastEditTime

func (*GetRelatedWorkspacesResponseBodyWorkspacesRecentList) SetName

func (*GetRelatedWorkspacesResponseBodyWorkspacesRecentList) SetNodeId

func (*GetRelatedWorkspacesResponseBodyWorkspacesRecentList) SetUrl

func (GetRelatedWorkspacesResponseBodyWorkspacesRecentList) String

type GetSheetHeaders

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

func (s GetSheetHeaders) GoString() string

func (*GetSheetHeaders) SetCommonHeaders

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

func (*GetSheetHeaders) SetXAcsDingtalkAccessToken

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

func (GetSheetHeaders) String

func (s GetSheetHeaders) String() string

type GetSheetRequest

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

func (GetSheetRequest) GoString

func (s GetSheetRequest) GoString() string

func (*GetSheetRequest) SetOperatorId

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

func (GetSheetRequest) String

func (s GetSheetRequest) String() string

type GetSheetResponse

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

func (GetSheetResponse) GoString

func (s GetSheetResponse) GoString() string

func (*GetSheetResponse) SetBody

func (*GetSheetResponse) SetHeaders

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

func (*GetSheetResponse) SetStatusCode

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

func (GetSheetResponse) String

func (s GetSheetResponse) String() string

type GetSheetResponseBody

type GetSheetResponseBody struct {
	ColumnCount        *int64  `json:"columnCount,omitempty" xml:"columnCount,omitempty"`
	Id                 *string `json:"id,omitempty" xml:"id,omitempty"`
	LastNonEmptyColumn *int64  `json:"lastNonEmptyColumn,omitempty" xml:"lastNonEmptyColumn,omitempty"`
	LastNonEmptyRow    *int64  `json:"lastNonEmptyRow,omitempty" xml:"lastNonEmptyRow,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	RowCount           *int64  `json:"rowCount,omitempty" xml:"rowCount,omitempty"`
	Visibility         *string `json:"visibility,omitempty" xml:"visibility,omitempty"`
}

func (GetSheetResponseBody) GoString

func (s GetSheetResponseBody) GoString() string

func (*GetSheetResponseBody) SetColumnCount

func (s *GetSheetResponseBody) SetColumnCount(v int64) *GetSheetResponseBody

func (*GetSheetResponseBody) SetId

func (*GetSheetResponseBody) SetLastNonEmptyColumn

func (s *GetSheetResponseBody) SetLastNonEmptyColumn(v int64) *GetSheetResponseBody

func (*GetSheetResponseBody) SetLastNonEmptyRow

func (s *GetSheetResponseBody) SetLastNonEmptyRow(v int64) *GetSheetResponseBody

func (*GetSheetResponseBody) SetName

func (*GetSheetResponseBody) SetRowCount

func (s *GetSheetResponseBody) SetRowCount(v int64) *GetSheetResponseBody

func (*GetSheetResponseBody) SetVisibility

func (s *GetSheetResponseBody) SetVisibility(v string) *GetSheetResponseBody

func (GetSheetResponseBody) String

func (s GetSheetResponseBody) String() string

type GetTemplateByIdHeaders

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

func (s GetTemplateByIdHeaders) GoString() string

func (*GetTemplateByIdHeaders) SetCommonHeaders

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

func (*GetTemplateByIdHeaders) SetXAcsDingtalkAccessToken

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

func (GetTemplateByIdHeaders) String

func (s GetTemplateByIdHeaders) String() string

type GetTemplateByIdRequest

type GetTemplateByIdRequest struct {
	Belong     *string `json:"belong,omitempty" xml:"belong,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (GetTemplateByIdRequest) GoString

func (s GetTemplateByIdRequest) GoString() string

func (*GetTemplateByIdRequest) SetBelong

func (*GetTemplateByIdRequest) SetOperatorId

func (GetTemplateByIdRequest) String

func (s GetTemplateByIdRequest) String() string

type GetTemplateByIdResponse

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

func (GetTemplateByIdResponse) GoString

func (s GetTemplateByIdResponse) GoString() string

func (*GetTemplateByIdResponse) SetBody

func (*GetTemplateByIdResponse) SetHeaders

func (*GetTemplateByIdResponse) SetStatusCode

func (GetTemplateByIdResponse) String

func (s GetTemplateByIdResponse) String() string

type GetTemplateByIdResponseBody

type GetTemplateByIdResponseBody struct {
	CoverUrl     *string `json:"coverUrl,omitempty" xml:"coverUrl,omitempty"`
	CreateTime   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	Id           *string `json:"id,omitempty" xml:"id,omitempty"`
	TemplateType *string `json:"templateType,omitempty" xml:"templateType,omitempty"`
	Title        *string `json:"title,omitempty" xml:"title,omitempty"`
	UpdateTime   *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	WorkspaceId  *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (GetTemplateByIdResponseBody) GoString

func (s GetTemplateByIdResponseBody) GoString() string

func (*GetTemplateByIdResponseBody) SetCoverUrl

func (*GetTemplateByIdResponseBody) SetCreateTime

func (*GetTemplateByIdResponseBody) SetDocType

func (*GetTemplateByIdResponseBody) SetId

func (*GetTemplateByIdResponseBody) SetTemplateType

func (*GetTemplateByIdResponseBody) SetTitle

func (*GetTemplateByIdResponseBody) SetUpdateTime

func (*GetTemplateByIdResponseBody) SetWorkspaceId

func (GetTemplateByIdResponseBody) String

type GetWorkspaceHeaders

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

func (s GetWorkspaceHeaders) GoString() string

func (*GetWorkspaceHeaders) SetCommonHeaders

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

func (*GetWorkspaceHeaders) SetXAcsDingtalkAccessToken

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

func (GetWorkspaceHeaders) String

func (s GetWorkspaceHeaders) String() string

type GetWorkspaceNodeHeaders

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

func (s GetWorkspaceNodeHeaders) GoString() string

func (*GetWorkspaceNodeHeaders) SetCommonHeaders

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

func (*GetWorkspaceNodeHeaders) SetXAcsDingtalkAccessToken

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

func (GetWorkspaceNodeHeaders) String

func (s GetWorkspaceNodeHeaders) String() string

type GetWorkspaceNodeRequest

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

func (GetWorkspaceNodeRequest) GoString

func (s GetWorkspaceNodeRequest) GoString() string

func (*GetWorkspaceNodeRequest) SetOperatorId

func (GetWorkspaceNodeRequest) String

func (s GetWorkspaceNodeRequest) String() string

type GetWorkspaceNodeResponse

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

func (GetWorkspaceNodeResponse) GoString

func (s GetWorkspaceNodeResponse) GoString() string

func (*GetWorkspaceNodeResponse) SetBody

func (*GetWorkspaceNodeResponse) SetHeaders

func (*GetWorkspaceNodeResponse) SetStatusCode

func (GetWorkspaceNodeResponse) String

func (s GetWorkspaceNodeResponse) String() string

type GetWorkspaceNodeResponseBody

type GetWorkspaceNodeResponseBody struct {
	HasPermission *bool                                    `json:"hasPermission,omitempty" xml:"hasPermission,omitempty"`
	NodeBO        *GetWorkspaceNodeResponseBodyNodeBO      `json:"nodeBO,omitempty" xml:"nodeBO,omitempty" type:"Struct"`
	WorkspaceBO   *GetWorkspaceNodeResponseBodyWorkspaceBO `json:"workspaceBO,omitempty" xml:"workspaceBO,omitempty" type:"Struct"`
}

func (GetWorkspaceNodeResponseBody) GoString

func (s GetWorkspaceNodeResponseBody) GoString() string

func (*GetWorkspaceNodeResponseBody) SetHasPermission

func (*GetWorkspaceNodeResponseBody) SetNodeBO

func (GetWorkspaceNodeResponseBody) String

type GetWorkspaceNodeResponseBodyNodeBO

type GetWorkspaceNodeResponseBodyNodeBO struct {
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	LastEditTime *int64  `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetWorkspaceNodeResponseBodyNodeBO) GoString

func (*GetWorkspaceNodeResponseBodyNodeBO) SetDocType

func (*GetWorkspaceNodeResponseBodyNodeBO) SetLastEditTime

func (*GetWorkspaceNodeResponseBodyNodeBO) SetName

func (*GetWorkspaceNodeResponseBodyNodeBO) SetNodeId

func (*GetWorkspaceNodeResponseBodyNodeBO) SetUrl

func (GetWorkspaceNodeResponseBodyNodeBO) String

type GetWorkspaceNodeResponseBodyWorkspaceBO

type GetWorkspaceNodeResponseBodyWorkspaceBO struct {
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (GetWorkspaceNodeResponseBodyWorkspaceBO) GoString

func (*GetWorkspaceNodeResponseBodyWorkspaceBO) SetName

func (*GetWorkspaceNodeResponseBodyWorkspaceBO) SetWorkspaceId

func (GetWorkspaceNodeResponseBodyWorkspaceBO) String

type GetWorkspaceResponse

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

func (GetWorkspaceResponse) GoString

func (s GetWorkspaceResponse) GoString() string

func (*GetWorkspaceResponse) SetBody

func (*GetWorkspaceResponse) SetHeaders

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

func (*GetWorkspaceResponse) SetStatusCode

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

func (GetWorkspaceResponse) String

func (s GetWorkspaceResponse) String() string

type GetWorkspaceResponseBody

type GetWorkspaceResponseBody struct {
	IsDeleted      *bool   `json:"isDeleted,omitempty" xml:"isDeleted,omitempty"`
	Owner          *string `json:"owner,omitempty" xml:"owner,omitempty"`
	RootDentryUuid *string `json:"rootDentryUuid,omitempty" xml:"rootDentryUuid,omitempty"`
	Url            *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetWorkspaceResponseBody) GoString

func (s GetWorkspaceResponseBody) GoString() string

func (*GetWorkspaceResponseBody) SetIsDeleted

func (*GetWorkspaceResponseBody) SetOwner

func (*GetWorkspaceResponseBody) SetRootDentryUuid

func (s *GetWorkspaceResponseBody) SetRootDentryUuid(v string) *GetWorkspaceResponseBody

func (*GetWorkspaceResponseBody) SetUrl

func (GetWorkspaceResponseBody) String

func (s GetWorkspaceResponseBody) String() string

type InitDocumentHeaders

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

func (s InitDocumentHeaders) GoString() string

func (*InitDocumentHeaders) SetCommonHeaders

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

func (*InitDocumentHeaders) SetXAcsDingtalkAccessToken

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

func (InitDocumentHeaders) String

func (s InitDocumentHeaders) String() string

type InitDocumentRequest

type InitDocumentRequest struct {
	AttachmentsMap map[string]*AttachmentsMapValue `json:"attachmentsMap,omitempty" xml:"attachmentsMap,omitempty"`
	ImportType     *int32                          `json:"importType,omitempty" xml:"importType,omitempty"`
	LinksKey       *string                         `json:"linksKey,omitempty" xml:"linksKey,omitempty"`
	OperatorId     *string                         `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (InitDocumentRequest) GoString

func (s InitDocumentRequest) GoString() string

func (*InitDocumentRequest) SetAttachmentsMap

func (s *InitDocumentRequest) SetAttachmentsMap(v map[string]*AttachmentsMapValue) *InitDocumentRequest

func (*InitDocumentRequest) SetImportType

func (s *InitDocumentRequest) SetImportType(v int32) *InitDocumentRequest

func (*InitDocumentRequest) SetLinksKey

func (s *InitDocumentRequest) SetLinksKey(v string) *InitDocumentRequest

func (*InitDocumentRequest) SetOperatorId

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

func (InitDocumentRequest) String

func (s InitDocumentRequest) String() string

type InitDocumentResponse

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

func (InitDocumentResponse) GoString

func (s InitDocumentResponse) GoString() string

func (*InitDocumentResponse) SetBody

func (*InitDocumentResponse) SetHeaders

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

func (*InitDocumentResponse) SetStatusCode

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

func (InitDocumentResponse) String

func (s InitDocumentResponse) String() string

type InitDocumentResponseBody

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

func (InitDocumentResponseBody) GoString

func (s InitDocumentResponseBody) GoString() string

func (*InitDocumentResponseBody) SetSuccess

func (InitDocumentResponseBody) String

func (s InitDocumentResponseBody) String() string

type InsertBlocksHeaders

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

func (s InsertBlocksHeaders) GoString() string

func (*InsertBlocksHeaders) SetCommonHeaders

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

func (*InsertBlocksHeaders) SetXAcsDingtalkAccessToken

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

func (InsertBlocksHeaders) String

func (s InsertBlocksHeaders) String() string

type InsertBlocksRequest

type InsertBlocksRequest struct {
	Blocks     []*InsertBlocksRequestBlocks `json:"blocks,omitempty" xml:"blocks,omitempty" type:"Repeated"`
	Location   *InsertBlocksRequestLocation `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OperatorId *string                      `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (InsertBlocksRequest) GoString

func (s InsertBlocksRequest) GoString() string

func (*InsertBlocksRequest) SetBlocks

func (*InsertBlocksRequest) SetLocation

func (*InsertBlocksRequest) SetOperatorId

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

func (InsertBlocksRequest) String

func (s InsertBlocksRequest) String() string

type InsertBlocksRequestBlocks

type InsertBlocksRequestBlocks struct {
	BlockType *string                             `json:"blockType,omitempty" xml:"blockType,omitempty"`
	Paragraph *InsertBlocksRequestBlocksParagraph `json:"paragraph,omitempty" xml:"paragraph,omitempty" type:"Struct"`
}

func (InsertBlocksRequestBlocks) GoString

func (s InsertBlocksRequestBlocks) GoString() string

func (*InsertBlocksRequestBlocks) SetBlockType

func (*InsertBlocksRequestBlocks) SetParagraph

func (InsertBlocksRequestBlocks) String

func (s InsertBlocksRequestBlocks) String() string

type InsertBlocksRequestBlocksParagraph

type InsertBlocksRequestBlocksParagraph struct {
	Children []*InsertBlocksRequestBlocksParagraphChildren `json:"children,omitempty" xml:"children,omitempty" type:"Repeated"`
	Style    *InsertBlocksRequestBlocksParagraphStyle      `json:"style,omitempty" xml:"style,omitempty" type:"Struct"`
}

func (InsertBlocksRequestBlocksParagraph) GoString

func (InsertBlocksRequestBlocksParagraph) String

type InsertBlocksRequestBlocksParagraphChildren

type InsertBlocksRequestBlocksParagraphChildren struct {
	ElementType *string                                         `json:"elementType,omitempty" xml:"elementType,omitempty"`
	Text        *InsertBlocksRequestBlocksParagraphChildrenText `json:"text,omitempty" xml:"text,omitempty" type:"Struct"`
}

func (InsertBlocksRequestBlocksParagraphChildren) GoString

func (*InsertBlocksRequestBlocksParagraphChildren) SetElementType

func (InsertBlocksRequestBlocksParagraphChildren) String

type InsertBlocksRequestBlocksParagraphChildrenText

type InsertBlocksRequestBlocksParagraphChildrenText struct {
	Content   *string                                                  `json:"content,omitempty" xml:"content,omitempty"`
	TextStyle *InsertBlocksRequestBlocksParagraphChildrenTextTextStyle `json:"textStyle,omitempty" xml:"textStyle,omitempty" type:"Struct"`
}

func (InsertBlocksRequestBlocksParagraphChildrenText) GoString

func (*InsertBlocksRequestBlocksParagraphChildrenText) SetContent

func (InsertBlocksRequestBlocksParagraphChildrenText) String

type InsertBlocksRequestBlocksParagraphChildrenTextTextStyle

type InsertBlocksRequestBlocksParagraphChildrenTextTextStyle struct {
	Bold     *bool   `json:"bold,omitempty" xml:"bold,omitempty"`
	DataType *string `json:"dataType,omitempty" xml:"dataType,omitempty"`
	FontSize *int32  `json:"fontSize,omitempty" xml:"fontSize,omitempty"`
	SizeUnit *string `json:"sizeUnit,omitempty" xml:"sizeUnit,omitempty"`
}

func (InsertBlocksRequestBlocksParagraphChildrenTextTextStyle) GoString

func (*InsertBlocksRequestBlocksParagraphChildrenTextTextStyle) SetBold

func (*InsertBlocksRequestBlocksParagraphChildrenTextTextStyle) SetDataType

func (*InsertBlocksRequestBlocksParagraphChildrenTextTextStyle) SetFontSize

func (*InsertBlocksRequestBlocksParagraphChildrenTextTextStyle) SetSizeUnit

func (InsertBlocksRequestBlocksParagraphChildrenTextTextStyle) String

type InsertBlocksRequestBlocksParagraphStyle

type InsertBlocksRequestBlocksParagraphStyle struct {
	HeadingLevel *string `json:"headingLevel,omitempty" xml:"headingLevel,omitempty"`
}

func (InsertBlocksRequestBlocksParagraphStyle) GoString

func (*InsertBlocksRequestBlocksParagraphStyle) SetHeadingLevel

func (InsertBlocksRequestBlocksParagraphStyle) String

type InsertBlocksRequestLocation

type InsertBlocksRequestLocation struct {
	Head *bool `json:"head,omitempty" xml:"head,omitempty"`
}

func (InsertBlocksRequestLocation) GoString

func (s InsertBlocksRequestLocation) GoString() string

func (*InsertBlocksRequestLocation) SetHead

func (InsertBlocksRequestLocation) String

type InsertBlocksResponse

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

func (InsertBlocksResponse) GoString

func (s InsertBlocksResponse) GoString() string

func (*InsertBlocksResponse) SetHeaders

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

func (*InsertBlocksResponse) SetStatusCode

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

func (InsertBlocksResponse) String

func (s InsertBlocksResponse) String() string

type InsertColumnsBeforeHeaders

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

func (s InsertColumnsBeforeHeaders) GoString() string

func (*InsertColumnsBeforeHeaders) SetCommonHeaders

func (*InsertColumnsBeforeHeaders) SetXAcsDingtalkAccessToken

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

func (InsertColumnsBeforeHeaders) String

type InsertColumnsBeforeRequest

type InsertColumnsBeforeRequest struct {
	Column      *int64  `json:"column,omitempty" xml:"column,omitempty"`
	ColumnCount *int64  `json:"columnCount,omitempty" xml:"columnCount,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (InsertColumnsBeforeRequest) GoString

func (s InsertColumnsBeforeRequest) GoString() string

func (*InsertColumnsBeforeRequest) SetColumn

func (*InsertColumnsBeforeRequest) SetColumnCount

func (*InsertColumnsBeforeRequest) SetOperatorId

func (InsertColumnsBeforeRequest) String

type InsertColumnsBeforeResponse

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

func (InsertColumnsBeforeResponse) GoString

func (s InsertColumnsBeforeResponse) GoString() string

func (*InsertColumnsBeforeResponse) SetBody

func (*InsertColumnsBeforeResponse) SetHeaders

func (*InsertColumnsBeforeResponse) SetStatusCode

func (InsertColumnsBeforeResponse) String

type InsertColumnsBeforeResponseBody

type InsertColumnsBeforeResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (InsertColumnsBeforeResponseBody) GoString

func (*InsertColumnsBeforeResponseBody) SetId

func (InsertColumnsBeforeResponseBody) String

type InsertDropdownListsHeaders

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

func (s InsertDropdownListsHeaders) GoString() string

func (*InsertDropdownListsHeaders) SetCommonHeaders

func (*InsertDropdownListsHeaders) SetXAcsDingtalkAccessToken

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

func (InsertDropdownListsHeaders) String

type InsertDropdownListsRequest

type InsertDropdownListsRequest struct {
	Options    []*InsertDropdownListsRequestOptions `json:"options,omitempty" xml:"options,omitempty" type:"Repeated"`
	OperatorId *string                              `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (InsertDropdownListsRequest) GoString

func (s InsertDropdownListsRequest) GoString() string

func (*InsertDropdownListsRequest) SetOperatorId

func (*InsertDropdownListsRequest) SetOptions

func (InsertDropdownListsRequest) String

type InsertDropdownListsRequestOptions

type InsertDropdownListsRequestOptions struct {
	Color *string `json:"color,omitempty" xml:"color,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (InsertDropdownListsRequestOptions) GoString

func (*InsertDropdownListsRequestOptions) SetColor

func (*InsertDropdownListsRequestOptions) SetValue

func (InsertDropdownListsRequestOptions) String

type InsertDropdownListsResponse

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

func (InsertDropdownListsResponse) GoString

func (s InsertDropdownListsResponse) GoString() string

func (*InsertDropdownListsResponse) SetBody

func (*InsertDropdownListsResponse) SetHeaders

func (*InsertDropdownListsResponse) SetStatusCode

func (InsertDropdownListsResponse) String

type InsertDropdownListsResponseBody

type InsertDropdownListsResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (InsertDropdownListsResponseBody) GoString

func (*InsertDropdownListsResponseBody) SetA1Notation

func (InsertDropdownListsResponseBody) String

type InsertRowsBeforeHeaders

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

func (s InsertRowsBeforeHeaders) GoString() string

func (*InsertRowsBeforeHeaders) SetCommonHeaders

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

func (*InsertRowsBeforeHeaders) SetXAcsDingtalkAccessToken

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

func (InsertRowsBeforeHeaders) String

func (s InsertRowsBeforeHeaders) String() string

type InsertRowsBeforeRequest

type InsertRowsBeforeRequest struct {
	Row        *int64  `json:"row,omitempty" xml:"row,omitempty"`
	RowCount   *int64  `json:"rowCount,omitempty" xml:"rowCount,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (InsertRowsBeforeRequest) GoString

func (s InsertRowsBeforeRequest) GoString() string

func (*InsertRowsBeforeRequest) SetOperatorId

func (*InsertRowsBeforeRequest) SetRow

func (*InsertRowsBeforeRequest) SetRowCount

func (InsertRowsBeforeRequest) String

func (s InsertRowsBeforeRequest) String() string

type InsertRowsBeforeResponse

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

func (InsertRowsBeforeResponse) GoString

func (s InsertRowsBeforeResponse) GoString() string

func (*InsertRowsBeforeResponse) SetBody

func (*InsertRowsBeforeResponse) SetHeaders

func (*InsertRowsBeforeResponse) SetStatusCode

func (InsertRowsBeforeResponse) String

func (s InsertRowsBeforeResponse) String() string

type InsertRowsBeforeResponseBody

type InsertRowsBeforeResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (InsertRowsBeforeResponseBody) GoString

func (s InsertRowsBeforeResponseBody) GoString() string

func (*InsertRowsBeforeResponseBody) SetId

func (InsertRowsBeforeResponseBody) String

type ListTemplateHeaders

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

func (s ListTemplateHeaders) GoString() string

func (*ListTemplateHeaders) SetCommonHeaders

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

func (*ListTemplateHeaders) SetXAcsDingtalkAccessToken

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

func (ListTemplateHeaders) String

func (s ListTemplateHeaders) String() string

type ListTemplateRequest

type ListTemplateRequest 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"`
	TemplateType *string `json:"templateType,omitempty" xml:"templateType,omitempty"`
	WorkspaceId  *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (ListTemplateRequest) GoString

func (s ListTemplateRequest) GoString() string

func (*ListTemplateRequest) SetMaxResults

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

func (*ListTemplateRequest) SetNextToken

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

func (*ListTemplateRequest) SetOperatorId

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

func (*ListTemplateRequest) SetTemplateType

func (s *ListTemplateRequest) SetTemplateType(v string) *ListTemplateRequest

func (*ListTemplateRequest) SetWorkspaceId

func (s *ListTemplateRequest) SetWorkspaceId(v string) *ListTemplateRequest

func (ListTemplateRequest) String

func (s ListTemplateRequest) String() string

type ListTemplateResponse

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

func (ListTemplateResponse) GoString

func (s ListTemplateResponse) GoString() string

func (*ListTemplateResponse) SetBody

func (*ListTemplateResponse) SetHeaders

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

func (*ListTemplateResponse) SetStatusCode

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

func (ListTemplateResponse) String

func (s ListTemplateResponse) String() string

type ListTemplateResponseBody

type ListTemplateResponseBody struct {
	HasMore      *bool                                   `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken    *string                                 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	TemplateList []*ListTemplateResponseBodyTemplateList `json:"templateList,omitempty" xml:"templateList,omitempty" type:"Repeated"`
}

func (ListTemplateResponseBody) GoString

func (s ListTemplateResponseBody) GoString() string

func (*ListTemplateResponseBody) SetHasMore

func (*ListTemplateResponseBody) SetNextToken

func (*ListTemplateResponseBody) SetTemplateList

func (ListTemplateResponseBody) String

func (s ListTemplateResponseBody) String() string

type ListTemplateResponseBodyTemplateList

type ListTemplateResponseBodyTemplateList struct {
	CoverUrl     *string `json:"coverUrl,omitempty" xml:"coverUrl,omitempty"`
	CreateTime   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	Id           *string `json:"id,omitempty" xml:"id,omitempty"`
	TemplateType *string `json:"templateType,omitempty" xml:"templateType,omitempty"`
	Title        *string `json:"title,omitempty" xml:"title,omitempty"`
	UpdateTime   *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	WorkspaceId  *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (ListTemplateResponseBodyTemplateList) GoString

func (*ListTemplateResponseBodyTemplateList) SetCoverUrl

func (*ListTemplateResponseBodyTemplateList) SetCreateTime

func (*ListTemplateResponseBodyTemplateList) SetDocType

func (*ListTemplateResponseBodyTemplateList) SetId

func (*ListTemplateResponseBodyTemplateList) SetTemplateType

func (*ListTemplateResponseBodyTemplateList) SetTitle

func (*ListTemplateResponseBodyTemplateList) SetUpdateTime

func (*ListTemplateResponseBodyTemplateList) SetWorkspaceId

func (ListTemplateResponseBodyTemplateList) String

type MergeRangeHeaders

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

func (s MergeRangeHeaders) GoString() string

func (*MergeRangeHeaders) SetCommonHeaders

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

func (*MergeRangeHeaders) SetXAcsDingtalkAccessToken

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

func (MergeRangeHeaders) String

func (s MergeRangeHeaders) String() string

type MergeRangeRequest

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

func (MergeRangeRequest) GoString

func (s MergeRangeRequest) GoString() string

func (*MergeRangeRequest) SetOperatorId

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

func (MergeRangeRequest) String

func (s MergeRangeRequest) String() string

type MergeRangeResponse

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

func (MergeRangeResponse) GoString

func (s MergeRangeResponse) GoString() string

func (*MergeRangeResponse) SetBody

func (*MergeRangeResponse) SetHeaders

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

func (*MergeRangeResponse) SetStatusCode

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

func (MergeRangeResponse) String

func (s MergeRangeResponse) String() string

type MergeRangeResponseBody

type MergeRangeResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (MergeRangeResponseBody) GoString

func (s MergeRangeResponseBody) GoString() string

func (*MergeRangeResponseBody) SetA1Notation

func (MergeRangeResponseBody) String

func (s MergeRangeResponseBody) String() string

type RangeFindNextHeaders

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

func (s RangeFindNextHeaders) GoString() string

func (*RangeFindNextHeaders) SetCommonHeaders

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

func (*RangeFindNextHeaders) SetXAcsDingtalkAccessToken

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

func (RangeFindNextHeaders) String

func (s RangeFindNextHeaders) String() string

type RangeFindNextRequest

type RangeFindNextRequest struct {
	FindOptions *RangeFindNextRequestFindOptions `json:"findOptions,omitempty" xml:"findOptions,omitempty" type:"Struct"`
	Text        *string                          `json:"text,omitempty" xml:"text,omitempty"`
	OperatorId  *string                          `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (RangeFindNextRequest) GoString

func (s RangeFindNextRequest) GoString() string

func (*RangeFindNextRequest) SetFindOptions

func (*RangeFindNextRequest) SetOperatorId

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

func (*RangeFindNextRequest) SetText

func (RangeFindNextRequest) String

func (s RangeFindNextRequest) String() string

type RangeFindNextRequestFindOptions

type RangeFindNextRequestFindOptions struct {
	IncludeHidden    *bool   `json:"includeHidden,omitempty" xml:"includeHidden,omitempty"`
	MatchCase        *bool   `json:"matchCase,omitempty" xml:"matchCase,omitempty"`
	MatchEntireCell  *bool   `json:"matchEntireCell,omitempty" xml:"matchEntireCell,omitempty"`
	MatchFormulaText *bool   `json:"matchFormulaText,omitempty" xml:"matchFormulaText,omitempty"`
	Scope            *string `json:"scope,omitempty" xml:"scope,omitempty"`
	UseRegExp        *bool   `json:"useRegExp,omitempty" xml:"useRegExp,omitempty"`
}

func (RangeFindNextRequestFindOptions) GoString

func (*RangeFindNextRequestFindOptions) SetIncludeHidden

func (*RangeFindNextRequestFindOptions) SetMatchCase

func (*RangeFindNextRequestFindOptions) SetMatchEntireCell

func (*RangeFindNextRequestFindOptions) SetMatchFormulaText

func (*RangeFindNextRequestFindOptions) SetScope

func (*RangeFindNextRequestFindOptions) SetUseRegExp

func (RangeFindNextRequestFindOptions) String

type RangeFindNextResponse

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

func (RangeFindNextResponse) GoString

func (s RangeFindNextResponse) GoString() string

func (*RangeFindNextResponse) SetBody

func (*RangeFindNextResponse) SetHeaders

func (*RangeFindNextResponse) SetStatusCode

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

func (RangeFindNextResponse) String

func (s RangeFindNextResponse) String() string

type RangeFindNextResponseBody

type RangeFindNextResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (RangeFindNextResponseBody) GoString

func (s RangeFindNextResponseBody) GoString() string

func (*RangeFindNextResponseBody) SetA1Notation

func (RangeFindNextResponseBody) String

func (s RangeFindNextResponseBody) String() string

type SearchWorkspaceDocsHeaders

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

func (s SearchWorkspaceDocsHeaders) GoString() string

func (*SearchWorkspaceDocsHeaders) SetCommonHeaders

func (*SearchWorkspaceDocsHeaders) SetXAcsDingtalkAccessToken

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

func (SearchWorkspaceDocsHeaders) String

type SearchWorkspaceDocsRequest

type SearchWorkspaceDocsRequest struct {
	Keyword     *string `json:"keyword,omitempty" xml:"keyword,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"`
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (SearchWorkspaceDocsRequest) GoString

func (s SearchWorkspaceDocsRequest) GoString() string

func (*SearchWorkspaceDocsRequest) SetKeyword

func (*SearchWorkspaceDocsRequest) SetMaxResults

func (*SearchWorkspaceDocsRequest) SetNextToken

func (*SearchWorkspaceDocsRequest) SetOperatorId

func (*SearchWorkspaceDocsRequest) SetWorkspaceId

func (SearchWorkspaceDocsRequest) String

type SearchWorkspaceDocsResponse

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

func (SearchWorkspaceDocsResponse) GoString

func (s SearchWorkspaceDocsResponse) GoString() string

func (*SearchWorkspaceDocsResponse) SetBody

func (*SearchWorkspaceDocsResponse) SetHeaders

func (*SearchWorkspaceDocsResponse) SetStatusCode

func (SearchWorkspaceDocsResponse) String

type SearchWorkspaceDocsResponseBody

type SearchWorkspaceDocsResponseBody struct {
	Docs      []*SearchWorkspaceDocsResponseBodyDocs `json:"docs,omitempty" xml:"docs,omitempty" type:"Repeated"`
	HasMore   *bool                                  `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	NextToken *string                                `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (SearchWorkspaceDocsResponseBody) GoString

func (*SearchWorkspaceDocsResponseBody) SetDocs

func (*SearchWorkspaceDocsResponseBody) SetHasMore

func (*SearchWorkspaceDocsResponseBody) SetNextToken

func (SearchWorkspaceDocsResponseBody) String

type SearchWorkspaceDocsResponseBodyDocs

type SearchWorkspaceDocsResponseBodyDocs struct {
	NodeBO      *SearchWorkspaceDocsResponseBodyDocsNodeBO      `json:"nodeBO,omitempty" xml:"nodeBO,omitempty" type:"Struct"`
	WorkspaceBO *SearchWorkspaceDocsResponseBodyDocsWorkspaceBO `json:"workspaceBO,omitempty" xml:"workspaceBO,omitempty" type:"Struct"`
}

func (SearchWorkspaceDocsResponseBodyDocs) GoString

func (SearchWorkspaceDocsResponseBodyDocs) String

type SearchWorkspaceDocsResponseBodyDocsNodeBO

type SearchWorkspaceDocsResponseBodyDocsNodeBO struct {
	DocType      *string `json:"docType,omitempty" xml:"docType,omitempty"`
	LastEditTime *int64  `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	NodeId       *string `json:"nodeId,omitempty" xml:"nodeId,omitempty"`
	OriginName   *string `json:"originName,omitempty" xml:"originName,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (SearchWorkspaceDocsResponseBodyDocsNodeBO) GoString

func (*SearchWorkspaceDocsResponseBodyDocsNodeBO) SetDocType

func (*SearchWorkspaceDocsResponseBodyDocsNodeBO) SetLastEditTime

func (*SearchWorkspaceDocsResponseBodyDocsNodeBO) SetName

func (*SearchWorkspaceDocsResponseBodyDocsNodeBO) SetNodeId

func (*SearchWorkspaceDocsResponseBodyDocsNodeBO) SetOriginName

func (*SearchWorkspaceDocsResponseBodyDocsNodeBO) SetUrl

func (SearchWorkspaceDocsResponseBodyDocsNodeBO) String

type SearchWorkspaceDocsResponseBodyDocsWorkspaceBO

type SearchWorkspaceDocsResponseBodyDocsWorkspaceBO struct {
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (SearchWorkspaceDocsResponseBodyDocsWorkspaceBO) GoString

func (*SearchWorkspaceDocsResponseBodyDocsWorkspaceBO) SetName

func (*SearchWorkspaceDocsResponseBodyDocsWorkspaceBO) SetWorkspaceId

func (SearchWorkspaceDocsResponseBodyDocsWorkspaceBO) String

type SetColumnWidthHeaders added in v1.5.89

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

func (s SetColumnWidthHeaders) GoString() string

func (*SetColumnWidthHeaders) SetCommonHeaders added in v1.5.89

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

func (*SetColumnWidthHeaders) SetXAcsDingtalkAccessToken added in v1.5.89

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

func (SetColumnWidthHeaders) String added in v1.5.89

func (s SetColumnWidthHeaders) String() string

type SetColumnWidthRequest added in v1.5.89

type SetColumnWidthRequest struct {
	Column     *int32  `json:"column,omitempty" xml:"column,omitempty"`
	Width      *int32  `json:"width,omitempty" xml:"width,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (SetColumnWidthRequest) GoString added in v1.5.89

func (s SetColumnWidthRequest) GoString() string

func (*SetColumnWidthRequest) SetColumn added in v1.5.89

func (*SetColumnWidthRequest) SetOperatorId added in v1.5.89

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

func (*SetColumnWidthRequest) SetWidth added in v1.5.89

func (SetColumnWidthRequest) String added in v1.5.89

func (s SetColumnWidthRequest) String() string

type SetColumnWidthResponse added in v1.5.89

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

func (SetColumnWidthResponse) GoString added in v1.5.89

func (s SetColumnWidthResponse) GoString() string

func (*SetColumnWidthResponse) SetBody added in v1.5.89

func (*SetColumnWidthResponse) SetHeaders added in v1.5.89

func (*SetColumnWidthResponse) SetStatusCode added in v1.5.89

func (SetColumnWidthResponse) String added in v1.5.89

func (s SetColumnWidthResponse) String() string

type SetColumnWidthResponseBody added in v1.5.89

type SetColumnWidthResponseBody struct {
	SheetId   *string `json:"sheetId,omitempty" xml:"sheetId,omitempty"`
	SheetName *string `json:"sheetName,omitempty" xml:"sheetName,omitempty"`
}

func (SetColumnWidthResponseBody) GoString added in v1.5.89

func (s SetColumnWidthResponseBody) GoString() string

func (*SetColumnWidthResponseBody) SetSheetId added in v1.5.89

func (*SetColumnWidthResponseBody) SetSheetName added in v1.5.89

func (SetColumnWidthResponseBody) String added in v1.5.89

type SetColumnsVisibilityHeaders

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

func (s SetColumnsVisibilityHeaders) GoString() string

func (*SetColumnsVisibilityHeaders) SetCommonHeaders

func (*SetColumnsVisibilityHeaders) SetXAcsDingtalkAccessToken

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

func (SetColumnsVisibilityHeaders) String

type SetColumnsVisibilityRequest

type SetColumnsVisibilityRequest struct {
	Column      *int64  `json:"column,omitempty" xml:"column,omitempty"`
	ColumnCount *int64  `json:"columnCount,omitempty" xml:"columnCount,omitempty"`
	Visibility  *string `json:"visibility,omitempty" xml:"visibility,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (SetColumnsVisibilityRequest) GoString

func (s SetColumnsVisibilityRequest) GoString() string

func (*SetColumnsVisibilityRequest) SetColumn

func (*SetColumnsVisibilityRequest) SetColumnCount

func (*SetColumnsVisibilityRequest) SetOperatorId

func (*SetColumnsVisibilityRequest) SetVisibility

func (SetColumnsVisibilityRequest) String

type SetColumnsVisibilityResponse

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

func (SetColumnsVisibilityResponse) GoString

func (s SetColumnsVisibilityResponse) GoString() string

func (*SetColumnsVisibilityResponse) SetBody

func (*SetColumnsVisibilityResponse) SetHeaders

func (*SetColumnsVisibilityResponse) SetStatusCode

func (SetColumnsVisibilityResponse) String

type SetColumnsVisibilityResponseBody

type SetColumnsVisibilityResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (SetColumnsVisibilityResponseBody) GoString

func (*SetColumnsVisibilityResponseBody) SetId

func (SetColumnsVisibilityResponseBody) String

type SetRowHeightHeaders added in v1.5.89

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

func (s SetRowHeightHeaders) GoString() string

func (*SetRowHeightHeaders) SetCommonHeaders added in v1.5.89

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

func (*SetRowHeightHeaders) SetXAcsDingtalkAccessToken added in v1.5.89

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

func (SetRowHeightHeaders) String added in v1.5.89

func (s SetRowHeightHeaders) String() string

type SetRowHeightRequest added in v1.5.89

type SetRowHeightRequest struct {
	Height     *int32  `json:"height,omitempty" xml:"height,omitempty"`
	Row        *int32  `json:"row,omitempty" xml:"row,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (SetRowHeightRequest) GoString added in v1.5.89

func (s SetRowHeightRequest) GoString() string

func (*SetRowHeightRequest) SetHeight added in v1.5.89

func (*SetRowHeightRequest) SetOperatorId added in v1.5.89

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

func (*SetRowHeightRequest) SetRow added in v1.5.89

func (SetRowHeightRequest) String added in v1.5.89

func (s SetRowHeightRequest) String() string

type SetRowHeightResponse added in v1.5.89

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

func (SetRowHeightResponse) GoString added in v1.5.89

func (s SetRowHeightResponse) GoString() string

func (*SetRowHeightResponse) SetBody added in v1.5.89

func (*SetRowHeightResponse) SetHeaders added in v1.5.89

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

func (*SetRowHeightResponse) SetStatusCode added in v1.5.89

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

func (SetRowHeightResponse) String added in v1.5.89

func (s SetRowHeightResponse) String() string

type SetRowHeightResponseBody added in v1.5.89

type SetRowHeightResponseBody struct {
	SheetId   *string `json:"sheetId,omitempty" xml:"sheetId,omitempty"`
	SheetName *string `json:"sheetName,omitempty" xml:"sheetName,omitempty"`
}

func (SetRowHeightResponseBody) GoString added in v1.5.89

func (s SetRowHeightResponseBody) GoString() string

func (*SetRowHeightResponseBody) SetSheetId added in v1.5.89

func (*SetRowHeightResponseBody) SetSheetName added in v1.5.89

func (SetRowHeightResponseBody) String added in v1.5.89

func (s SetRowHeightResponseBody) String() string

type SetRowsVisibilityHeaders

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

func (s SetRowsVisibilityHeaders) GoString() string

func (*SetRowsVisibilityHeaders) SetCommonHeaders

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

func (*SetRowsVisibilityHeaders) SetXAcsDingtalkAccessToken

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

func (SetRowsVisibilityHeaders) String

func (s SetRowsVisibilityHeaders) String() string

type SetRowsVisibilityRequest

type SetRowsVisibilityRequest struct {
	Row        *int64  `json:"row,omitempty" xml:"row,omitempty"`
	RowCount   *int64  `json:"rowCount,omitempty" xml:"rowCount,omitempty"`
	Visibility *string `json:"visibility,omitempty" xml:"visibility,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (SetRowsVisibilityRequest) GoString

func (s SetRowsVisibilityRequest) GoString() string

func (*SetRowsVisibilityRequest) SetOperatorId

func (*SetRowsVisibilityRequest) SetRow

func (*SetRowsVisibilityRequest) SetRowCount

func (*SetRowsVisibilityRequest) SetVisibility

func (SetRowsVisibilityRequest) String

func (s SetRowsVisibilityRequest) String() string

type SetRowsVisibilityResponse

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

func (SetRowsVisibilityResponse) GoString

func (s SetRowsVisibilityResponse) GoString() string

func (*SetRowsVisibilityResponse) SetBody

func (*SetRowsVisibilityResponse) SetHeaders

func (*SetRowsVisibilityResponse) SetStatusCode

func (SetRowsVisibilityResponse) String

func (s SetRowsVisibilityResponse) String() string

type SetRowsVisibilityResponseBody

type SetRowsVisibilityResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (SetRowsVisibilityResponseBody) GoString

func (*SetRowsVisibilityResponseBody) SetId

func (SetRowsVisibilityResponseBody) String

type SheetAutofitRowsHeaders

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

func (s SheetAutofitRowsHeaders) GoString() string

func (*SheetAutofitRowsHeaders) SetCommonHeaders

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

func (*SheetAutofitRowsHeaders) SetXAcsDingtalkAccessToken

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

func (SheetAutofitRowsHeaders) String

func (s SheetAutofitRowsHeaders) String() string

type SheetAutofitRowsRequest

type SheetAutofitRowsRequest struct {
	FontWidth  *int64  `json:"fontWidth,omitempty" xml:"fontWidth,omitempty"`
	Row        *int64  `json:"row,omitempty" xml:"row,omitempty"`
	RowCount   *int64  `json:"rowCount,omitempty" xml:"rowCount,omitempty"`
	OperatorId *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (SheetAutofitRowsRequest) GoString

func (s SheetAutofitRowsRequest) GoString() string

func (*SheetAutofitRowsRequest) SetFontWidth

func (*SheetAutofitRowsRequest) SetOperatorId

func (*SheetAutofitRowsRequest) SetRow

func (*SheetAutofitRowsRequest) SetRowCount

func (SheetAutofitRowsRequest) String

func (s SheetAutofitRowsRequest) String() string

type SheetAutofitRowsResponse

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

func (SheetAutofitRowsResponse) GoString

func (s SheetAutofitRowsResponse) GoString() string

func (*SheetAutofitRowsResponse) SetBody

func (*SheetAutofitRowsResponse) SetHeaders

func (*SheetAutofitRowsResponse) SetStatusCode

func (SheetAutofitRowsResponse) String

func (s SheetAutofitRowsResponse) String() string

type SheetAutofitRowsResponseBody

type SheetAutofitRowsResponseBody struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (SheetAutofitRowsResponseBody) GoString

func (s SheetAutofitRowsResponseBody) GoString() string

func (*SheetAutofitRowsResponseBody) SetId

func (SheetAutofitRowsResponseBody) String

type SheetFindAllHeaders

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

func (s SheetFindAllHeaders) GoString() string

func (*SheetFindAllHeaders) SetCommonHeaders

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

func (*SheetFindAllHeaders) SetXAcsDingtalkAccessToken

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

func (SheetFindAllHeaders) String

func (s SheetFindAllHeaders) String() string

type SheetFindAllRequest

type SheetFindAllRequest struct {
	FindOptions *SheetFindAllRequestFindOptions `json:"findOptions,omitempty" xml:"findOptions,omitempty" type:"Struct"`
	Text        *string                         `json:"text,omitempty" xml:"text,omitempty"`
	OperatorId  *string                         `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	Select      *string                         `json:"select,omitempty" xml:"select,omitempty"`
}

func (SheetFindAllRequest) GoString

func (s SheetFindAllRequest) GoString() string

func (*SheetFindAllRequest) SetFindOptions

func (*SheetFindAllRequest) SetOperatorId

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

func (*SheetFindAllRequest) SetSelect

func (*SheetFindAllRequest) SetText

func (SheetFindAllRequest) String

func (s SheetFindAllRequest) String() string

type SheetFindAllRequestFindOptions

type SheetFindAllRequestFindOptions struct {
	IncludeHidden    *bool   `json:"includeHidden,omitempty" xml:"includeHidden,omitempty"`
	MatchCase        *bool   `json:"matchCase,omitempty" xml:"matchCase,omitempty"`
	MatchEntireCell  *bool   `json:"matchEntireCell,omitempty" xml:"matchEntireCell,omitempty"`
	MatchFormulaText *bool   `json:"matchFormulaText,omitempty" xml:"matchFormulaText,omitempty"`
	Scope            *string `json:"scope,omitempty" xml:"scope,omitempty"`
	UnionCells       *bool   `json:"unionCells,omitempty" xml:"unionCells,omitempty"`
	UseRegExp        *bool   `json:"useRegExp,omitempty" xml:"useRegExp,omitempty"`
}

func (SheetFindAllRequestFindOptions) GoString

func (*SheetFindAllRequestFindOptions) SetIncludeHidden

func (*SheetFindAllRequestFindOptions) SetMatchCase

func (*SheetFindAllRequestFindOptions) SetMatchEntireCell

func (*SheetFindAllRequestFindOptions) SetMatchFormulaText

func (*SheetFindAllRequestFindOptions) SetScope

func (*SheetFindAllRequestFindOptions) SetUnionCells

func (*SheetFindAllRequestFindOptions) SetUseRegExp

func (SheetFindAllRequestFindOptions) String

type SheetFindAllResponse

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

func (SheetFindAllResponse) GoString

func (s SheetFindAllResponse) GoString() string

func (*SheetFindAllResponse) SetBody

func (*SheetFindAllResponse) SetHeaders

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

func (*SheetFindAllResponse) SetStatusCode

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

func (SheetFindAllResponse) String

func (s SheetFindAllResponse) String() string

type SheetFindAllResponseBody

type SheetFindAllResponseBody struct {
	Value []*SheetFindAllResponseBodyValue `json:"value,omitempty" xml:"value,omitempty" type:"Repeated"`
}

func (SheetFindAllResponseBody) GoString

func (s SheetFindAllResponseBody) GoString() string

func (*SheetFindAllResponseBody) SetValue

func (SheetFindAllResponseBody) String

func (s SheetFindAllResponseBody) String() string

type SheetFindAllResponseBodyValue

type SheetFindAllResponseBodyValue struct {
	A1Notation *string         `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
	Values     [][]interface{} `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
}

func (SheetFindAllResponseBodyValue) GoString

func (*SheetFindAllResponseBodyValue) SetA1Notation

func (*SheetFindAllResponseBodyValue) SetValues

func (s *SheetFindAllResponseBodyValue) SetValues(v [][]interface{}) *SheetFindAllResponseBodyValue

func (SheetFindAllResponseBodyValue) String

type UnbindCoolAppToSheetHeaders

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

func (s UnbindCoolAppToSheetHeaders) GoString() string

func (*UnbindCoolAppToSheetHeaders) SetCommonHeaders

func (*UnbindCoolAppToSheetHeaders) SetXAcsDingtalkAccessToken

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

func (UnbindCoolAppToSheetHeaders) String

type UnbindCoolAppToSheetRequest

type UnbindCoolAppToSheetRequest struct {
	CoolAppCode *string `json:"coolAppCode,omitempty" xml:"coolAppCode,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UnbindCoolAppToSheetRequest) GoString

func (s UnbindCoolAppToSheetRequest) GoString() string

func (*UnbindCoolAppToSheetRequest) SetCoolAppCode

func (*UnbindCoolAppToSheetRequest) SetOperatorId

func (UnbindCoolAppToSheetRequest) String

type UnbindCoolAppToSheetResponse

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

func (UnbindCoolAppToSheetResponse) GoString

func (s UnbindCoolAppToSheetResponse) GoString() string

func (*UnbindCoolAppToSheetResponse) SetBody

func (*UnbindCoolAppToSheetResponse) SetHeaders

func (*UnbindCoolAppToSheetResponse) SetStatusCode

func (UnbindCoolAppToSheetResponse) String

type UnbindCoolAppToSheetResponseBody

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

func (UnbindCoolAppToSheetResponseBody) GoString

func (*UnbindCoolAppToSheetResponseBody) SetSuccess

func (UnbindCoolAppToSheetResponseBody) String

type UpdateRangeHeaders

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

func (s UpdateRangeHeaders) GoString() string

func (*UpdateRangeHeaders) SetCommonHeaders

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

func (*UpdateRangeHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateRangeHeaders) String

func (s UpdateRangeHeaders) String() string

type UpdateRangeRequest

type UpdateRangeRequest struct {
	BackgroundColors     [][]*string                       `json:"backgroundColors,omitempty" xml:"backgroundColors,omitempty" type:"Repeated"`
	FontSizes            [][]*int32                        `json:"fontSizes,omitempty" xml:"fontSizes,omitempty" type:"Repeated"`
	FontWeights          [][]*string                       `json:"fontWeights,omitempty" xml:"fontWeights,omitempty" type:"Repeated"`
	HorizontalAlignments [][]*string                       `json:"horizontalAlignments,omitempty" xml:"horizontalAlignments,omitempty" type:"Repeated"`
	Hyperlinks           [][]*UpdateRangeRequestHyperlinks `json:"hyperlinks,omitempty" xml:"hyperlinks,omitempty" type:"Repeated"`
	NumberFormat         *string                           `json:"numberFormat,omitempty" xml:"numberFormat,omitempty"`
	Values               [][]*string                       `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
	VerticalAlignments   [][]*string                       `json:"verticalAlignments,omitempty" xml:"verticalAlignments,omitempty" type:"Repeated"`
	OperatorId           *string                           `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UpdateRangeRequest) GoString

func (s UpdateRangeRequest) GoString() string

func (*UpdateRangeRequest) SetBackgroundColors

func (s *UpdateRangeRequest) SetBackgroundColors(v [][]*string) *UpdateRangeRequest

func (*UpdateRangeRequest) SetFontSizes

func (s *UpdateRangeRequest) SetFontSizes(v [][]*int32) *UpdateRangeRequest

func (*UpdateRangeRequest) SetFontWeights added in v1.5.89

func (s *UpdateRangeRequest) SetFontWeights(v [][]*string) *UpdateRangeRequest

func (*UpdateRangeRequest) SetHorizontalAlignments

func (s *UpdateRangeRequest) SetHorizontalAlignments(v [][]*string) *UpdateRangeRequest

func (*UpdateRangeRequest) SetNumberFormat

func (s *UpdateRangeRequest) SetNumberFormat(v string) *UpdateRangeRequest

func (*UpdateRangeRequest) SetOperatorId

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

func (*UpdateRangeRequest) SetValues

func (s *UpdateRangeRequest) SetValues(v [][]*string) *UpdateRangeRequest

func (*UpdateRangeRequest) SetVerticalAlignments

func (s *UpdateRangeRequest) SetVerticalAlignments(v [][]*string) *UpdateRangeRequest

func (UpdateRangeRequest) String

func (s UpdateRangeRequest) String() string
type UpdateRangeRequestHyperlinks struct {
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
	Link *string `json:"link,omitempty" xml:"link,omitempty"`
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (UpdateRangeRequestHyperlinks) GoString

func (s UpdateRangeRequestHyperlinks) GoString() string

func (*UpdateRangeRequestHyperlinks) SetText

func (*UpdateRangeRequestHyperlinks) SetType

func (UpdateRangeRequestHyperlinks) String

type UpdateRangeResponse

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

func (UpdateRangeResponse) GoString

func (s UpdateRangeResponse) GoString() string

func (*UpdateRangeResponse) SetBody

func (*UpdateRangeResponse) SetHeaders

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

func (*UpdateRangeResponse) SetStatusCode

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

func (UpdateRangeResponse) String

func (s UpdateRangeResponse) String() string

type UpdateRangeResponseBody

type UpdateRangeResponseBody struct {
	A1Notation *string `json:"a1Notation,omitempty" xml:"a1Notation,omitempty"`
}

func (UpdateRangeResponseBody) GoString

func (s UpdateRangeResponseBody) GoString() string

func (*UpdateRangeResponseBody) SetA1Notation

func (UpdateRangeResponseBody) String

func (s UpdateRangeResponseBody) String() string

type UpdateSheetHeaders

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

func (s UpdateSheetHeaders) GoString() string

func (*UpdateSheetHeaders) SetCommonHeaders

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

func (*UpdateSheetHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateSheetHeaders) String

func (s UpdateSheetHeaders) String() string

type UpdateSheetRequest

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

func (UpdateSheetRequest) GoString

func (s UpdateSheetRequest) GoString() string

func (*UpdateSheetRequest) SetName

func (*UpdateSheetRequest) SetOperatorId

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

func (*UpdateSheetRequest) SetVisibility

func (s *UpdateSheetRequest) SetVisibility(v string) *UpdateSheetRequest

func (UpdateSheetRequest) String

func (s UpdateSheetRequest) String() string

type UpdateSheetResponse

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

func (UpdateSheetResponse) GoString

func (s UpdateSheetResponse) GoString() string

func (*UpdateSheetResponse) SetHeaders

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

func (*UpdateSheetResponse) SetStatusCode

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

func (UpdateSheetResponse) String

func (s UpdateSheetResponse) String() string

type UpdateWorkspaceDocMembersHeaders

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

func (*UpdateWorkspaceDocMembersHeaders) SetCommonHeaders

func (*UpdateWorkspaceDocMembersHeaders) SetXAcsDingtalkAccessToken

func (UpdateWorkspaceDocMembersHeaders) String

type UpdateWorkspaceDocMembersRequest

type UpdateWorkspaceDocMembersRequest struct {
	Members    []*UpdateWorkspaceDocMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	OperatorId *string                                    `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UpdateWorkspaceDocMembersRequest) GoString

func (*UpdateWorkspaceDocMembersRequest) SetOperatorId

func (UpdateWorkspaceDocMembersRequest) String

type UpdateWorkspaceDocMembersRequestMembers

type UpdateWorkspaceDocMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleType   *string `json:"roleType,omitempty" xml:"roleType,omitempty"`
}

func (UpdateWorkspaceDocMembersRequestMembers) GoString

func (*UpdateWorkspaceDocMembersRequestMembers) SetMemberId

func (*UpdateWorkspaceDocMembersRequestMembers) SetMemberType

func (*UpdateWorkspaceDocMembersRequestMembers) SetRoleType

func (UpdateWorkspaceDocMembersRequestMembers) String

type UpdateWorkspaceDocMembersResponse

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

func (UpdateWorkspaceDocMembersResponse) GoString

func (*UpdateWorkspaceDocMembersResponse) SetHeaders

func (*UpdateWorkspaceDocMembersResponse) SetStatusCode

func (UpdateWorkspaceDocMembersResponse) String

type UpdateWorkspaceMembersHeaders

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

func (*UpdateWorkspaceMembersHeaders) SetCommonHeaders

func (*UpdateWorkspaceMembersHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateWorkspaceMembersHeaders) String

type UpdateWorkspaceMembersRequest

type UpdateWorkspaceMembersRequest struct {
	Members    []*UpdateWorkspaceMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	OperatorId *string                                 `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
}

func (UpdateWorkspaceMembersRequest) GoString

func (*UpdateWorkspaceMembersRequest) SetMembers

func (*UpdateWorkspaceMembersRequest) SetOperatorId

func (UpdateWorkspaceMembersRequest) String

type UpdateWorkspaceMembersRequestMembers

type UpdateWorkspaceMembersRequestMembers struct {
	MemberId   *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RoleType   *string `json:"roleType,omitempty" xml:"roleType,omitempty"`
}

func (UpdateWorkspaceMembersRequestMembers) GoString

func (*UpdateWorkspaceMembersRequestMembers) SetMemberId

func (*UpdateWorkspaceMembersRequestMembers) SetMemberType

func (*UpdateWorkspaceMembersRequestMembers) SetRoleType

func (UpdateWorkspaceMembersRequestMembers) String

type UpdateWorkspaceMembersResponse

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

func (UpdateWorkspaceMembersResponse) GoString

func (*UpdateWorkspaceMembersResponse) SetHeaders

func (*UpdateWorkspaceMembersResponse) SetStatusCode

func (UpdateWorkspaceMembersResponse) String

Jump to

Keyboard shortcuts

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