sns_storage_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) GetDentries

func (client *Client) GetDentries(spaceId *string, request *GetDentriesRequest) (_result *GetDentriesResponse, _err error)

func (*Client) GetDentriesWithOptions

func (client *Client) GetDentriesWithOptions(spaceId *string, request *GetDentriesRequest, headers *GetDentriesHeaders, runtime *util.RuntimeOptions) (_result *GetDentriesResponse, _err error)

func (*Client) GetDentry

func (client *Client) GetDentry(spaceId *string, dentryId *string, request *GetDentryRequest) (_result *GetDentryResponse, _err error)

func (*Client) GetDentryThumbnails

func (client *Client) GetDentryThumbnails(spaceId *string, request *GetDentryThumbnailsRequest) (_result *GetDentryThumbnailsResponse, _err error)

func (*Client) GetDentryThumbnailsWithOptions

func (client *Client) GetDentryThumbnailsWithOptions(spaceId *string, request *GetDentryThumbnailsRequest, headers *GetDentryThumbnailsHeaders, runtime *util.RuntimeOptions) (_result *GetDentryThumbnailsResponse, _err error)

func (*Client) GetDentryWithOptions

func (client *Client) GetDentryWithOptions(spaceId *string, dentryId *string, request *GetDentryRequest, headers *GetDentryHeaders, runtime *util.RuntimeOptions) (_result *GetDentryResponse, _err error)

func (*Client) GetFileDownloadInfo

func (client *Client) GetFileDownloadInfo(spaceId *string, dentryId *string, request *GetFileDownloadInfoRequest) (_result *GetFileDownloadInfoResponse, _err error)

func (*Client) GetFileDownloadInfoWithOptions

func (client *Client) GetFileDownloadInfoWithOptions(spaceId *string, dentryId *string, request *GetFileDownloadInfoRequest, headers *GetFileDownloadInfoHeaders, runtime *util.RuntimeOptions) (_result *GetFileDownloadInfoResponse, _err 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) ListAllDentries

func (client *Client) ListAllDentries(spaceId *string, request *ListAllDentriesRequest) (_result *ListAllDentriesResponse, _err error)

func (*Client) ListAllDentriesWithOptions

func (client *Client) ListAllDentriesWithOptions(spaceId *string, request *ListAllDentriesRequest, headers *ListAllDentriesHeaders, runtime *util.RuntimeOptions) (_result *ListAllDentriesResponse, _err error)

func (*Client) ListDentries

func (client *Client) ListDentries(spaceId *string, request *ListDentriesRequest) (_result *ListDentriesResponse, _err error)

func (*Client) ListDentriesWithOptions

func (client *Client) ListDentriesWithOptions(spaceId *string, request *ListDentriesRequest, headers *ListDentriesHeaders, runtime *util.RuntimeOptions) (_result *ListDentriesResponse, _err error)

func (*Client) ListExpired

func (client *Client) ListExpired(request *ListExpiredRequest) (_result *ListExpiredResponse, _err error)

func (*Client) ListExpiredWithOptions

func (client *Client) ListExpiredWithOptions(request *ListExpiredRequest, headers *ListExpiredHeaders, runtime *util.RuntimeOptions) (_result *ListExpiredResponse, _err error)

func (*Client) SubscribeEvent

func (client *Client) SubscribeEvent(request *SubscribeEventRequest) (_result *SubscribeEventResponse, _err error)

func (*Client) SubscribeEventWithOptions

func (client *Client) SubscribeEventWithOptions(request *SubscribeEventRequest, headers *SubscribeEventHeaders, runtime *util.RuntimeOptions) (_result *SubscribeEventResponse, _err error)

func (*Client) UnsubscribeEvent

func (client *Client) UnsubscribeEvent(request *UnsubscribeEventRequest) (_result *UnsubscribeEventResponse, _err error)

func (*Client) UnsubscribeEventWithOptions

func (client *Client) UnsubscribeEventWithOptions(request *UnsubscribeEventRequest, headers *UnsubscribeEventHeaders, runtime *util.RuntimeOptions) (_result *UnsubscribeEventResponse, _err error)

type DentriesAppPropertiesValue

type DentriesAppPropertiesValue struct {
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	Value      *string `json:"value,omitempty" xml:"value,omitempty"`
	Visibility *string `json:"visibility,omitempty" xml:"visibility,omitempty"`
}

func (DentriesAppPropertiesValue) GoString

func (s DentriesAppPropertiesValue) GoString() string

func (*DentriesAppPropertiesValue) SetName

func (*DentriesAppPropertiesValue) SetValue

func (*DentriesAppPropertiesValue) SetVisibility

func (DentriesAppPropertiesValue) String

type DentryAppPropertiesValue

type DentryAppPropertiesValue struct {
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	Value      *string `json:"value,omitempty" xml:"value,omitempty"`
	Visibility *string `json:"visibility,omitempty" xml:"visibility,omitempty"`
}

func (DentryAppPropertiesValue) GoString

func (s DentryAppPropertiesValue) GoString() string

func (*DentryAppPropertiesValue) SetName

func (*DentryAppPropertiesValue) SetValue

func (*DentryAppPropertiesValue) SetVisibility

func (DentryAppPropertiesValue) String

func (s DentryAppPropertiesValue) String() string

type GetDentriesHeaders

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

func (s GetDentriesHeaders) GoString() string

func (*GetDentriesHeaders) SetCommonHeaders

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

