conv_file_1_0

package
v2.0.83 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) GetSpace

func (client *Client) GetSpace(request *GetSpaceRequest) (_result *GetSpaceResponse, _err error)

func (*Client) GetSpaceWithOptions

func (client *Client) GetSpaceWithOptions(request *GetSpaceRequest, headers *GetSpaceHeaders, runtime *util.RuntimeOptions) (_result *GetSpaceResponse, _err error)

func (*Client) Init

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

func (*Client) Send

func (client *Client) Send(request *SendRequest) (_result *SendResponse, _err error)

func (*Client) SendByApp

func (client *Client) SendByApp(request *SendByAppRequest) (_result *SendByAppResponse, _err error)

func (*Client) SendByAppWithOptions

func (client *Client) SendByAppWithOptions(request *SendByAppRequest, headers *SendByAppHeaders, runtime *util.RuntimeOptions) (_result *SendByAppResponse, _err error)
func (client *Client) SendLink(request *SendLinkRequest) (_result *SendLinkResponse, _err error)

func (*Client) SendLinkWithOptions

func (client *Client) SendLinkWithOptions(request *SendLinkRequest, headers *SendLinkHeaders, runtime *util.RuntimeOptions) (_result *SendLinkResponse, _err error)

func (*Client) SendWithOptions

func (client *Client) SendWithOptions(request *SendRequest, headers *SendHeaders, runtime *util.RuntimeOptions) (_result *SendResponse, _err error)

type GetSpaceHeaders

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

func (s GetSpaceHeaders) GoString() string

func (*GetSpaceHeaders) SetCommonHeaders

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

func (*GetSpaceHeaders) SetXAcsDingtalkAccessToken

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

func (GetSpaceHeaders) String

func (s GetSpaceHeaders) String() string

type GetSpaceRequest

type GetSpaceRequest struct {
	OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	UnionId            *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetSpaceRequest) GoString

func (s GetSpaceRequest) GoString() string

func (*GetSpaceRequest) SetOpenConversationId

func (s *GetSpaceRequest) SetOpenConversationId(v string) *GetSpaceRequest

func (*GetSpaceRequest) SetUnionId

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

func (GetSpaceRequest) String

func (s GetSpaceRequest) String() string

type GetSpaceResponse

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

func (GetSpaceResponse) GoString

func (s GetSpaceResponse) GoString() string

func (*GetSpaceResponse) SetBody

func (*GetSpaceResponse) SetHeaders

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

func (*GetSpaceResponse) SetStatusCode

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

func (GetSpaceResponse) String

func (s GetSpaceResponse) String() string

type GetSpaceResponseBody

type GetSpaceResponseBody struct {
	Space *GetSpaceResponseBodySpace `json:"space,omitempty" xml:"space,omitempty" type:"Struct"`
}

func (GetSpaceResponseBody) GoString

func (s GetSpaceResponseBody) GoString() string

func (*GetSpaceResponseBody) SetSpace

func (GetSpaceResponseBody) String

func (s GetSpaceResponseBody) String() string

type GetSpaceResponseBodySpace

