Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) GetDentries(spaceId *string, request *GetDentriesRequest) (_result *GetDentriesResponse, _err error)
- func (client *Client) GetDentriesWithOptions(spaceId *string, request *GetDentriesRequest, headers *GetDentriesHeaders, ...) (_result *GetDentriesResponse, _err error)
- func (client *Client) GetDentry(spaceId *string, dentryId *string, request *GetDentryRequest) (_result *GetDentryResponse, _err error)
- func (client *Client) GetDentryThumbnails(spaceId *string, request *GetDentryThumbnailsRequest) (_result *GetDentryThumbnailsResponse, _err error)
- func (client *Client) GetDentryThumbnailsWithOptions(spaceId *string, request *GetDentryThumbnailsRequest, ...) (_result *GetDentryThumbnailsResponse, _err error)
- func (client *Client) GetDentryWithOptions(spaceId *string, dentryId *string, request *GetDentryRequest, ...) (_result *GetDentryResponse, _err error)
- func (client *Client) GetFileDownloadInfo(spaceId *string, dentryId *string, request *GetFileDownloadInfoRequest) (_result *GetFileDownloadInfoResponse, _err error)
- func (client *Client) GetFileDownloadInfoWithOptions(spaceId *string, dentryId *string, request *GetFileDownloadInfoRequest, ...) (_result *GetFileDownloadInfoResponse, _err error)
- func (client *Client) GetSpace(request *GetSpaceRequest) (_result *GetSpaceResponse, _err error)
- func (client *Client) GetSpaceWithOptions(request *GetSpaceRequest, headers *GetSpaceHeaders, ...) (_result *GetSpaceResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAllDentries(spaceId *string, request *ListAllDentriesRequest) (_result *ListAllDentriesResponse, _err error)
- func (client *Client) ListAllDentriesWithOptions(spaceId *string, request *ListAllDentriesRequest, ...) (_result *ListAllDentriesResponse, _err error)
- func (client *Client) ListDentries(spaceId *string, request *ListDentriesRequest) (_result *ListDentriesResponse, _err error)
- func (client *Client) ListDentriesWithOptions(spaceId *string, request *ListDentriesRequest, headers *ListDentriesHeaders, ...) (_result *ListDentriesResponse, _err error)
- func (client *Client) ListExpired(request *ListExpiredRequest) (_result *ListExpiredResponse, _err error)
- func (client *Client) ListExpiredWithOptions(request *ListExpiredRequest, headers *ListExpiredHeaders, ...) (_result *ListExpiredResponse, _err error)
- func (client *Client) SubscribeEvent(request *SubscribeEventRequest) (_result *SubscribeEventResponse, _err error)
- func (client *Client) SubscribeEventWithOptions(request *SubscribeEventRequest, headers *SubscribeEventHeaders, ...) (_result *SubscribeEventResponse, _err error)
- func (client *Client) UnsubscribeEvent(request *UnsubscribeEventRequest) (_result *UnsubscribeEventResponse, _err error)
- func (client *Client) UnsubscribeEventWithOptions(request *UnsubscribeEventRequest, headers *UnsubscribeEventHeaders, ...) (_result *UnsubscribeEventResponse, _err error)
- type DentriesAppPropertiesValue
- func (s DentriesAppPropertiesValue) GoString() string
- func (s *DentriesAppPropertiesValue) SetName(v string) *DentriesAppPropertiesValue
- func (s *DentriesAppPropertiesValue) SetValue(v string) *DentriesAppPropertiesValue
- func (s *DentriesAppPropertiesValue) SetVisibility(v string) *DentriesAppPropertiesValue
- func (s DentriesAppPropertiesValue) String() string
- type DentryAppPropertiesValue
- func (s DentryAppPropertiesValue) GoString() string
- func (s *DentryAppPropertiesValue) SetName(v string) *DentryAppPropertiesValue
- func (s *DentryAppPropertiesValue) SetValue(v string) *DentryAppPropertiesValue
- func (s *DentryAppPropertiesValue) SetVisibility(v string) *DentryAppPropertiesValue
- func (s DentryAppPropertiesValue) String() string
- type GetDentriesHeaders
- type GetDentriesRequest
- func (s GetDentriesRequest) GoString() string
- func (s *GetDentriesRequest) SetDentryIds(v []*string) *GetDentriesRequest
- func (s *GetDentriesRequest) SetOption(v *GetDentriesRequestOption) *GetDentriesRequest
- func (s *GetDentriesRequest) SetUnionId(v string) *GetDentriesRequest
- func (s GetDentriesRequest) String() string
- type GetDentriesRequestOption
- type GetDentriesResponse
- func (s GetDentriesResponse) GoString() string
- func (s *GetDentriesResponse) SetBody(v *GetDentriesResponseBody) *GetDentriesResponse
- func (s *GetDentriesResponse) SetHeaders(v map[string]*string) *GetDentriesResponse
- func (s *GetDentriesResponse) SetStatusCode(v int32) *GetDentriesResponse
- func (s GetDentriesResponse) String() string
- type GetDentriesResponseBody
- type GetDentriesResponseBodyResultItems
- func (s GetDentriesResponseBodyResultItems) GoString() string
- func (s *GetDentriesResponseBodyResultItems) SetDentry(v *GetDentriesResponseBodyResultItemsDentry) *GetDentriesResponseBodyResultItems
- func (s *GetDentriesResponseBodyResultItems) SetDentryId(v string) *GetDentriesResponseBodyResultItems
- func (s *GetDentriesResponseBodyResultItems) SetErrorCode(v string) *GetDentriesResponseBodyResultItems
- func (s *GetDentriesResponseBodyResultItems) SetSpaceId(v string) *GetDentriesResponseBodyResultItems
- func (s *GetDentriesResponseBodyResultItems) SetSuccess(v bool) *GetDentriesResponseBodyResultItems
- func (s GetDentriesResponseBodyResultItems) String() string
- type GetDentriesResponseBodyResultItemsDentry
- func (s GetDentriesResponseBodyResultItemsDentry) GoString() string
- func (s *GetDentriesResponseBodyResultItemsDentry) SetAppProperties(v map[string][]*ResultItemsDentryAppPropertiesValue) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetCreateTime(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetCreatorId(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetExtension(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetId(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetModifiedTime(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetModifierId(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetName(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetParentId(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetPartitionType(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetPath(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetProperties(v *GetDentriesResponseBodyResultItemsDentryProperties) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetSize(v int64) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetSpaceId(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetStatus(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetStorageDriver(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetThumbnail(v *GetDentriesResponseBodyResultItemsDentryThumbnail) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetType(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetUuid(v string) *GetDentriesResponseBodyResultItemsDentry
- func (s *GetDentriesResponseBodyResultItemsDentry) SetVersion(v int64) *GetDentriesResponseBodyResultItemsDentry
- func (s GetDentriesResponseBodyResultItemsDentry) String() string
- type GetDentriesResponseBodyResultItemsDentryProperties
- type GetDentriesResponseBodyResultItemsDentryThumbnail
- func (s GetDentriesResponseBodyResultItemsDentryThumbnail) GoString() string
- func (s *GetDentriesResponseBodyResultItemsDentryThumbnail) SetHeight(v int32) *GetDentriesResponseBodyResultItemsDentryThumbnail
- func (s *GetDentriesResponseBodyResultItemsDentryThumbnail) SetUrl(v string) *GetDentriesResponseBodyResultItemsDentryThumbnail
- func (s *GetDentriesResponseBodyResultItemsDentryThumbnail) SetWidth(v int32) *GetDentriesResponseBodyResultItemsDentryThumbnail
- func (s GetDentriesResponseBodyResultItemsDentryThumbnail) String() string
- type GetDentryHeaders
- type GetDentryRequest
- type GetDentryRequestOption
- type GetDentryResponse
- func (s GetDentryResponse) GoString() string
- func (s *GetDentryResponse) SetBody(v *GetDentryResponseBody) *GetDentryResponse
- func (s *GetDentryResponse) SetHeaders(v map[string]*string) *GetDentryResponse
- func (s *GetDentryResponse) SetStatusCode(v int32) *GetDentryResponse
- func (s GetDentryResponse) String() string
- type GetDentryResponseBody
- type GetDentryResponseBodyDentry
- func (s GetDentryResponseBodyDentry) GoString() string
- func (s *GetDentryResponseBodyDentry) SetAppProperties(v map[string][]*DentryAppPropertiesValue) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetCreateTime(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetCreatorId(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetExtension(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetId(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetModifiedTime(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetModifierId(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetName(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetParentId(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetPartitionType(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetPath(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetProperties(v *GetDentryResponseBodyDentryProperties) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetSize(v int64) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetSpaceId(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetStatus(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetStorageDriver(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetThumbnail(v *GetDentryResponseBodyDentryThumbnail) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetType(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetUuid(v string) *GetDentryResponseBodyDentry
- func (s *GetDentryResponseBodyDentry) SetVersion(v int64) *GetDentryResponseBodyDentry
- func (s GetDentryResponseBodyDentry) String() string
- type GetDentryResponseBodyDentryProperties
- type GetDentryResponseBodyDentryThumbnail
- func (s GetDentryResponseBodyDentryThumbnail) GoString() string
- func (s *GetDentryResponseBodyDentryThumbnail) SetHeight(v int32) *GetDentryResponseBodyDentryThumbnail
- func (s *GetDentryResponseBodyDentryThumbnail) SetUrl(v string) *GetDentryResponseBodyDentryThumbnail
- func (s *GetDentryResponseBodyDentryThumbnail) SetWidth(v int32) *GetDentryResponseBodyDentryThumbnail
- func (s GetDentryResponseBodyDentryThumbnail) String() string
- type GetDentryThumbnailsHeaders
- func (s GetDentryThumbnailsHeaders) GoString() string
- func (s *GetDentryThumbnailsHeaders) SetCommonHeaders(v map[string]*string) *GetDentryThumbnailsHeaders
- func (s *GetDentryThumbnailsHeaders) SetXAcsDingtalkAccessToken(v string) *GetDentryThumbnailsHeaders
- func (s GetDentryThumbnailsHeaders) String() string
- type GetDentryThumbnailsRequest
- type GetDentryThumbnailsResponse
- func (s GetDentryThumbnailsResponse) GoString() string
- func (s *GetDentryThumbnailsResponse) SetBody(v *GetDentryThumbnailsResponseBody) *GetDentryThumbnailsResponse
- func (s *GetDentryThumbnailsResponse) SetHeaders(v map[string]*string) *GetDentryThumbnailsResponse
- func (s *GetDentryThumbnailsResponse) SetStatusCode(v int32) *GetDentryThumbnailsResponse
- func (s GetDentryThumbnailsResponse) String() string
- type GetDentryThumbnailsResponseBody
- type GetDentryThumbnailsResponseBodyResultItems
- func (s GetDentryThumbnailsResponseBodyResultItems) GoString() string
- func (s *GetDentryThumbnailsResponseBodyResultItems) SetDentryId(v string) *GetDentryThumbnailsResponseBodyResultItems
- func (s *GetDentryThumbnailsResponseBodyResultItems) SetErrorCode(v string) *GetDentryThumbnailsResponseBodyResultItems
- func (s *GetDentryThumbnailsResponseBodyResultItems) SetSpaceId(v string) *GetDentryThumbnailsResponseBodyResultItems
- func (s *GetDentryThumbnailsResponseBodyResultItems) SetSuccess(v bool) *GetDentryThumbnailsResponseBodyResultItems
- func (s *GetDentryThumbnailsResponseBodyResultItems) SetThumbnail(v *GetDentryThumbnailsResponseBodyResultItemsThumbnail) *GetDentryThumbnailsResponseBodyResultItems
- func (s GetDentryThumbnailsResponseBodyResultItems) String() string
- type GetDentryThumbnailsResponseBodyResultItemsThumbnail
- func (s GetDentryThumbnailsResponseBodyResultItemsThumbnail) GoString() string
- func (s *GetDentryThumbnailsResponseBodyResultItemsThumbnail) SetHeight(v int32) *GetDentryThumbnailsResponseBodyResultItemsThumbnail
- func (s *GetDentryThumbnailsResponseBodyResultItemsThumbnail) SetUrl(v string) *GetDentryThumbnailsResponseBodyResultItemsThumbnail
- func (s *GetDentryThumbnailsResponseBodyResultItemsThumbnail) SetWidth(v int32) *GetDentryThumbnailsResponseBodyResultItemsThumbnail
- func (s GetDentryThumbnailsResponseBodyResultItemsThumbnail) String() string
- type GetFileDownloadInfoHeaders
- func (s GetFileDownloadInfoHeaders) GoString() string
- func (s *GetFileDownloadInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFileDownloadInfoHeaders
- func (s *GetFileDownloadInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileDownloadInfoHeaders
- func (s GetFileDownloadInfoHeaders) String() string
- type GetFileDownloadInfoRequest
- func (s GetFileDownloadInfoRequest) GoString() string
- func (s *GetFileDownloadInfoRequest) SetOption(v *GetFileDownloadInfoRequestOption) *GetFileDownloadInfoRequest
- func (s *GetFileDownloadInfoRequest) SetUnionId(v string) *GetFileDownloadInfoRequest
- func (s GetFileDownloadInfoRequest) String() string
- type GetFileDownloadInfoRequestOption
- func (s GetFileDownloadInfoRequestOption) GoString() string
- func (s *GetFileDownloadInfoRequestOption) SetPreferIntranet(v bool) *GetFileDownloadInfoRequestOption
- func (s *GetFileDownloadInfoRequestOption) SetVersion(v int64) *GetFileDownloadInfoRequestOption
- func (s GetFileDownloadInfoRequestOption) String() string
- type GetFileDownloadInfoResponse
- func (s GetFileDownloadInfoResponse) GoString() string
- func (s *GetFileDownloadInfoResponse) SetBody(v *GetFileDownloadInfoResponseBody) *GetFileDownloadInfoResponse
- func (s *GetFileDownloadInfoResponse) SetHeaders(v map[string]*string) *GetFileDownloadInfoResponse
- func (s *GetFileDownloadInfoResponse) SetStatusCode(v int32) *GetFileDownloadInfoResponse
- func (s GetFileDownloadInfoResponse) String() string
- type GetFileDownloadInfoResponseBody
- func (s GetFileDownloadInfoResponseBody) GoString() string
- func (s *GetFileDownloadInfoResponseBody) SetHeaderSignatureInfo(v *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) *GetFileDownloadInfoResponseBody
- func (s *GetFileDownloadInfoResponseBody) SetProtocol(v string) *GetFileDownloadInfoResponseBody
- func (s GetFileDownloadInfoResponseBody) String() string
- type GetFileDownloadInfoResponseBodyHeaderSignatureInfo
- func (s GetFileDownloadInfoResponseBodyHeaderSignatureInfo) GoString() string
- func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetExpirationSeconds(v int32) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
- func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetHeaders(v map[string]*string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
- func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetInternalResourceUrls(v []*string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
- func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetRegion(v string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
- func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetResourceUrls(v []*string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
- func (s GetFileDownloadInfoResponseBodyHeaderSignatureInfo) String() string
- type GetSpaceHeaders
- type GetSpaceRequest
- type GetSpaceResponse
- func (s GetSpaceResponse) GoString() string
- func (s *GetSpaceResponse) SetBody(v *GetSpaceResponseBody) *GetSpaceResponse
- func (s *GetSpaceResponse) SetHeaders(v map[string]*string) *GetSpaceResponse
- func (s *GetSpaceResponse) SetStatusCode(v int32) *GetSpaceResponse
- func (s GetSpaceResponse) String() string
- type GetSpaceResponseBody
- type GetSpaceResponseBodySpace
- func (s GetSpaceResponseBodySpace) GoString() string
- func (s *GetSpaceResponseBodySpace) SetCorpId(v string) *GetSpaceResponseBodySpace
- func (s *GetSpaceResponseBodySpace) SetCreateTime(v string) *GetSpaceResponseBodySpace
- func (s *GetSpaceResponseBodySpace) SetModifiedTime(v string) *GetSpaceResponseBodySpace
- func (s *GetSpaceResponseBodySpace) SetSpaceId(v string) *GetSpaceResponseBodySpace
- func (s GetSpaceResponseBodySpace) String() string
- type ListAllDentriesHeaders
- type ListAllDentriesRequest
- type ListAllDentriesRequestOption
- func (s ListAllDentriesRequestOption) GoString() string
- func (s *ListAllDentriesRequestOption) SetMaxResults(v int32) *ListAllDentriesRequestOption
- func (s *ListAllDentriesRequestOption) SetNextToken(v string) *ListAllDentriesRequestOption
- func (s *ListAllDentriesRequestOption) SetOrder(v string) *ListAllDentriesRequestOption
- func (s *ListAllDentriesRequestOption) SetWithThumbnail(v bool) *ListAllDentriesRequestOption
- func (s ListAllDentriesRequestOption) String() string
- type ListAllDentriesResponse
- func (s ListAllDentriesResponse) GoString() string
- func (s *ListAllDentriesResponse) SetBody(v *ListAllDentriesResponseBody) *ListAllDentriesResponse
- func (s *ListAllDentriesResponse) SetHeaders(v map[string]*string) *ListAllDentriesResponse
- func (s *ListAllDentriesResponse) SetStatusCode(v int32) *ListAllDentriesResponse
- func (s ListAllDentriesResponse) String() string
- type ListAllDentriesResponseBody
- func (s ListAllDentriesResponseBody) GoString() string
- func (s *ListAllDentriesResponseBody) SetDentries(v []*ListAllDentriesResponseBodyDentries) *ListAllDentriesResponseBody
- func (s *ListAllDentriesResponseBody) SetNextToken(v string) *ListAllDentriesResponseBody
- func (s ListAllDentriesResponseBody) String() string
- type ListAllDentriesResponseBodyDentries
- func (s ListAllDentriesResponseBodyDentries) GoString() string
- func (s *ListAllDentriesResponseBodyDentries) SetAppProperties(v map[string][]*DentriesAppPropertiesValue) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetCreateTime(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetCreatorId(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetExtension(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetId(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetModifiedTime(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetModifierId(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetName(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetParentId(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetPartitionType(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetPath(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetProperties(v *ListAllDentriesResponseBodyDentriesProperties) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetSize(v int64) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetSpaceId(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetStatus(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetStorageDriver(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetThumbnail(v *ListAllDentriesResponseBodyDentriesThumbnail) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetType(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetUuid(v string) *ListAllDentriesResponseBodyDentries
- func (s *ListAllDentriesResponseBodyDentries) SetVersion(v int64) *ListAllDentriesResponseBodyDentries
- func (s ListAllDentriesResponseBodyDentries) String() string
- type ListAllDentriesResponseBodyDentriesProperties
- type ListAllDentriesResponseBodyDentriesThumbnail
- func (s ListAllDentriesResponseBodyDentriesThumbnail) GoString() string
- func (s *ListAllDentriesResponseBodyDentriesThumbnail) SetHeight(v int32) *ListAllDentriesResponseBodyDentriesThumbnail
- func (s *ListAllDentriesResponseBodyDentriesThumbnail) SetUrl(v string) *ListAllDentriesResponseBodyDentriesThumbnail
- func (s *ListAllDentriesResponseBodyDentriesThumbnail) SetWidth(v int32) *ListAllDentriesResponseBodyDentriesThumbnail
- func (s ListAllDentriesResponseBodyDentriesThumbnail) String() string
- type ListDentriesHeaders
- type ListDentriesRequest
- func (s ListDentriesRequest) GoString() string
- func (s *ListDentriesRequest) SetMaxResults(v int32) *ListDentriesRequest
- func (s *ListDentriesRequest) SetNextToken(v string) *ListDentriesRequest
- func (s *ListDentriesRequest) SetOrder(v string) *ListDentriesRequest
- func (s *ListDentriesRequest) SetOrderBy(v string) *ListDentriesRequest
- func (s *ListDentriesRequest) SetParentId(v string) *ListDentriesRequest
- func (s *ListDentriesRequest) SetUnionId(v string) *ListDentriesRequest
- func (s *ListDentriesRequest) SetWithThumbnail(v bool) *ListDentriesRequest
- func (s ListDentriesRequest) String() string
- type ListDentriesResponse
- func (s ListDentriesResponse) GoString() string
- func (s *ListDentriesResponse) SetBody(v *ListDentriesResponseBody) *ListDentriesResponse
- func (s *ListDentriesResponse) SetHeaders(v map[string]*string) *ListDentriesResponse
- func (s *ListDentriesResponse) SetStatusCode(v int32) *ListDentriesResponse
- func (s ListDentriesResponse) String() string
- type ListDentriesResponseBody
- type ListDentriesResponseBodyDentries
- func (s ListDentriesResponseBodyDentries) GoString() string
- func (s *ListDentriesResponseBodyDentries) SetAppProperties(v map[string][]*DentriesAppPropertiesValue) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetCreateTime(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetCreatorId(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetExtension(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetId(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetModifiedTime(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetModifierId(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetName(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetParentId(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetPartitionType(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetPath(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetProperties(v *ListDentriesResponseBodyDentriesProperties) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetSize(v int64) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetSpaceId(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetStatus(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetStorageDriver(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetThumbnail(v *ListDentriesResponseBodyDentriesThumbnail) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetType(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetUuid(v string) *ListDentriesResponseBodyDentries
- func (s *ListDentriesResponseBodyDentries) SetVersion(v int64) *ListDentriesResponseBodyDentries
- func (s ListDentriesResponseBodyDentries) String() string
- type ListDentriesResponseBodyDentriesProperties
- type ListDentriesResponseBodyDentriesThumbnail
- func (s ListDentriesResponseBodyDentriesThumbnail) GoString() string
- func (s *ListDentriesResponseBodyDentriesThumbnail) SetHeight(v int32) *ListDentriesResponseBodyDentriesThumbnail
- func (s *ListDentriesResponseBodyDentriesThumbnail) SetUrl(v string) *ListDentriesResponseBodyDentriesThumbnail
- func (s *ListDentriesResponseBodyDentriesThumbnail) SetWidth(v int32) *ListDentriesResponseBodyDentriesThumbnail
- func (s ListDentriesResponseBodyDentriesThumbnail) String() string
- type ListExpiredHeaders
- type ListExpiredRequest
- func (s ListExpiredRequest) GoString() string
- func (s *ListExpiredRequest) SetOpenConversationId(v string) *ListExpiredRequest
- func (s *ListExpiredRequest) SetOption(v *ListExpiredRequestOption) *ListExpiredRequest
- func (s *ListExpiredRequest) SetUnionId(v string) *ListExpiredRequest
- func (s ListExpiredRequest) String() string
- type ListExpiredRequestOption
- type ListExpiredResponse
- func (s ListExpiredResponse) GoString() string
- func (s *ListExpiredResponse) SetBody(v *ListExpiredResponseBody) *ListExpiredResponse
- func (s *ListExpiredResponse) SetHeaders(v map[string]*string) *ListExpiredResponse
- func (s *ListExpiredResponse) SetStatusCode(v int32) *ListExpiredResponse
- func (s ListExpiredResponse) String() string
- type ListExpiredResponseBody
- type ListExpiredResponseBodyFiles
- func (s ListExpiredResponseBodyFiles) GoString() string
- func (s *ListExpiredResponseBodyFiles) SetConversationId(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetCreateTime(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetCreatorId(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetExtension(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetId(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetModifiedTime(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetModifierId(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetName(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetParentId(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetPath(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetSize(v int64) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetSpaceId(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetStatus(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetType(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetUuid(v string) *ListExpiredResponseBodyFiles
- func (s *ListExpiredResponseBodyFiles) SetVersion(v int64) *ListExpiredResponseBodyFiles
- func (s ListExpiredResponseBodyFiles) String() string
- type ResultItemsDentryAppPropertiesValue
- func (s ResultItemsDentryAppPropertiesValue) GoString() string
- func (s *ResultItemsDentryAppPropertiesValue) SetName(v string) *ResultItemsDentryAppPropertiesValue
- func (s *ResultItemsDentryAppPropertiesValue) SetValue(v string) *ResultItemsDentryAppPropertiesValue
- func (s *ResultItemsDentryAppPropertiesValue) SetVisibility(v string) *ResultItemsDentryAppPropertiesValue
- func (s ResultItemsDentryAppPropertiesValue) String() string
- type SubscribeEventHeaders
- type SubscribeEventRequest
- func (s SubscribeEventRequest) GoString() string
- func (s *SubscribeEventRequest) SetScope(v string) *SubscribeEventRequest
- func (s *SubscribeEventRequest) SetScopeId(v string) *SubscribeEventRequest
- func (s *SubscribeEventRequest) SetUnionId(v string) *SubscribeEventRequest
- func (s SubscribeEventRequest) String() string
- type SubscribeEventResponse
- func (s SubscribeEventResponse) GoString() string
- func (s *SubscribeEventResponse) SetBody(v *SubscribeEventResponseBody) *SubscribeEventResponse
- func (s *SubscribeEventResponse) SetHeaders(v map[string]*string) *SubscribeEventResponse
- func (s *SubscribeEventResponse) SetStatusCode(v int32) *SubscribeEventResponse
- func (s SubscribeEventResponse) String() string
- type SubscribeEventResponseBody
- type UnsubscribeEventHeaders
- type UnsubscribeEventRequest
- func (s UnsubscribeEventRequest) GoString() string
- func (s *UnsubscribeEventRequest) SetScope(v string) *UnsubscribeEventRequest
- func (s *UnsubscribeEventRequest) SetScopeId(v string) *UnsubscribeEventRequest
- func (s *UnsubscribeEventRequest) SetUnionId(v string) *UnsubscribeEventRequest
- func (s UnsubscribeEventRequest) String() string
- type UnsubscribeEventResponse
- func (s UnsubscribeEventResponse) GoString() string
- func (s *UnsubscribeEventResponse) SetBody(v *UnsubscribeEventResponseBody) *UnsubscribeEventResponse
- func (s *UnsubscribeEventResponse) SetHeaders(v map[string]*string) *UnsubscribeEventResponse
- func (s *UnsubscribeEventResponse) SetStatusCode(v int32) *UnsubscribeEventResponse
- func (s UnsubscribeEventResponse) String() string
- type UnsubscribeEventResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
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) 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 (s *DentriesAppPropertiesValue) SetName(v string) *DentriesAppPropertiesValue
func (*DentriesAppPropertiesValue) SetValue ¶
func (s *DentriesAppPropertiesValue) SetValue(v string) *DentriesAppPropertiesValue
func (*DentriesAppPropertiesValue) SetVisibility ¶
func (s *DentriesAppPropertiesValue) SetVisibility(v string) *DentriesAppPropertiesValue
func (DentriesAppPropertiesValue) String ¶
func (s DentriesAppPropertiesValue) String() 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 (s *DentryAppPropertiesValue) SetName(v string) *DentryAppPropertiesValue
func (*DentryAppPropertiesValue) SetValue ¶
func (s *DentryAppPropertiesValue) SetValue(v string) *DentryAppPropertiesValue
func (*DentryAppPropertiesValue) SetVisibility ¶
func (s *DentryAppPropertiesValue) SetVisibility(v string) *DentryAppPropertiesValue
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 (s *GetDentriesRequest) SetOption(v *GetDentriesRequestOption) *GetDentriesRequest
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 (s *GetDentriesResponse) SetBody(v *GetDentriesResponseBody) *GetDentriesResponse
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 (s *GetDentriesResponseBody) SetResultItems(v []*GetDentriesResponseBodyResultItems) *GetDentriesResponseBody
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 (s GetDentriesResponseBodyResultItems) GoString() string
func (*GetDentriesResponseBodyResultItems) SetDentry ¶
func (s *GetDentriesResponseBodyResultItems) SetDentry(v *GetDentriesResponseBodyResultItemsDentry) *GetDentriesResponseBodyResultItems
func (*GetDentriesResponseBodyResultItems) SetDentryId ¶
func (s *GetDentriesResponseBodyResultItems) SetDentryId(v string) *GetDentriesResponseBodyResultItems
func (*GetDentriesResponseBodyResultItems) SetErrorCode ¶
func (s *GetDentriesResponseBodyResultItems) SetErrorCode(v string) *GetDentriesResponseBodyResultItems
func (*GetDentriesResponseBodyResultItems) SetSpaceId ¶
func (s *GetDentriesResponseBodyResultItems) SetSpaceId(v string) *GetDentriesResponseBodyResultItems
func (*GetDentriesResponseBodyResultItems) SetSuccess ¶
func (s *GetDentriesResponseBodyResultItems) SetSuccess(v bool) *GetDentriesResponseBodyResultItems
func (GetDentriesResponseBodyResultItems) String ¶
func (s GetDentriesResponseBodyResultItems) String() 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 (s GetDentriesResponseBodyResultItemsDentry) GoString() string
func (*GetDentriesResponseBodyResultItemsDentry) SetAppProperties ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetAppProperties(v map[string][]*ResultItemsDentryAppPropertiesValue) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetCreateTime ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetCreateTime(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetCreatorId ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetCreatorId(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetExtension ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetExtension(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetId ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetId(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetModifiedTime ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetModifiedTime(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetModifierId ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetModifierId(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetName ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetName(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetParentId ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetParentId(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetPartitionType ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetPartitionType(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetPath ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetPath(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetProperties ¶
func (*GetDentriesResponseBodyResultItemsDentry) SetSize ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetSize(v int64) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetSpaceId ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetSpaceId(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetStatus ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetStatus(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetStorageDriver ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetStorageDriver(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetThumbnail ¶
func (*GetDentriesResponseBodyResultItemsDentry) SetType ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetType(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetUuid ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetUuid(v string) *GetDentriesResponseBodyResultItemsDentry
func (*GetDentriesResponseBodyResultItemsDentry) SetVersion ¶
func (s *GetDentriesResponseBodyResultItemsDentry) SetVersion(v int64) *GetDentriesResponseBodyResultItemsDentry
func (GetDentriesResponseBodyResultItemsDentry) String ¶
func (s GetDentriesResponseBodyResultItemsDentry) String() string
type GetDentriesResponseBodyResultItemsDentryProperties ¶
type GetDentriesResponseBodyResultItemsDentryProperties struct {
ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}
func (GetDentriesResponseBodyResultItemsDentryProperties) GoString ¶
func (s GetDentriesResponseBodyResultItemsDentryProperties) GoString() string
func (*GetDentriesResponseBodyResultItemsDentryProperties) SetReadOnly ¶
func (s *GetDentriesResponseBodyResultItemsDentryProperties) SetReadOnly(v bool) *GetDentriesResponseBodyResultItemsDentryProperties
func (GetDentriesResponseBodyResultItemsDentryProperties) String ¶
func (s GetDentriesResponseBodyResultItemsDentryProperties) String() 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 (s GetDentriesResponseBodyResultItemsDentryThumbnail) GoString() string
func (*GetDentriesResponseBodyResultItemsDentryThumbnail) SetHeight ¶
func (s *GetDentriesResponseBodyResultItemsDentryThumbnail) SetHeight(v int32) *GetDentriesResponseBodyResultItemsDentryThumbnail
func (GetDentriesResponseBodyResultItemsDentryThumbnail) String ¶
func (s GetDentriesResponseBodyResultItemsDentryThumbnail) String() 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 (s *GetDentryRequest) SetOption(v *GetDentryRequestOption) *GetDentryRequest
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 (s *GetDentryResponse) SetBody(v *GetDentryResponseBody) *GetDentryResponse
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 (s *GetDentryResponseBody) SetDentry(v *GetDentryResponseBodyDentry) *GetDentryResponseBody
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 (s *GetDentryResponseBodyDentry) SetAppProperties(v map[string][]*DentryAppPropertiesValue) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetCreateTime ¶
func (s *GetDentryResponseBodyDentry) SetCreateTime(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetCreatorId ¶
func (s *GetDentryResponseBodyDentry) SetCreatorId(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetExtension ¶
func (s *GetDentryResponseBodyDentry) SetExtension(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetId ¶
func (s *GetDentryResponseBodyDentry) SetId(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetModifiedTime ¶
func (s *GetDentryResponseBodyDentry) SetModifiedTime(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetModifierId ¶
func (s *GetDentryResponseBodyDentry) SetModifierId(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetName ¶
func (s *GetDentryResponseBodyDentry) SetName(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetParentId ¶
func (s *GetDentryResponseBodyDentry) SetParentId(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetPartitionType ¶
func (s *GetDentryResponseBodyDentry) SetPartitionType(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetPath ¶
func (s *GetDentryResponseBodyDentry) SetPath(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetProperties ¶
func (s *GetDentryResponseBodyDentry) SetProperties(v *GetDentryResponseBodyDentryProperties) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetSize ¶
func (s *GetDentryResponseBodyDentry) SetSize(v int64) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetSpaceId ¶
func (s *GetDentryResponseBodyDentry) SetSpaceId(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetStatus ¶
func (s *GetDentryResponseBodyDentry) SetStatus(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetStorageDriver ¶
func (s *GetDentryResponseBodyDentry) SetStorageDriver(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetThumbnail ¶
func (s *GetDentryResponseBodyDentry) SetThumbnail(v *GetDentryResponseBodyDentryThumbnail) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetType ¶
func (s *GetDentryResponseBodyDentry) SetType(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetUuid ¶
func (s *GetDentryResponseBodyDentry) SetUuid(v string) *GetDentryResponseBodyDentry
func (*GetDentryResponseBodyDentry) SetVersion ¶
func (s *GetDentryResponseBodyDentry) SetVersion(v int64) *GetDentryResponseBodyDentry
func (GetDentryResponseBodyDentry) String ¶
func (s GetDentryResponseBodyDentry) String() string
type GetDentryResponseBodyDentryProperties ¶
type GetDentryResponseBodyDentryProperties struct {
ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}
func (GetDentryResponseBodyDentryProperties) GoString ¶
func (s GetDentryResponseBodyDentryProperties) GoString() string
func (*GetDentryResponseBodyDentryProperties) SetReadOnly ¶
func (s *GetDentryResponseBodyDentryProperties) SetReadOnly(v bool) *GetDentryResponseBodyDentryProperties
func (GetDentryResponseBodyDentryProperties) String ¶
func (s GetDentryResponseBodyDentryProperties) String() 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 (s GetDentryResponseBodyDentryThumbnail) GoString() string
func (*GetDentryResponseBodyDentryThumbnail) SetHeight ¶
func (s *GetDentryResponseBodyDentryThumbnail) SetHeight(v int32) *GetDentryResponseBodyDentryThumbnail
func (*GetDentryResponseBodyDentryThumbnail) SetUrl ¶
func (s *GetDentryResponseBodyDentryThumbnail) SetUrl(v string) *GetDentryResponseBodyDentryThumbnail
func (*GetDentryResponseBodyDentryThumbnail) SetWidth ¶
func (s *GetDentryResponseBodyDentryThumbnail) SetWidth(v int32) *GetDentryResponseBodyDentryThumbnail
func (GetDentryResponseBodyDentryThumbnail) String ¶
func (s GetDentryResponseBodyDentryThumbnail) String() 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 (s *GetDentryThumbnailsHeaders) SetCommonHeaders(v map[string]*string) *GetDentryThumbnailsHeaders
func (*GetDentryThumbnailsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetDentryThumbnailsHeaders) SetXAcsDingtalkAccessToken(v string) *GetDentryThumbnailsHeaders
func (GetDentryThumbnailsHeaders) String ¶
func (s GetDentryThumbnailsHeaders) String() 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 (s *GetDentryThumbnailsRequest) SetDentryIds(v []*string) *GetDentryThumbnailsRequest
func (*GetDentryThumbnailsRequest) SetUnionId ¶
func (s *GetDentryThumbnailsRequest) SetUnionId(v string) *GetDentryThumbnailsRequest
func (GetDentryThumbnailsRequest) String ¶
func (s GetDentryThumbnailsRequest) String() 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 (s *GetDentryThumbnailsResponse) SetBody(v *GetDentryThumbnailsResponseBody) *GetDentryThumbnailsResponse
func (*GetDentryThumbnailsResponse) SetHeaders ¶
func (s *GetDentryThumbnailsResponse) SetHeaders(v map[string]*string) *GetDentryThumbnailsResponse
func (*GetDentryThumbnailsResponse) SetStatusCode ¶
func (s *GetDentryThumbnailsResponse) SetStatusCode(v int32) *GetDentryThumbnailsResponse
func (GetDentryThumbnailsResponse) String ¶
func (s GetDentryThumbnailsResponse) String() string
type GetDentryThumbnailsResponseBody ¶
type GetDentryThumbnailsResponseBody struct {
ResultItems []*GetDentryThumbnailsResponseBodyResultItems `json:"resultItems,omitempty" xml:"resultItems,omitempty" type:"Repeated"`
}
func (GetDentryThumbnailsResponseBody) GoString ¶
func (s GetDentryThumbnailsResponseBody) GoString() string
func (*GetDentryThumbnailsResponseBody) SetResultItems ¶
func (s *GetDentryThumbnailsResponseBody) SetResultItems(v []*GetDentryThumbnailsResponseBodyResultItems) *GetDentryThumbnailsResponseBody
func (GetDentryThumbnailsResponseBody) String ¶
func (s GetDentryThumbnailsResponseBody) String() 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 (s GetDentryThumbnailsResponseBodyResultItems) GoString() string
func (*GetDentryThumbnailsResponseBodyResultItems) SetDentryId ¶
func (s *GetDentryThumbnailsResponseBodyResultItems) SetDentryId(v string) *GetDentryThumbnailsResponseBodyResultItems
func (*GetDentryThumbnailsResponseBodyResultItems) SetErrorCode ¶
func (s *GetDentryThumbnailsResponseBodyResultItems) SetErrorCode(v string) *GetDentryThumbnailsResponseBodyResultItems
func (*GetDentryThumbnailsResponseBodyResultItems) SetSpaceId ¶
func (s *GetDentryThumbnailsResponseBodyResultItems) SetSpaceId(v string) *GetDentryThumbnailsResponseBodyResultItems
func (*GetDentryThumbnailsResponseBodyResultItems) SetSuccess ¶
func (s *GetDentryThumbnailsResponseBodyResultItems) SetSuccess(v bool) *GetDentryThumbnailsResponseBodyResultItems
func (*GetDentryThumbnailsResponseBodyResultItems) SetThumbnail ¶
func (GetDentryThumbnailsResponseBodyResultItems) String ¶
func (s GetDentryThumbnailsResponseBodyResultItems) String() 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 (s GetDentryThumbnailsResponseBodyResultItemsThumbnail) GoString() string
func (GetDentryThumbnailsResponseBodyResultItemsThumbnail) String ¶
func (s GetDentryThumbnailsResponseBodyResultItemsThumbnail) String() 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 (s *GetFileDownloadInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFileDownloadInfoHeaders
func (*GetFileDownloadInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFileDownloadInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileDownloadInfoHeaders
func (GetFileDownloadInfoHeaders) String ¶
func (s GetFileDownloadInfoHeaders) String() 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 (s *GetFileDownloadInfoRequest) SetOption(v *GetFileDownloadInfoRequestOption) *GetFileDownloadInfoRequest
func (*GetFileDownloadInfoRequest) SetUnionId ¶
func (s *GetFileDownloadInfoRequest) SetUnionId(v string) *GetFileDownloadInfoRequest
func (GetFileDownloadInfoRequest) String ¶
func (s GetFileDownloadInfoRequest) String() 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 (s GetFileDownloadInfoRequestOption) GoString() string
func (*GetFileDownloadInfoRequestOption) SetPreferIntranet ¶
func (s *GetFileDownloadInfoRequestOption) SetPreferIntranet(v bool) *GetFileDownloadInfoRequestOption
func (*GetFileDownloadInfoRequestOption) SetVersion ¶
func (s *GetFileDownloadInfoRequestOption) SetVersion(v int64) *GetFileDownloadInfoRequestOption
func (GetFileDownloadInfoRequestOption) String ¶
func (s GetFileDownloadInfoRequestOption) String() 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 (s *GetFileDownloadInfoResponse) SetBody(v *GetFileDownloadInfoResponseBody) *GetFileDownloadInfoResponse
func (*GetFileDownloadInfoResponse) SetHeaders ¶
func (s *GetFileDownloadInfoResponse) SetHeaders(v map[string]*string) *GetFileDownloadInfoResponse
func (*GetFileDownloadInfoResponse) SetStatusCode ¶
func (s *GetFileDownloadInfoResponse) SetStatusCode(v int32) *GetFileDownloadInfoResponse
func (GetFileDownloadInfoResponse) String ¶
func (s GetFileDownloadInfoResponse) String() 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 (s GetFileDownloadInfoResponseBody) GoString() string
func (*GetFileDownloadInfoResponseBody) SetHeaderSignatureInfo ¶
func (s *GetFileDownloadInfoResponseBody) SetHeaderSignatureInfo(v *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) *GetFileDownloadInfoResponseBody
func (*GetFileDownloadInfoResponseBody) SetProtocol ¶
func (s *GetFileDownloadInfoResponseBody) SetProtocol(v string) *GetFileDownloadInfoResponseBody
func (GetFileDownloadInfoResponseBody) String ¶
func (s GetFileDownloadInfoResponseBody) String() 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 (s GetFileDownloadInfoResponseBodyHeaderSignatureInfo) GoString() string
func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetExpirationSeconds ¶
func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetExpirationSeconds(v int32) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetHeaders ¶
func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetHeaders(v map[string]*string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetInternalResourceUrls ¶
func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetInternalResourceUrls(v []*string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
func (*GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetResourceUrls ¶
func (s *GetFileDownloadInfoResponseBodyHeaderSignatureInfo) SetResourceUrls(v []*string) *GetFileDownloadInfoResponseBodyHeaderSignatureInfo
func (GetFileDownloadInfoResponseBodyHeaderSignatureInfo) String ¶
func (s GetFileDownloadInfoResponseBodyHeaderSignatureInfo) String() 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 (s *GetSpaceResponse) SetBody(v *GetSpaceResponseBody) *GetSpaceResponse
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 (s *GetSpaceResponseBody) SetSpace(v *GetSpaceResponseBodySpace) *GetSpaceResponseBody
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 (s *GetSpaceResponseBodySpace) SetCorpId(v string) *GetSpaceResponseBodySpace
func (*GetSpaceResponseBodySpace) SetCreateTime ¶
func (s *GetSpaceResponseBodySpace) SetCreateTime(v string) *GetSpaceResponseBodySpace
func (*GetSpaceResponseBodySpace) SetModifiedTime ¶
func (s *GetSpaceResponseBodySpace) SetModifiedTime(v string) *GetSpaceResponseBodySpace
func (*GetSpaceResponseBodySpace) SetSpaceId ¶
func (s *GetSpaceResponseBodySpace) SetSpaceId(v string) *GetSpaceResponseBodySpace
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 (s *ListAllDentriesRequest) SetOption(v *ListAllDentriesRequestOption) *ListAllDentriesRequest
func (*ListAllDentriesRequest) SetUnionId ¶
func (s *ListAllDentriesRequest) SetUnionId(v string) *ListAllDentriesRequest
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 (s *ListAllDentriesRequestOption) SetMaxResults(v int32) *ListAllDentriesRequestOption
func (*ListAllDentriesRequestOption) SetNextToken ¶
func (s *ListAllDentriesRequestOption) SetNextToken(v string) *ListAllDentriesRequestOption
func (*ListAllDentriesRequestOption) SetOrder ¶
func (s *ListAllDentriesRequestOption) SetOrder(v string) *ListAllDentriesRequestOption
func (*ListAllDentriesRequestOption) SetWithThumbnail ¶
func (s *ListAllDentriesRequestOption) SetWithThumbnail(v bool) *ListAllDentriesRequestOption
func (ListAllDentriesRequestOption) String ¶
func (s ListAllDentriesRequestOption) String() 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 (s *ListAllDentriesResponse) SetBody(v *ListAllDentriesResponseBody) *ListAllDentriesResponse
func (*ListAllDentriesResponse) SetHeaders ¶
func (s *ListAllDentriesResponse) SetHeaders(v map[string]*string) *ListAllDentriesResponse
func (*ListAllDentriesResponse) SetStatusCode ¶
func (s *ListAllDentriesResponse) SetStatusCode(v int32) *ListAllDentriesResponse
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 (s *ListAllDentriesResponseBody) SetDentries(v []*ListAllDentriesResponseBodyDentries) *ListAllDentriesResponseBody
func (*ListAllDentriesResponseBody) SetNextToken ¶
func (s *ListAllDentriesResponseBody) SetNextToken(v string) *ListAllDentriesResponseBody
func (ListAllDentriesResponseBody) String ¶
func (s ListAllDentriesResponseBody) String() 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 (s ListAllDentriesResponseBodyDentries) GoString() string
func (*ListAllDentriesResponseBodyDentries) SetAppProperties ¶
func (s *ListAllDentriesResponseBodyDentries) SetAppProperties(v map[string][]*DentriesAppPropertiesValue) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetCreateTime ¶
func (s *ListAllDentriesResponseBodyDentries) SetCreateTime(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetCreatorId ¶
func (s *ListAllDentriesResponseBodyDentries) SetCreatorId(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetExtension ¶
func (s *ListAllDentriesResponseBodyDentries) SetExtension(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetId ¶
func (s *ListAllDentriesResponseBodyDentries) SetId(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetModifiedTime ¶
func (s *ListAllDentriesResponseBodyDentries) SetModifiedTime(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetModifierId ¶
func (s *ListAllDentriesResponseBodyDentries) SetModifierId(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetName ¶
func (s *ListAllDentriesResponseBodyDentries) SetName(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetParentId ¶
func (s *ListAllDentriesResponseBodyDentries) SetParentId(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetPartitionType ¶
func (s *ListAllDentriesResponseBodyDentries) SetPartitionType(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetPath ¶
func (s *ListAllDentriesResponseBodyDentries) SetPath(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetProperties ¶
func (s *ListAllDentriesResponseBodyDentries) SetProperties(v *ListAllDentriesResponseBodyDentriesProperties) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetSize ¶
func (s *ListAllDentriesResponseBodyDentries) SetSize(v int64) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetSpaceId ¶
func (s *ListAllDentriesResponseBodyDentries) SetSpaceId(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetStatus ¶
func (s *ListAllDentriesResponseBodyDentries) SetStatus(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetStorageDriver ¶
func (s *ListAllDentriesResponseBodyDentries) SetStorageDriver(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetThumbnail ¶
func (s *ListAllDentriesResponseBodyDentries) SetThumbnail(v *ListAllDentriesResponseBodyDentriesThumbnail) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetType ¶
func (s *ListAllDentriesResponseBodyDentries) SetType(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetUuid ¶
func (s *ListAllDentriesResponseBodyDentries) SetUuid(v string) *ListAllDentriesResponseBodyDentries
func (*ListAllDentriesResponseBodyDentries) SetVersion ¶
func (s *ListAllDentriesResponseBodyDentries) SetVersion(v int64) *ListAllDentriesResponseBodyDentries
func (ListAllDentriesResponseBodyDentries) String ¶
func (s ListAllDentriesResponseBodyDentries) String() string
type ListAllDentriesResponseBodyDentriesProperties ¶
type ListAllDentriesResponseBodyDentriesProperties struct {
ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}
func (ListAllDentriesResponseBodyDentriesProperties) GoString ¶
func (s ListAllDentriesResponseBodyDentriesProperties) GoString() string
func (*ListAllDentriesResponseBodyDentriesProperties) SetReadOnly ¶
func (s *ListAllDentriesResponseBodyDentriesProperties) SetReadOnly(v bool) *ListAllDentriesResponseBodyDentriesProperties
func (ListAllDentriesResponseBodyDentriesProperties) String ¶
func (s ListAllDentriesResponseBodyDentriesProperties) String() 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 (s ListAllDentriesResponseBodyDentriesThumbnail) GoString() string
func (*ListAllDentriesResponseBodyDentriesThumbnail) SetHeight ¶
func (s *ListAllDentriesResponseBodyDentriesThumbnail) SetHeight(v int32) *ListAllDentriesResponseBodyDentriesThumbnail
func (*ListAllDentriesResponseBodyDentriesThumbnail) SetWidth ¶
func (s *ListAllDentriesResponseBodyDentriesThumbnail) SetWidth(v int32) *ListAllDentriesResponseBodyDentriesThumbnail
func (ListAllDentriesResponseBodyDentriesThumbnail) String ¶
func (s ListAllDentriesResponseBodyDentriesThumbnail) String() 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 (s *ListDentriesRequest) SetOrder(v string) *ListDentriesRequest
func (*ListDentriesRequest) SetOrderBy ¶
func (s *ListDentriesRequest) SetOrderBy(v string) *ListDentriesRequest
func (*ListDentriesRequest) SetParentId ¶
func (s *ListDentriesRequest) SetParentId(v string) *ListDentriesRequest
func (*ListDentriesRequest) SetUnionId ¶
func (s *ListDentriesRequest) SetUnionId(v string) *ListDentriesRequest
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 (s *ListDentriesResponse) SetBody(v *ListDentriesResponseBody) *ListDentriesResponse
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 (s *ListDentriesResponseBody) SetDentries(v []*ListDentriesResponseBodyDentries) *ListDentriesResponseBody
func (*ListDentriesResponseBody) SetNextToken ¶
func (s *ListDentriesResponseBody) SetNextToken(v string) *ListDentriesResponseBody
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 (s ListDentriesResponseBodyDentries) GoString() string
func (*ListDentriesResponseBodyDentries) SetAppProperties ¶
func (s *ListDentriesResponseBodyDentries) SetAppProperties(v map[string][]*DentriesAppPropertiesValue) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetCreateTime ¶
func (s *ListDentriesResponseBodyDentries) SetCreateTime(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetCreatorId ¶
func (s *ListDentriesResponseBodyDentries) SetCreatorId(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetExtension ¶
func (s *ListDentriesResponseBodyDentries) SetExtension(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetId ¶
func (s *ListDentriesResponseBodyDentries) SetId(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetModifiedTime ¶
func (s *ListDentriesResponseBodyDentries) SetModifiedTime(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetModifierId ¶
func (s *ListDentriesResponseBodyDentries) SetModifierId(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetName ¶
func (s *ListDentriesResponseBodyDentries) SetName(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetParentId ¶
func (s *ListDentriesResponseBodyDentries) SetParentId(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetPartitionType ¶
func (s *ListDentriesResponseBodyDentries) SetPartitionType(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetPath ¶
func (s *ListDentriesResponseBodyDentries) SetPath(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetProperties ¶
func (s *ListDentriesResponseBodyDentries) SetProperties(v *ListDentriesResponseBodyDentriesProperties) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetSize ¶
func (s *ListDentriesResponseBodyDentries) SetSize(v int64) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetSpaceId ¶
func (s *ListDentriesResponseBodyDentries) SetSpaceId(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetStatus ¶
func (s *ListDentriesResponseBodyDentries) SetStatus(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetStorageDriver ¶
func (s *ListDentriesResponseBodyDentries) SetStorageDriver(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetThumbnail ¶
func (s *ListDentriesResponseBodyDentries) SetThumbnail(v *ListDentriesResponseBodyDentriesThumbnail) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetType ¶
func (s *ListDentriesResponseBodyDentries) SetType(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetUuid ¶
func (s *ListDentriesResponseBodyDentries) SetUuid(v string) *ListDentriesResponseBodyDentries
func (*ListDentriesResponseBodyDentries) SetVersion ¶
func (s *ListDentriesResponseBodyDentries) SetVersion(v int64) *ListDentriesResponseBodyDentries
func (ListDentriesResponseBodyDentries) String ¶
func (s ListDentriesResponseBodyDentries) String() string
type ListDentriesResponseBodyDentriesProperties ¶
type ListDentriesResponseBodyDentriesProperties struct {
ReadOnly *bool `json:"readOnly,omitempty" xml:"readOnly,omitempty"`
}
func (ListDentriesResponseBodyDentriesProperties) GoString ¶
func (s ListDentriesResponseBodyDentriesProperties) GoString() string
func (*ListDentriesResponseBodyDentriesProperties) SetReadOnly ¶
func (s *ListDentriesResponseBodyDentriesProperties) SetReadOnly(v bool) *ListDentriesResponseBodyDentriesProperties
func (ListDentriesResponseBodyDentriesProperties) String ¶
func (s ListDentriesResponseBodyDentriesProperties) String() 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 (s ListDentriesResponseBodyDentriesThumbnail) GoString() string
func (*ListDentriesResponseBodyDentriesThumbnail) SetHeight ¶
func (s *ListDentriesResponseBodyDentriesThumbnail) SetHeight(v int32) *ListDentriesResponseBodyDentriesThumbnail
func (*ListDentriesResponseBodyDentriesThumbnail) SetUrl ¶
func (s *ListDentriesResponseBodyDentriesThumbnail) SetUrl(v string) *ListDentriesResponseBodyDentriesThumbnail
func (*ListDentriesResponseBodyDentriesThumbnail) SetWidth ¶
func (s *ListDentriesResponseBodyDentriesThumbnail) SetWidth(v int32) *ListDentriesResponseBodyDentriesThumbnail
func (ListDentriesResponseBodyDentriesThumbnail) String ¶
func (s ListDentriesResponseBodyDentriesThumbnail) String() 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 (s *ListExpiredRequest) SetOption(v *ListExpiredRequestOption) *ListExpiredRequest
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 (s *ListExpiredRequestOption) SetMaxResults(v int32) *ListExpiredRequestOption
func (*ListExpiredRequestOption) SetNextToken ¶
func (s *ListExpiredRequestOption) SetNextToken(v string) *ListExpiredRequestOption
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 (s *ListExpiredResponse) SetBody(v *ListExpiredResponseBody) *ListExpiredResponse
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 (s *ListExpiredResponseBody) SetFiles(v []*ListExpiredResponseBodyFiles) *ListExpiredResponseBody
func (*ListExpiredResponseBody) SetNextToken ¶
func (s *ListExpiredResponseBody) SetNextToken(v string) *ListExpiredResponseBody
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 (s *ListExpiredResponseBodyFiles) SetConversationId(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetCreateTime ¶
func (s *ListExpiredResponseBodyFiles) SetCreateTime(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetCreatorId ¶
func (s *ListExpiredResponseBodyFiles) SetCreatorId(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetExtension ¶
func (s *ListExpiredResponseBodyFiles) SetExtension(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetId ¶
func (s *ListExpiredResponseBodyFiles) SetId(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetModifiedTime ¶
func (s *ListExpiredResponseBodyFiles) SetModifiedTime(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetModifierId ¶
func (s *ListExpiredResponseBodyFiles) SetModifierId(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetName ¶
func (s *ListExpiredResponseBodyFiles) SetName(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetParentId ¶
func (s *ListExpiredResponseBodyFiles) SetParentId(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetPath ¶
func (s *ListExpiredResponseBodyFiles) SetPath(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetSize ¶
func (s *ListExpiredResponseBodyFiles) SetSize(v int64) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetSpaceId ¶
func (s *ListExpiredResponseBodyFiles) SetSpaceId(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetStatus ¶
func (s *ListExpiredResponseBodyFiles) SetStatus(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetType ¶
func (s *ListExpiredResponseBodyFiles) SetType(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetUuid ¶
func (s *ListExpiredResponseBodyFiles) SetUuid(v string) *ListExpiredResponseBodyFiles
func (*ListExpiredResponseBodyFiles) SetVersion ¶
func (s *ListExpiredResponseBodyFiles) SetVersion(v int64) *ListExpiredResponseBodyFiles
func (ListExpiredResponseBodyFiles) String ¶
func (s ListExpiredResponseBodyFiles) String() 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 (s ResultItemsDentryAppPropertiesValue) GoString() string
func (*ResultItemsDentryAppPropertiesValue) SetName ¶
func (s *ResultItemsDentryAppPropertiesValue) SetName(v string) *ResultItemsDentryAppPropertiesValue
func (*ResultItemsDentryAppPropertiesValue) SetValue ¶
func (s *ResultItemsDentryAppPropertiesValue) SetValue(v string) *ResultItemsDentryAppPropertiesValue
func (*ResultItemsDentryAppPropertiesValue) SetVisibility ¶
func (s *ResultItemsDentryAppPropertiesValue) SetVisibility(v string) *ResultItemsDentryAppPropertiesValue
func (ResultItemsDentryAppPropertiesValue) String ¶
func (s ResultItemsDentryAppPropertiesValue) String() 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 (s *SubscribeEventRequest) SetScope(v string) *SubscribeEventRequest
func (*SubscribeEventRequest) SetScopeId ¶
func (s *SubscribeEventRequest) SetScopeId(v string) *SubscribeEventRequest
func (*SubscribeEventRequest) SetUnionId ¶
func (s *SubscribeEventRequest) SetUnionId(v string) *SubscribeEventRequest
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 (s *SubscribeEventResponse) SetBody(v *SubscribeEventResponseBody) *SubscribeEventResponse
func (*SubscribeEventResponse) SetHeaders ¶
func (s *SubscribeEventResponse) SetHeaders(v map[string]*string) *SubscribeEventResponse
func (*SubscribeEventResponse) SetStatusCode ¶
func (s *SubscribeEventResponse) SetStatusCode(v int32) *SubscribeEventResponse
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 (s *SubscribeEventResponseBody) SetSuccess(v bool) *SubscribeEventResponseBody
func (SubscribeEventResponseBody) String ¶
func (s SubscribeEventResponseBody) String() 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 (s *UnsubscribeEventRequest) SetScope(v string) *UnsubscribeEventRequest
func (*UnsubscribeEventRequest) SetScopeId ¶
func (s *UnsubscribeEventRequest) SetScopeId(v string) *UnsubscribeEventRequest
func (*UnsubscribeEventRequest) SetUnionId ¶
func (s *UnsubscribeEventRequest) SetUnionId(v string) *UnsubscribeEventRequest
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 (s *UnsubscribeEventResponse) SetBody(v *UnsubscribeEventResponseBody) *UnsubscribeEventResponse
func (*UnsubscribeEventResponse) SetHeaders ¶
func (s *UnsubscribeEventResponse) SetHeaders(v map[string]*string) *UnsubscribeEventResponse
func (*UnsubscribeEventResponse) SetStatusCode ¶
func (s *UnsubscribeEventResponse) SetStatusCode(v int32) *UnsubscribeEventResponse
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 (s *UnsubscribeEventResponseBody) SetSuccess(v bool) *UnsubscribeEventResponseBody
func (UnsubscribeEventResponseBody) String ¶
func (s UnsubscribeEventResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.