func (*GetDentriesHeaders) SetXAcsDingtalkAccessToken

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

func (GetDentriesHeaders) String

func (s GetDentriesHeaders) String() string

type GetDentriesRequest

type GetDentriesRequest struct {
	DentryIds []*string                 `json:"dentryIds,omitempty" xml:"dentryIds,omitempty" type:"Repeated"`
	Option    *GetDentriesRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	UnionId   *string                   `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetDentriesRequest) GoString

func (s GetDentriesRequest) GoString() string

func (*GetDentriesRequest) SetDentryIds

func (s *GetDentriesRequest) SetDentryIds(v []*string) *GetDentriesRequest

func (*GetDentriesRequest) SetOption

func (*GetDentriesRequest) SetUnionId

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

func (GetDentriesRequest) String

func (s GetDentriesRequest) String() string

type GetDentriesRequestOption

type GetDentriesRequestOption struct {
	AppIdsForAppProperties []*string `json:"appIdsForAppProperties,omitempty" xml:"appIdsForAppProperties,omitempty" type:"Repeated"`
}

func (GetDentriesRequestOption) GoString

func (s GetDentriesRequestOption) GoString() string

func (*GetDentriesRequestOption) SetAppIdsForAppProperties

func (s *GetDentriesRequestOption) SetAppIdsForAppProperties(v []*string) *GetDentriesRequestOption

func (GetDentriesRequestOption) String

func (s GetDentriesRequestOption) String() string

type GetDentriesResponse

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

func (GetDentriesResponse) GoString

func (s GetDentriesResponse) GoString() string

func (*GetDentriesResponse) SetBody

func (*GetDentriesResponse) SetHeaders

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

func (*GetDentriesResponse) SetStatusCode

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

func (GetDentriesResponse) String

func (s GetDentriesResponse) String() string

type GetDentriesResponseBody

type GetDentriesResponseBody struct {
	ResultItems []*GetDentriesResponseBodyResultItems `json:"resultItems,omitempty" xml:"resultItems,omitempty" type:"Repeated"`
}

func (GetDentriesResponseBody) GoString

func (s GetDentriesResponseBody) GoString() string

func (*GetDentriesResponseBody) SetResultItems

func (GetDentriesResponseBody) String

func (s GetDentriesResponseBody) String() string

type GetDentriesResponseBodyResultItems

type GetDentriesResponseBodyResultItems struct {
	Dentry    *GetDentriesResponseBodyResultItemsDentry `json:"dentry,omitempty" xml:"dentry,omitempty" type:"Struct"`
	DentryId  *string                                   `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	ErrorCode *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	SpaceId   *string                                   `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Success   *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetDentriesResponseBodyResultItems) GoString

func (*GetDentriesResponseBodyResultItems) SetDentryId

func (*GetDentriesResponseBodyResultItems) SetErrorCode

func (*GetDentriesResponseBodyResultItems) SetSpaceId

func (*GetDentriesResponseBodyResultItems) SetSuccess

func (GetDentriesResponseBodyResultItems) String

type GetDentriesResponseBodyResultItemsDentry

type GetDentriesResponseBodyResultItemsDentry struct {
	AppProperties map[string][]*ResultItemsDentryAppPropertiesValue   `json:"appProperties,omitempty" xml:"appProperties,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"`
	PartitionType *string                                             `json:"partitionType,omitempty" xml:"partitionType,omitempty"`
	Path          *string                                             `json:"path,omitempty" xml:"path,omitempty"`
	Properties    *GetDentriesResponseBodyResultItemsDentryProperties `json:"properties,omitempty" xml:"properties,omitempty" type:"Struct"`
	Size          *int64                                              `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId       *string                                             `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status        *string                                             `json:"status,omitempty" xml:"status,omitempty"`
	StorageDriver *string                                             `json:"storageDriver,omitempty" xml:"storageDriver,omitempty"`
	Thumbnail     *GetDentriesResponseBodyResultItemsDentryThumbnail  `json:"thumbnail,omitempty" xml:"thumbnail,omitempty" type:"Struct"`
	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 (GetDentriesResponseBodyResultItemsDentry) GoString

func (*GetDentriesResponseBodyResultItemsDentry) SetAppProperties

func (*GetDentriesResponseBodyResultItemsDentry) SetCreateTime

func (*GetDentriesResponseBodyResultItemsDentry) SetCreatorId

func (*GetDentriesResponseBodyResultItemsDentry) SetExtension

func (*GetDentriesResponseBodyResultItemsDentry) SetId

func (*GetDentriesResponseBodyResultItemsDentry) SetModifiedTime

func (*GetDentriesResponseBodyResultItemsDentry) SetModifierId

func (*GetDentriesResponseBodyResultItemsDentry) SetName

func (*GetDentriesResponseBodyResultItemsDentry) SetParentId

func (*GetDentriesResponseBodyResultItemsDentry) SetPartitionType

func (*GetDentriesResponseBodyResultItemsDentry) SetPath

func (*GetDentriesResponseBodyResultItemsDentry) SetSize

func (*GetDentriesResponseBodyResultItemsDentry) SetSpaceId

func (*GetDentriesResponseBodyResultItemsDentry) SetStatus

func (*GetDentriesResponseBodyResultItemsDentry) SetStorageDriver

func (*GetDentriesResponseBodyResultItemsDentry) SetType

func (*GetDentriesResponseBodyResultItemsDentry) SetUuid

func (*GetDentriesResponseBodyResultItemsDentry) SetVersion

func (GetDentriesResponseBodyResultItemsDentry) String

type GetDentriesResponseBodyResultItemsDentryProperties

type GetDentriesResponseBodyResultItemsDentryProperties struct {
	ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}

func (GetDentriesResponseBodyResultItemsDentryProperties) GoString

func (*GetDentriesResponseBodyResultItemsDentryProperties) SetReadOnly

func (GetDentriesResponseBodyResultItemsDentryProperties) String

type GetDentriesResponseBodyResultItemsDentryThumbnail

type GetDentriesResponseBodyResultItemsDentryThumbnail struct {
	Height *int32  `json:"height,omitempty" xml:"height,omitempty"`
	Url    *string `json:"url,omitempty" xml:"url,omitempty"`
	Width  *int32  `json:"width,omitempty" xml:"width,omitempty"`
}

func (GetDentriesResponseBodyResultItemsDentryThumbnail) GoString

func (*GetDentriesResponseBodyResultItemsDentryThumbnail) SetHeight

func (*GetDentriesResponseBodyResultItemsDentryThumbnail) SetUrl

func (*GetDentriesResponseBodyResultItemsDentryThumbnail) SetWidth

func (GetDentriesResponseBodyResultItemsDentryThumbnail) String

type GetDentryHeaders

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

func (s GetDentryHeaders) GoString() string

func (*GetDentryHeaders) SetCommonHeaders

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

func (*GetDentryHeaders) SetXAcsDingtalkAccessToken

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

func (GetDentryHeaders) String

func (s GetDentryHeaders) String() string

type GetDentryRequest

type GetDentryRequest struct {
	Option  *GetDentryRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	UnionId *string                 `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetDentryRequest) GoString