type GetSpaceResponseBodySpace struct {
	CorpId       *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	CreateTime   *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	ModifiedTime *string `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	SpaceId      *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
}

func (GetSpaceResponseBodySpace) GoString

func (s GetSpaceResponseBodySpace) GoString() string

func (*GetSpaceResponseBodySpace) SetCorpId

func (*GetSpaceResponseBodySpace) SetCreateTime

func (*GetSpaceResponseBodySpace) SetModifiedTime

func (*GetSpaceResponseBodySpace) SetSpaceId

func (GetSpaceResponseBodySpace) String

func (s GetSpaceResponseBodySpace) String() string

type SendByAppHeaders

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

func (s SendByAppHeaders) GoString() string

func (*SendByAppHeaders) SetCommonHeaders

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

func (*SendByAppHeaders) SetXAcsDingtalkAccessToken

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

func (SendByAppHeaders) String

func (s SendByAppHeaders) String() string

type SendByAppRequest

type SendByAppRequest struct {
	DentryId *string `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	SpaceId  *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	UnionId  *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (SendByAppRequest) GoString

func (s SendByAppRequest) GoString() string

func (*SendByAppRequest) SetDentryId

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

func (*SendByAppRequest) SetSpaceId

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

func (*SendByAppRequest) SetUnionId

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

func (SendByAppRequest) String

func (s SendByAppRequest) String() string

type SendByAppResponse

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

func (SendByAppResponse) GoString

func (s SendByAppResponse) GoString() string

func (*SendByAppResponse) SetBody

func (*SendByAppResponse) SetHeaders

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

func (*SendByAppResponse) SetStatusCode

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

func (SendByAppResponse) String

func (s SendByAppResponse) String() string

type SendByAppResponseBody

type SendByAppResponseBody struct {
	File *SendByAppResponseBodyFile `json:"file,omitempty" xml:"file,omitempty" type:"Struct"`
}

func (SendByAppResponseBody) GoString

func (s SendByAppResponseBody) GoString() string

func (*SendByAppResponseBody) SetFile

func (SendByAppResponseBody) String

func (s SendByAppResponseBody) String() string

type SendByAppResponseBodyFile

type SendByAppResponseBodyFile struct {
	ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"`
	CreateTime     *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorId      *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	Extension      *string `json:"extension,omitempty" xml:"extension,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ModifiedTime   *string `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	ModifierId     *string `json:"modifierId,omitempty" xml:"modifierId,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	ParentId       *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path           *string `json:"path,omitempty" xml:"path,omitempty"`
	Size           *int64  `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId        *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
	Uuid           *string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	Version        *int64  `json:"version,omitempty" xml:"version,omitempty"`
}

func (SendByAppResponseBodyFile) GoString

func (s SendByAppResponseBodyFile) GoString() string

func (*SendByAppResponseBodyFile) SetConversationId

func (*SendByAppResponseBodyFile) SetCreateTime

func (*SendByAppResponseBodyFile) SetCreatorId

func (*SendByAppResponseBodyFile) SetExtension

func (*SendByAppResponseBodyFile) SetId

func (*SendByAppResponseBodyFile) SetModifiedTime

func (*SendByAppResponseBodyFile) SetModifierId

func (*SendByAppResponseBodyFile) SetName

func (*SendByAppResponseBodyFile) SetParentId

func (*SendByAppResponseBodyFile) SetPath

func (*SendByAppResponseBodyFile) SetSize

func (*SendByAppResponseBodyFile) SetSpaceId

func (*SendByAppResponseBodyFile) SetStatus

func (*SendByAppResponseBodyFile) SetType

func (*SendByAppResponseBodyFile) SetUuid

func (*SendByAppResponseBodyFile) SetVersion

func (SendByAppResponseBodyFile) String

func (s SendByAppResponseBodyFile) String() string

type SendHeaders

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

func (s SendHeaders) GoString() string

func (*SendHeaders) SetCommonHeaders

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

func (*SendHeaders) SetXAcsDingtalkAccessToken

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

func (SendHeaders) String

func (s SendHeaders) String() string

type SendLinkHeaders

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

func (s SendLinkHeaders) GoString() string

func (*SendLinkHeaders) SetCommonHeaders

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

func (*SendLinkHeaders) SetXAcsDingtalkAccessToken

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

func (SendLinkHeaders) String

func (s SendLinkHeaders) String() string

type SendLinkRequest

type SendLinkRequest struct {
	DentryId           *string `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	SpaceId            *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	UnionId            *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (SendLinkRequest) GoString

func (s SendLinkRequest) GoString() string

func (*SendLinkRequest) SetDentryId

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

func (*SendLinkRequest) SetOpenConversationId

func (s *SendLinkRequest) SetOpenConversationId(v string) *SendLinkRequest

func (*SendLinkRequest) SetSpaceId

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

func (*SendLinkRequest) SetUnionId

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

func (SendLinkRequest) String

func (s SendLinkRequest) String() string

type SendLinkResponse

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

func (SendLinkResponse) GoString

func (s SendLinkResponse) GoString() string

func (*SendLinkResponse) SetBody

func (*SendLinkResponse) SetHeaders

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

func (*SendLinkResponse) SetStatusCode

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

func (SendLinkResponse) String

func (s SendLinkResponse) String() string

type SendLinkResponseBody

type SendLinkResponseBody struct {
	File *SendLinkResponseBodyFile `json:"file,omitempty" xml:"file,omitempty" type:"Struct"`
}

func (SendLinkResponseBody) GoString

func (s SendLinkResponseBody) GoString() string

func (*SendLinkResponseBody) SetFile

func (SendLinkResponseBody) String

func (s SendLinkResponseBody) String() string

type SendLinkResponseBodyFile

type SendLinkResponseBodyFile struct {
	ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"`
	CreateTime     *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorId      *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	Extension      *string `json:"extension,omitempty" xml:"extension,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ModifiedTime   *string `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	ModifierId     *string `json:"modifierId,omitempty" xml:"modifierId,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	ParentId       *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path           *string `json:"path,omitempty" xml:"path,omitempty"`
	Size           *int64  `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId        *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
	Uuid           *string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	Version        *int64  `json:"version,omitempty" xml:"version,omitempty"`
}

func (SendLinkResponseBodyFile) GoString

func (s SendLinkResponseBodyFile) GoString() string

func (*SendLinkResponseBodyFile) SetConversationId

func (s *SendLinkResponseBodyFile) SetConversationId(v string) *SendLinkResponseBodyFile

func (*SendLinkResponseBodyFile) SetCreateTime

func (*SendLinkResponseBodyFile) SetCreatorId

func (*SendLinkResponseBodyFile) SetExtension

func (*SendLinkResponseBodyFile) SetId

func (*SendLinkResponseBodyFile) SetModifiedTime

func (*SendLinkResponseBodyFile) SetModifierId

func (*SendLinkResponseBodyFile) SetName

func (*SendLinkResponseBodyFile) SetParentId

func (*SendLinkResponseBodyFile) SetPath

func (*SendLinkResponseBodyFile) SetSize

func (*SendLinkResponseBodyFile) SetSpaceId

func (*SendLinkResponseBodyFile) SetStatus

func (*SendLinkResponseBodyFile) SetType

func (*SendLinkResponseBodyFile) SetUuid

func (*SendLinkResponseBodyFile) SetVersion

func (SendLinkResponseBodyFile) String

func (s SendLinkResponseBodyFile) String() string

type SendRequest

type SendRequest struct {
	DentryId           *string `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	SpaceId            *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	UnionId            *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (SendRequest) GoString

func (s SendRequest) GoString() string

func (*SendRequest) SetDentryId

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

func (*SendRequest) SetOpenConversationId

func (s *SendRequest) SetOpenConversationId(v string) *SendRequest

func (*SendRequest) SetSpaceId

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

func (*SendRequest) SetUnionId

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

func (SendRequest) String

func (s SendRequest) String() string

type SendResponse

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

func (SendResponse) GoString

func (s SendResponse) GoString() string

func (*SendResponse) SetBody

func (s *SendResponse) SetBody(v *SendResponseBody) *SendResponse

func (*SendResponse) SetHeaders

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

func (*SendResponse) SetStatusCode

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

func (SendResponse) String

func (s SendResponse) String() string

type SendResponseBody

type SendResponseBody struct {
	File *SendResponseBodyFile `json:"file,omitempty" xml:"file,omitempty" type:"Struct"`
}

func (SendResponseBody) GoString

func (s SendResponseBody) GoString() string

func (*SendResponseBody) SetFile

func (SendResponseBody) String

func (s SendResponseBody) String() string

type SendResponseBodyFile

type SendResponseBodyFile struct {
	ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"`
	CreateTime     *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorId      *string `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	Extension      *string `json:"extension,omitempty" xml:"extension,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ModifiedTime   *string `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	ModifierId     *string `json:"modifierId,omitempty" xml:"modifierId,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	ParentId       *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path           *string `json:"path,omitempty" xml:"path,omitempty"`
	Size           *int64  `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId        *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
	Uuid           *string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	Version        *int64  `json:"version,omitempty" xml:"version,omitempty"`
}

func (SendResponseBodyFile) GoString

func (s SendResponseBodyFile) GoString() string

func (*SendResponseBodyFile) SetConversationId

func (s *SendResponseBodyFile) SetConversationId(v string) *SendResponseBodyFile

func (*SendResponseBodyFile) SetCreateTime

func (s *SendResponseBodyFile) SetCreateTime(v string) *SendResponseBodyFile

func (*SendResponseBodyFile) SetCreatorId

func (s *SendResponseBodyFile) SetCreatorId(v string) *SendResponseBodyFile

func (*SendResponseBodyFile) SetExtension

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

func (*SendResponseBodyFile) SetId

func (*SendResponseBodyFile) SetModifiedTime

func (s *SendResponseBodyFile) SetModifiedTime(v string) *SendResponseBodyFile

func (*SendResponseBodyFile) SetModifierId

func (s *SendResponseBodyFile) SetModifierId(v string) *SendResponseBodyFile

func (*SendResponseBodyFile) SetName

func (*SendResponseBodyFile) SetParentId

func (*SendResponseBodyFile) SetPath

func (*SendResponseBodyFile) SetSize

func (*SendResponseBodyFile) SetSpaceId

func (*SendResponseBodyFile) SetStatus

func (*SendResponseBodyFile) SetType

func (*SendResponseBodyFile) SetUuid

func (*SendResponseBodyFile) SetVersion

func (SendResponseBodyFile) String

func (s SendResponseBodyFile) String() string

Jump to

Keyboard shortcuts

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