func (s GetDentryRequest) GoString() string

func (*GetDentryRequest) SetOption

func (*GetDentryRequest) SetUnionId

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

func (GetDentryRequest) String

func (s GetDentryRequest) String() string

type GetDentryRequestOption

type GetDentryRequestOption struct {
	AppIdsForAppProperties []*string `json:"appIdsForAppProperties,omitempty" xml:"appIdsForAppProperties,omitempty" type:"Repeated"`
	WithThumbnail          *bool     `json:"withThumbnail,omitempty" xml:"withThumbnail,omitempty"`
}

func (GetDentryRequestOption) GoString

func (s GetDentryRequestOption) GoString() string

func (*GetDentryRequestOption) SetAppIdsForAppProperties

func (s *GetDentryRequestOption) SetAppIdsForAppProperties(v []*string) *GetDentryRequestOption

func (*GetDentryRequestOption) SetWithThumbnail

func (s *GetDentryRequestOption) SetWithThumbnail(v bool) *GetDentryRequestOption

func (GetDentryRequestOption) String

func (s GetDentryRequestOption) String() string

type GetDentryResponse

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

func (GetDentryResponse) GoString

func (s GetDentryResponse) GoString() string

func (*GetDentryResponse) SetBody

func (*GetDentryResponse) SetHeaders

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

func (*GetDentryResponse) SetStatusCode

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

func (GetDentryResponse) String

func (s GetDentryResponse) String() string

type GetDentryResponseBody

type GetDentryResponseBody struct {
	Dentry *GetDentryResponseBodyDentry `json:"dentry,omitempty" xml:"dentry,omitempty" type:"Struct"`
}

func (GetDentryResponseBody) GoString

func (s GetDentryResponseBody) GoString() string

func (*GetDentryResponseBody) SetDentry

func (GetDentryResponseBody) String

func (s GetDentryResponseBody) String() string

type GetDentryResponseBodyDentry

type GetDentryResponseBodyDentry struct {
	AppProperties map[string][]*DentryAppPropertiesValue `json:"appProperties,omitempty" xml:"appProperties,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"`
	PartitionType *string                                `json:"partitionType,omitempty" xml:"partitionType,omitempty"`
	Path          *string                                `json:"path,omitempty" xml:"path,omitempty"`
	Properties    *GetDentryResponseBodyDentryProperties `json:"properties,omitempty" xml:"properties,omitempty" type:"Struct"`
	Size          *int64                                 `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId       *string                                `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status        *string                                `json:"status,omitempty" xml:"status,omitempty"`
	StorageDriver *string                                `json:"storageDriver,omitempty" xml:"storageDriver,omitempty"`
	Thumbnail     *GetDentryResponseBodyDentryThumbnail  `json:"thumbnail,omitempty" xml:"thumbnail,omitempty" type:"Struct"`
	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 (GetDentryResponseBodyDentry) GoString

func (s GetDentryResponseBodyDentry) GoString() string

func (*GetDentryResponseBodyDentry) SetAppProperties

func (*GetDentryResponseBodyDentry) SetCreateTime

func (*GetDentryResponseBodyDentry) SetCreatorId

func (*GetDentryResponseBodyDentry) SetExtension

func (*GetDentryResponseBodyDentry) SetId

func (*GetDentryResponseBodyDentry) SetModifiedTime

func (*GetDentryResponseBodyDentry) SetModifierId

func (*GetDentryResponseBodyDentry) SetName

func (*GetDentryResponseBodyDentry) SetParentId

func (*GetDentryResponseBodyDentry) SetPartitionType

func (*GetDentryResponseBodyDentry) SetPath

func (*GetDentryResponseBodyDentry) SetProperties

func (*GetDentryResponseBodyDentry) SetSize

func (*GetDentryResponseBodyDentry) SetSpaceId

func (*GetDentryResponseBodyDentry) SetStatus

func (*GetDentryResponseBodyDentry) SetStorageDriver

func (*GetDentryResponseBodyDentry) SetThumbnail

func (*GetDentryResponseBodyDentry) SetType

func (*GetDentryResponseBodyDentry) SetUuid

func (*GetDentryResponseBodyDentry) SetVersion

func (GetDentryResponseBodyDentry) String

type GetDentryResponseBodyDentryProperties

type GetDentryResponseBodyDentryProperties struct {
	ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}

func (GetDentryResponseBodyDentryProperties) GoString

func (*GetDentryResponseBodyDentryProperties) SetReadOnly

func (GetDentryResponseBodyDentryProperties) String

type GetDentryResponseBodyDentryThumbnail

type GetDentryResponseBodyDentryThumbnail struct {
	Height *int32  `json:"height,omitempty" xml:"height,omitempty"`
	Url    *string `json:"url,omitempty" xml:"url,omitempty"`
	Width  *int32  `json:"width,omitempty" xml:"width,omitempty"`
}

func (GetDentryResponseBodyDentryThumbnail) GoString

func (*GetDentryResponseBodyDentryThumbnail) SetHeight

func (*GetDentryResponseBodyDentryThumbnail) SetUrl

func (*GetDentryResponseBodyDentryThumbnail) SetWidth

func (GetDentryResponseBodyDentryThumbnail) String

type GetDentryThumbnailsHeaders

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

func (s GetDentryThumbnailsHeaders) GoString() string

func (*GetDentryThumbnailsHeaders) SetCommonHeaders

func (*GetDentryThumbnailsHeaders) SetXAcsDingtalkAccessToken

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

func (GetDentryThumbnailsHeaders) String

type GetDentryThumbnailsRequest

type GetDentryThumbnailsRequest struct {
	DentryIds []*string `json:"dentryIds,omitempty" xml:"dentryIds,omitempty" type:"Repeated"`
	UnionId   *string   `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetDentryThumbnailsRequest) GoString

func (s GetDentryThumbnailsRequest) GoString() string

func (*GetDentryThumbnailsRequest) SetDentryIds

func (*GetDentryThumbnailsRequest) SetUnionId

func (GetDentryThumbnailsRequest) String

type GetDentryThumbnailsResponse

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

func (GetDentryThumbnailsResponse) GoString

func (s GetDentryThumbnailsResponse) GoString() string

func (*GetDentryThumbnailsResponse) SetBody

func (*GetDentryThumbnailsResponse) SetHeaders

func (*GetDentryThumbnailsResponse) SetStatusCode

func (GetDentryThumbnailsResponse) String

type GetDentryThumbnailsResponseBody

type GetDentryThumbnailsResponseBody struct {
	ResultItems []*GetDentryThumbnailsResponseBodyResultItems `json:"resultItems,omitempty" xml:"resultItems,omitempty" type:"Repeated"`
}

func (GetDentryThumbnailsResponseBody) GoString

func (GetDentryThumbnailsResponseBody) String

type GetDentryThumbnailsResponseBodyResultItems

type GetDentryThumbnailsResponseBodyResultItems struct {
	DentryId  *string                                              `json:"dentryId,omitempty" xml:"dentryId,omitempty"`
	ErrorCode *string                                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	SpaceId   *string                                              `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Success   *bool                                                `json:"success,omitempty" xml:"success,omitempty"`
	Thumbnail *GetDentryThumbnailsResponseBodyResultItemsThumbnail `json:"thumbnail,omitempty" xml:"thumbnail,omitempty" type:"Struct"`
}

func (GetDentryThumbnailsResponseBodyResultItems) GoString

func (*GetDentryThumbnailsResponseBodyResultItems) SetDentryId

func (*GetDentryThumbnailsResponseBodyResultItems) SetErrorCode

func (*GetDentryThumbnailsResponseBodyResultItems) SetSpaceId

func (*GetDentryThumbnailsResponseBodyResultItems) SetSuccess

func (GetDentryThumbnailsResponseBodyResultItems) String

type GetDentryThumbnailsResponseBodyResultItemsThumbnail

type GetDentryThumbnailsResponseBodyResultItemsThumbnail struct {
	Height *int32  `json:"height,omitempty" xml:"height,omitempty"`
	Url    *string `json:"url,omitempty" xml:"url,omitempty"`
	Width  *int32  `json:"width,omitempty" xml:"width,omitempty"`
}

func (GetDentryThumbnailsResponseBodyResultItemsThumbnail) GoString

func (*GetDentryThumbnailsResponseBodyResultItemsThumbnail) SetHeight

func (*GetDentryThumbnailsResponseBodyResultItemsThumbnail) SetUrl

func (*GetDentryThumbnailsResponseBodyResultItemsThumbnail) SetWidth

func (GetDentryThumbnailsResponseBodyResultItemsThumbnail) String

type GetFileDownloadInfoHeaders

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

func (s GetFileDownloadInfoHeaders) GoString() string

func (*GetFileDownloadInfoHeaders) SetCommonHeaders

func (*GetFileDownloadInfoHeaders) SetXAcsDingtalkAccessToken

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

func (GetFileDownloadInfoHeaders) String

type GetFileDownloadInfoRequest

type GetFileDownloadInfoRequest struct {
	Option  *GetFileDownloadInfoRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	UnionId *string                           `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (GetFileDownloadInfoRequest) GoString

func (s GetFileDownloadInfoRequest) GoString() string

func (*GetFileDownloadInfoRequest) SetOption

func (*GetFileDownloadInfoRequest) SetUnionId

func (GetFileDownloadInfoRequest) String

type GetFileDownloadInfoRequestOption

type GetFileDownloadInfoRequestOption struct {
	PreferIntranet *bool  `json:"preferIntranet,omitempty" xml:"preferIntranet,omitempty"`
	Version        *int64 `json:"version,omitempty" xml:"version,omitempty"`
}

func (GetFileDownloadInfoRequestOption) GoString

func (*GetFileDownloadInfoRequestOption) SetPreferIntranet

func (*GetFileDownloadInfoRequestOption) SetVersion

func (GetFileDownloadInfoRequestOption) String

type GetFileDownloadInfoResponse

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

func (GetFileDownloadInfoResponse) GoString

func (s GetFileDownloadInfoResponse) GoString() string

func (*GetFileDownloadInfoResponse) SetBody

func (*GetFileDownloadInfoResponse) SetHeaders

func (*GetFileDownloadInfoResponse) SetStatusCode

func (GetFileDownloadInfoResponse) String

type GetFileDownloadInfoResponseBody

type GetFileDownloadInfoResponseBody struct {
	HeaderSignatureInfo *GetFileDownloadInfoResponseBodyHeaderSignatureInfo `json:"headerSignatureInfo,omitempty" xml:"headerSignatureInfo,omitempty" type:"Struct"`
	Protocol            *string                                             `json:"protocol,omitempty" xml:"protocol,omitempty"`
}

func (GetFileDownloadInfoResponseBody) GoString

func (*GetFileDownloadInfoResponseBody) SetProtocol

func (GetFileDownloadInfoResponseBody) String

type GetFileDownloadInfoResponseBodyHeaderSignatureInfo

type GetFileDownloadInfoResponseBodyHeaderSignatureInfo struct {
	ExpirationSeconds    *int32             `json:"expirationSeconds,omitempty" xml:"expirationSeconds,omitempty"`
	Headers              map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	InternalResourceUrls []*string          `json:"internalResourceUrls,omitempty" xml:"internalResourceUrls,omitempty" type:"Repeated"`
	Region               *string            `json:"region,omitempty" xml:"region,omitempty"`
	ResourceUrls         []*string          `json:"resourceUrls,omitempty" xml:"resourceUrls,omitempty" type:"Repeated"`
}

func (GetFileDownloadInfoResponseBodyHeaderSignatureInfo) GoString

func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetExpirationSeconds

func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetHeaders

func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetInternalResourceUrls

func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetRegion

func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetResourceUrls

func (GetFileDownloadInfoResponseBodyHeaderSignatureInfo) String

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 ListAllDentriesHeaders

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

func (s ListAllDentriesHeaders) GoString() string

func (*ListAllDentriesHeaders) SetCommonHeaders

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

func (*ListAllDentriesHeaders) SetXAcsDingtalkAccessToken

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

func (ListAllDentriesHeaders) String

func (s ListAllDentriesHeaders) String() string

type ListAllDentriesRequest

type ListAllDentriesRequest struct {
	Option  *ListAllDentriesRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	UnionId *string                       `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (ListAllDentriesRequest) GoString

func (s ListAllDentriesRequest) GoString() string

func (*ListAllDentriesRequest) SetOption

func (*ListAllDentriesRequest) SetUnionId

func (ListAllDentriesRequest) String

func (s ListAllDentriesRequest) String() string

type ListAllDentriesRequestOption

type ListAllDentriesRequestOption struct {
	MaxResults    *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken     *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Order         *string `json:"order,omitempty" xml:"order,omitempty"`
	WithThumbnail *bool   `json:"withThumbnail,omitempty" xml:"withThumbnail,omitempty"`
}

func (ListAllDentriesRequestOption) GoString

func (s ListAllDentriesRequestOption) GoString() string

func (*ListAllDentriesRequestOption) SetMaxResults

func (*ListAllDentriesRequestOption) SetNextToken

func (*ListAllDentriesRequestOption) SetOrder

func (*ListAllDentriesRequestOption) SetWithThumbnail

func (ListAllDentriesRequestOption) String

type ListAllDentriesResponse

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

func (ListAllDentriesResponse) GoString

func (s ListAllDentriesResponse) GoString() string

func (*ListAllDentriesResponse) SetBody

func (*ListAllDentriesResponse) SetHeaders

func (*ListAllDentriesResponse) SetStatusCode

func (ListAllDentriesResponse) String

func (s ListAllDentriesResponse) String() string

type ListAllDentriesResponseBody

type ListAllDentriesResponseBody struct {
	Dentries  []*ListAllDentriesResponseBodyDentries `json:"dentries,omitempty" xml:"dentries,omitempty" type:"Repeated"`
	NextToken *string                                `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListAllDentriesResponseBody) GoString

func (s ListAllDentriesResponseBody) GoString() string

func (*ListAllDentriesResponseBody) SetDentries

func (*ListAllDentriesResponseBody) SetNextToken

func (ListAllDentriesResponseBody) String

type ListAllDentriesResponseBodyDentries

type ListAllDentriesResponseBodyDentries struct {
	AppProperties map[string][]*DentriesAppPropertiesValue       `json:"appProperties,omitempty" xml:"appProperties,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"`
	PartitionType *string                                        `json:"partitionType,omitempty" xml:"partitionType,omitempty"`
	Path          *string                                        `json:"path,omitempty" xml:"path,omitempty"`
	Properties    *ListAllDentriesResponseBodyDentriesProperties `json:"properties,omitempty" xml:"properties,omitempty" type:"Struct"`
	Size          *int64                                         `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId       *string                                        `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status        *string                                        `json:"status,omitempty" xml:"status,omitempty"`
	StorageDriver *string                                        `json:"storageDriver,omitempty" xml:"storageDriver,omitempty"`
	Thumbnail     *ListAllDentriesResponseBodyDentriesThumbnail  `json:"thumbnail,omitempty" xml:"thumbnail,omitempty" type:"Struct"`
	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 (ListAllDentriesResponseBodyDentries) GoString

func (*ListAllDentriesResponseBodyDentries) SetAppProperties

func (*ListAllDentriesResponseBodyDentries) SetCreateTime

func (*ListAllDentriesResponseBodyDentries) SetCreatorId

func (*ListAllDentriesResponseBodyDentries) SetExtension

func (*ListAllDentriesResponseBodyDentries) SetId

func (*ListAllDentriesResponseBodyDentries) SetModifiedTime

func (*ListAllDentriesResponseBodyDentries) SetModifierId

func (*ListAllDentriesResponseBodyDentries) SetName

func (*ListAllDentriesResponseBodyDentries) SetParentId

func (*ListAllDentriesResponseBodyDentries) SetPartitionType

func (*ListAllDentriesResponseBodyDentries) SetPath

func (*ListAllDentriesResponseBodyDentries) SetSize

func (*ListAllDentriesResponseBodyDentries) SetSpaceId

func (*ListAllDentriesResponseBodyDentries) SetStatus

func (*ListAllDentriesResponseBodyDentries) SetStorageDriver

func (*ListAllDentriesResponseBodyDentries) SetType

func (*ListAllDentriesResponseBodyDentries) SetUuid

func (*ListAllDentriesResponseBodyDentries) SetVersion

func (ListAllDentriesResponseBodyDentries) String

type ListAllDentriesResponseBodyDentriesProperties

type ListAllDentriesResponseBodyDentriesProperties struct {
	ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}

func (ListAllDentriesResponseBodyDentriesProperties) GoString

func (*ListAllDentriesResponseBodyDentriesProperties) SetReadOnly

func (ListAllDentriesResponseBodyDentriesProperties) String

type ListAllDentriesResponseBodyDentriesThumbnail

type ListAllDentriesResponseBodyDentriesThumbnail struct {
	Height *int32  `json:"height,omitempty" xml:"height,omitempty"`
	Url    *string `json:"url,omitempty" xml:"url,omitempty"`
	Width  *int32  `json:"width,omitempty" xml:"width,omitempty"`
}

func (ListAllDentriesResponseBodyDentriesThumbnail) GoString

func (*ListAllDentriesResponseBodyDentriesThumbnail) SetHeight

func (*ListAllDentriesResponseBodyDentriesThumbnail) SetUrl

func (*ListAllDentriesResponseBodyDentriesThumbnail) SetWidth

func (ListAllDentriesResponseBodyDentriesThumbnail) String

type ListDentriesHeaders

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

func (s ListDentriesHeaders) GoString() string

func (*ListDentriesHeaders) SetCommonHeaders

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

func (*ListDentriesHeaders) SetXAcsDingtalkAccessToken

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

func (ListDentriesHeaders) String

func (s ListDentriesHeaders) String() string

type ListDentriesRequest

type ListDentriesRequest struct {
	MaxResults    *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken     *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Order         *string `json:"order,omitempty" xml:"order,omitempty"`
	OrderBy       *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	ParentId      *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	UnionId       *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
	WithThumbnail *bool   `json:"withThumbnail,omitempty" xml:"withThumbnail,omitempty"`
}

func (ListDentriesRequest) GoString

func (s ListDentriesRequest) GoString() string

func (*ListDentriesRequest) SetMaxResults

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

func (*ListDentriesRequest) SetNextToken

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

func (*ListDentriesRequest) SetOrder

func (*ListDentriesRequest) SetOrderBy

func (*ListDentriesRequest) SetParentId

func (s *ListDentriesRequest) SetParentId(v string) *ListDentriesRequest

func (*ListDentriesRequest) SetUnionId

func (*ListDentriesRequest) SetWithThumbnail

func (s *ListDentriesRequest) SetWithThumbnail(v bool) *ListDentriesRequest

func (ListDentriesRequest) String

func (s ListDentriesRequest) String() string

type ListDentriesResponse

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

func (ListDentriesResponse) GoString

func (s ListDentriesResponse) GoString() string

func (*ListDentriesResponse) SetBody

func (*ListDentriesResponse) SetHeaders

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

func (*ListDentriesResponse) SetStatusCode

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

func (ListDentriesResponse) String

func (s ListDentriesResponse) String() string

type ListDentriesResponseBody

type ListDentriesResponseBody struct {
	Dentries  []*ListDentriesResponseBodyDentries `json:"dentries,omitempty" xml:"dentries,omitempty" type:"Repeated"`
	NextToken *string                             `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListDentriesResponseBody) GoString

func (s ListDentriesResponseBody) GoString() string

func (*ListDentriesResponseBody) SetDentries

func (*ListDentriesResponseBody) SetNextToken

func (ListDentriesResponseBody) String

func (s ListDentriesResponseBody) String() string

type ListDentriesResponseBodyDentries

type ListDentriesResponseBodyDentries struct {
	AppProperties map[string][]*DentriesAppPropertiesValue    `json:"appProperties,omitempty" xml:"appProperties,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"`
	PartitionType *string                                     `json:"partitionType,omitempty" xml:"partitionType,omitempty"`
	Path          *string                                     `json:"path,omitempty" xml:"path,omitempty"`
	Properties    *ListDentriesResponseBodyDentriesProperties `json:"properties,omitempty" xml:"properties,omitempty" type:"Struct"`
	Size          *int64                                      `json:"size,omitempty" xml:"size,omitempty"`
	SpaceId       *string                                     `json:"spaceId,omitempty" xml:"spaceId,omitempty"`
	Status        *string                                     `json:"status,omitempty" xml:"status,omitempty"`
	StorageDriver *string                                     `json:"storageDriver,omitempty" xml:"storageDriver,omitempty"`
	Thumbnail     *ListDentriesResponseBodyDentriesThumbnail  `json:"thumbnail,omitempty" xml:"thumbnail,omitempty" type:"Struct"`
	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 (ListDentriesResponseBodyDentries) GoString

func (*ListDentriesResponseBodyDentries) SetAppProperties

func (*ListDentriesResponseBodyDentries) SetCreateTime

func (*ListDentriesResponseBodyDentries) SetCreatorId

func (*ListDentriesResponseBodyDentries) SetExtension

func (*ListDentriesResponseBodyDentries) SetId

func (*ListDentriesResponseBodyDentries) SetModifiedTime

func (*ListDentriesResponseBodyDentries) SetModifierId

func (*ListDentriesResponseBodyDentries) SetName

func (*ListDentriesResponseBodyDentries) SetParentId

func (*ListDentriesResponseBodyDentries) SetPartitionType

func (*ListDentriesResponseBodyDentries) SetPath

func (*ListDentriesResponseBodyDentries) SetSize

func (*ListDentriesResponseBodyDentries) SetSpaceId

func (*ListDentriesResponseBodyDentries) SetStatus

func (*ListDentriesResponseBodyDentries) SetStorageDriver

func (*ListDentriesResponseBodyDentries) SetType

func (*ListDentriesResponseBodyDentries) SetUuid

func (*ListDentriesResponseBodyDentries) SetVersion

func (ListDentriesResponseBodyDentries) String

type ListDentriesResponseBodyDentriesProperties

type ListDentriesResponseBodyDentriesProperties struct {
	ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}

func (ListDentriesResponseBodyDentriesProperties) GoString

func (*ListDentriesResponseBodyDentriesProperties) SetReadOnly

func (ListDentriesResponseBodyDentriesProperties) String

type ListDentriesResponseBodyDentriesThumbnail

type ListDentriesResponseBodyDentriesThumbnail struct {
	Height *int32  `json:"height,omitempty" xml:"height,omitempty"`
	Url    *string `json:"url,omitempty" xml:"url,omitempty"`
	Width  *int32  `json:"width,omitempty" xml:"width,omitempty"`
}

func (ListDentriesResponseBodyDentriesThumbnail) GoString

func (*ListDentriesResponseBodyDentriesThumbnail) SetHeight

func (*ListDentriesResponseBodyDentriesThumbnail) SetUrl

func (*ListDentriesResponseBodyDentriesThumbnail) SetWidth

func (ListDentriesResponseBodyDentriesThumbnail) String

type ListExpiredHeaders

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

func (s ListExpiredHeaders) GoString() string

func (*ListExpiredHeaders) SetCommonHeaders

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

func (*ListExpiredHeaders) SetXAcsDingtalkAccessToken

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

func (ListExpiredHeaders) String

func (s ListExpiredHeaders) String() string

type ListExpiredRequest

type ListExpiredRequest struct {
	OpenConversationId *string                   `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	Option             *ListExpiredRequestOption `json:"option,omitempty" xml:"option,omitempty" type:"Struct"`
	UnionId            *string                   `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (ListExpiredRequest) GoString

func (s ListExpiredRequest) GoString() string

func (*ListExpiredRequest) SetOpenConversationId

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

func (*ListExpiredRequest) SetOption

func (*ListExpiredRequest) SetUnionId

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

func (ListExpiredRequest) String

func (s ListExpiredRequest) String() string

type ListExpiredRequestOption

type ListExpiredRequestOption struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListExpiredRequestOption) GoString

func (s ListExpiredRequestOption) GoString() string

func (*ListExpiredRequestOption) SetMaxResults

func (*ListExpiredRequestOption) SetNextToken

func (ListExpiredRequestOption) String

func (s ListExpiredRequestOption) String() string

type ListExpiredResponse

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

func (ListExpiredResponse) GoString

func (s ListExpiredResponse) GoString() string

func (*ListExpiredResponse) SetBody

func (*ListExpiredResponse) SetHeaders

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

func (*ListExpiredResponse) SetStatusCode

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

func (ListExpiredResponse) String

func (s ListExpiredResponse) String() string

type ListExpiredResponseBody

type ListExpiredResponseBody struct {
	Files     []*ListExpiredResponseBodyFiles `json:"files,omitempty" xml:"files,omitempty" type:"Repeated"`
	NextToken *string                         `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListExpiredResponseBody) GoString

func (s ListExpiredResponseBody) GoString() string

func (*ListExpiredResponseBody) SetFiles

func (*ListExpiredResponseBody) SetNextToken

func (ListExpiredResponseBody) String

func (s ListExpiredResponseBody) String() string

type ListExpiredResponseBodyFiles

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

func (s ListExpiredResponseBodyFiles) GoString() string

func (*ListExpiredResponseBodyFiles) SetConversationId

func (*ListExpiredResponseBodyFiles) SetCreateTime

func (*ListExpiredResponseBodyFiles) SetCreatorId

func (*ListExpiredResponseBodyFiles) SetExtension

func (*ListExpiredResponseBodyFiles) SetId

func (*ListExpiredResponseBodyFiles) SetModifiedTime

func (*ListExpiredResponseBodyFiles) SetModifierId

func (*ListExpiredResponseBodyFiles) SetName

func (*ListExpiredResponseBodyFiles) SetParentId

func (*ListExpiredResponseBodyFiles) SetPath

func (*ListExpiredResponseBodyFiles) SetSize

func (*ListExpiredResponseBodyFiles) SetSpaceId

func (*ListExpiredResponseBodyFiles) SetStatus

func (*ListExpiredResponseBodyFiles) SetType

func (*ListExpiredResponseBodyFiles) SetUuid

func (*ListExpiredResponseBodyFiles) SetVersion

func (ListExpiredResponseBodyFiles) String

type ResultItemsDentryAppPropertiesValue

type ResultItemsDentryAppPropertiesValue struct {
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	Value      *string `json:"value,omitempty" xml:"value,omitempty"`
	Visibility *string `json:"visibility,omitempty" xml:"visibility,omitempty"`
}

func (ResultItemsDentryAppPropertiesValue) GoString

func (*ResultItemsDentryAppPropertiesValue) SetName

func (*ResultItemsDentryAppPropertiesValue) SetValue

func (*ResultItemsDentryAppPropertiesValue) SetVisibility

func (ResultItemsDentryAppPropertiesValue) String

type SubscribeEventHeaders

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

func (s SubscribeEventHeaders) GoString() string

func (*SubscribeEventHeaders) SetCommonHeaders

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

func (*SubscribeEventHeaders) SetXAcsDingtalkAccessToken

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

func (SubscribeEventHeaders) String

func (s SubscribeEventHeaders) String() string

type SubscribeEventRequest

type SubscribeEventRequest struct {
	Scope   *string `json:"scope,omitempty" xml:"scope,omitempty"`
	ScopeId *string `json:"scopeId,omitempty" xml:"scopeId,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (SubscribeEventRequest) GoString

func (s SubscribeEventRequest) GoString() string

func (*SubscribeEventRequest) SetScope

func (*SubscribeEventRequest) SetScopeId

func (*SubscribeEventRequest) SetUnionId

func (SubscribeEventRequest) String

func (s SubscribeEventRequest) String() string

type SubscribeEventResponse

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

func (SubscribeEventResponse) GoString

func (s SubscribeEventResponse) GoString() string

func (*SubscribeEventResponse) SetBody

func (*SubscribeEventResponse) SetHeaders

func (*SubscribeEventResponse) SetStatusCode

func (SubscribeEventResponse) String

func (s SubscribeEventResponse) String() string

type SubscribeEventResponseBody

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

func (SubscribeEventResponseBody) GoString

func (s SubscribeEventResponseBody) GoString() string

func (*SubscribeEventResponseBody) SetSuccess

func (SubscribeEventResponseBody) String

type UnsubscribeEventHeaders

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

func (s UnsubscribeEventHeaders) GoString() string

func (*UnsubscribeEventHeaders) SetCommonHeaders

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

func (*UnsubscribeEventHeaders) SetXAcsDingtalkAccessToken

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

func (UnsubscribeEventHeaders) String

func (s UnsubscribeEventHeaders) String() string

type UnsubscribeEventRequest

type UnsubscribeEventRequest struct {
	Scope   *string `json:"scope,omitempty" xml:"scope,omitempty"`
	ScopeId *string `json:"scopeId,omitempty" xml:"scopeId,omitempty"`
	UnionId *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
}

func (UnsubscribeEventRequest) GoString

func (s UnsubscribeEventRequest) GoString() string

func (*UnsubscribeEventRequest) SetScope

func (*UnsubscribeEventRequest) SetScopeId

func (*UnsubscribeEventRequest) SetUnionId

func (UnsubscribeEventRequest) String

func (s UnsubscribeEventRequest) String() string

type UnsubscribeEventResponse

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

func (UnsubscribeEventResponse) GoString

func (s UnsubscribeEventResponse) GoString() string

func (*UnsubscribeEventResponse) SetBody

func (*UnsubscribeEventResponse) SetHeaders

func (*UnsubscribeEventResponse) SetStatusCode

func (UnsubscribeEventResponse) String

func (s UnsubscribeEventResponse) String() string

type UnsubscribeEventResponseBody

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

func (UnsubscribeEventResponseBody) GoString

func (s UnsubscribeEventResponseBody) GoString() string

func (*UnsubscribeEventResponseBody) SetSuccess

func (UnsubscribeEventResponseBody) String

Jump to

Keyboard shortcuts

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