content_1_0

package
v1.6.71 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) CreateFeed

func (client *Client) CreateFeed(request *CreateFeedRequest) (_result *CreateFeedResponse, _err error)

func (*Client) CreateFeedWithOptions

func (client *Client) CreateFeedWithOptions(request *CreateFeedRequest, headers *CreateFeedHeaders, runtime *util.RuntimeOptions) (_result *CreateFeedResponse, _err error)

func (*Client) GetFeed

func (client *Client) GetFeed(feedId *string, request *GetFeedRequest) (_result *GetFeedResponse, _err error)

func (*Client) GetFeedWithOptions

func (client *Client) GetFeedWithOptions(feedId *string, request *GetFeedRequest, headers *GetFeedHeaders, runtime *util.RuntimeOptions) (_result *GetFeedResponse, _err error)

func (*Client) GetMediaCerficate

func (client *Client) GetMediaCerficate(request *GetMediaCerficateRequest) (_result *GetMediaCerficateResponse, _err error)

func (*Client) GetMediaCerficateWithOptions

func (client *Client) GetMediaCerficateWithOptions(request *GetMediaCerficateRequest, headers *GetMediaCerficateHeaders, runtime *util.RuntimeOptions) (_result *GetMediaCerficateResponse, _err error)

func (*Client) Init

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

func (*Client) ListItemUserData

func (client *Client) ListItemUserData(itemId *string, request *ListItemUserDataRequest) (_result *ListItemUserDataResponse, _err error)

func (*Client) ListItemUserDataWithOptions

func (client *Client) ListItemUserDataWithOptions(itemId *string, request *ListItemUserDataRequest, headers *ListItemUserDataHeaders, runtime *util.RuntimeOptions) (_result *ListItemUserDataResponse, _err error)

func (*Client) PageFeed

func (client *Client) PageFeed(request *PageFeedRequest) (_result *PageFeedResponse, _err error)

func (*Client) PageFeedWithOptions

func (client *Client) PageFeedWithOptions(request *PageFeedRequest, headers *PageFeedHeaders, runtime *util.RuntimeOptions) (_result *PageFeedResponse, _err error)

type CreateFeedHeaders

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

func (s CreateFeedHeaders) GoString() string

func (*CreateFeedHeaders) SetCommonHeaders

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

func (*CreateFeedHeaders) SetXAcsDingtalkAccessToken

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

func (CreateFeedHeaders) String

func (s CreateFeedHeaders) String() string

type CreateFeedRequest

type CreateFeedRequest struct {
	CourseInfo   *CreateFeedRequestCourseInfo `json:"courseInfo,omitempty" xml:"courseInfo,omitempty" type:"Struct"`
	CreateUserId *string                      `json:"createUserId,omitempty" xml:"createUserId,omitempty"`
	FeedInfo     *CreateFeedRequestFeedInfo   `json:"feedInfo,omitempty" xml:"feedInfo,omitempty" type:"Struct"`
}

func (CreateFeedRequest) GoString

func (s CreateFeedRequest) GoString() string

func (*CreateFeedRequest) SetCourseInfo

func (*CreateFeedRequest) SetCreateUserId

func (s *CreateFeedRequest) SetCreateUserId(v string) *CreateFeedRequest

func (*CreateFeedRequest) SetFeedInfo

func (CreateFeedRequest) String

func (s CreateFeedRequest) String() string

type CreateFeedRequestCourseInfo

type CreateFeedRequestCourseInfo struct {
	LectorUserInfo *CreateFeedRequestCourseInfoLectorUserInfo `json:"lectorUserInfo,omitempty" xml:"lectorUserInfo,omitempty" type:"Struct"`
	PayInfo        *CreateFeedRequestCourseInfoPayInfo        `json:"payInfo,omitempty" xml:"payInfo,omitempty" type:"Struct"`
	StudyGroupName *string                                    `json:"studyGroupName,omitempty" xml:"studyGroupName,omitempty"`
}

func (CreateFeedRequestCourseInfo) GoString

func (s CreateFeedRequestCourseInfo) GoString() string

func (*CreateFeedRequestCourseInfo) SetPayInfo

func (*CreateFeedRequestCourseInfo) SetStudyGroupName

func (CreateFeedRequestCourseInfo) String

type CreateFeedRequestCourseInfoLectorUserInfo

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

func (CreateFeedRequestCourseInfoLectorUserInfo) GoString

func (*CreateFeedRequestCourseInfoLectorUserInfo) SetAvatar

func (*CreateFeedRequestCourseInfoLectorUserInfo) SetName

func (*CreateFeedRequestCourseInfoLectorUserInfo) SetUserId

func (CreateFeedRequestCourseInfoLectorUserInfo) String

type CreateFeedRequestCourseInfoPayInfo

type CreateFeedRequestCourseInfoPayInfo struct {
	CsUserInfo   *CreateFeedRequestCourseInfoPayInfoCsUserInfo   `json:"csUserInfo,omitempty" xml:"csUserInfo,omitempty" type:"Struct"`
	DiscountInfo *CreateFeedRequestCourseInfoPayInfoDiscountInfo `json:"discountInfo,omitempty" xml:"discountInfo,omitempty" type:"Struct"`
	Price        *int64                                          `json:"price,omitempty" xml:"price,omitempty"`
}

func (CreateFeedRequestCourseInfoPayInfo) GoString

func (*CreateFeedRequestCourseInfoPayInfo) SetPrice

func (CreateFeedRequestCourseInfoPayInfo) String

type CreateFeedRequestCourseInfoPayInfoCsUserInfo

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

func (CreateFeedRequestCourseInfoPayInfoCsUserInfo) GoString

func (*CreateFeedRequestCourseInfoPayInfoCsUserInfo) SetAvatar

func (*CreateFeedRequestCourseInfoPayInfoCsUserInfo) SetName

func (*CreateFeedRequestCourseInfoPayInfoCsUserInfo) SetUserId

func (CreateFeedRequestCourseInfoPayInfoCsUserInfo) String

type CreateFeedRequestCourseInfoPayInfoDiscountInfo

type CreateFeedRequestCourseInfoPayInfoDiscountInfo struct {
	EndTimeMillis   *int64 `json:"endTimeMillis,omitempty" xml:"endTimeMillis,omitempty"`
	Price           *int64 `json:"price,omitempty" xml:"price,omitempty"`
	StartTimeMillis *int64 `json:"startTimeMillis,omitempty" xml:"startTimeMillis,omitempty"`
}

func (CreateFeedRequestCourseInfoPayInfoDiscountInfo) GoString

func (*CreateFeedRequestCourseInfoPayInfoDiscountInfo) SetEndTimeMillis

func (*CreateFeedRequestCourseInfoPayInfoDiscountInfo) SetPrice

func (*CreateFeedRequestCourseInfoPayInfoDiscountInfo) SetStartTimeMillis

func (CreateFeedRequestCourseInfoPayInfoDiscountInfo) String

type CreateFeedRequestFeedInfo

type CreateFeedRequestFeedInfo struct {
	ActionType         *int32                                    `json:"actionType,omitempty" xml:"actionType,omitempty"`
	BelongsTo          *int32                                    `json:"belongsTo,omitempty" xml:"belongsTo,omitempty"`
	FeedCategory       *int64                                    `json:"feedCategory,omitempty" xml:"feedCategory,omitempty"`
	FeedId             *string                                   `json:"feedId,omitempty" xml:"feedId,omitempty"`
	FeedTag            *string                                   `json:"feedTag,omitempty" xml:"feedTag,omitempty"`
	FeedType           *int32                                    `json:"feedType,omitempty" xml:"feedType,omitempty"`
	IndustryId         *int64                                    `json:"industryId,omitempty" xml:"industryId,omitempty"`
	Introduction       *string                                   `json:"introduction,omitempty" xml:"introduction,omitempty"`
	IntroductionPicUrl *string                                   `json:"introductionPicUrl,omitempty" xml:"introductionPicUrl,omitempty"`
	McnId              *string                                   `json:"mcnId,omitempty" xml:"mcnId,omitempty"`
	MediaContents      []*CreateFeedRequestFeedInfoMediaContents `json:"mediaContents,omitempty" xml:"mediaContents,omitempty" type:"Repeated"`
	Recommends         []*CreateFeedRequestFeedInfoRecommends    `json:"recommends,omitempty" xml:"recommends,omitempty" type:"Repeated"`
	ThumbUrl           *string                                   `json:"thumbUrl,omitempty" xml:"thumbUrl,omitempty"`
	Title              *string                                   `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateFeedRequestFeedInfo) GoString

func (s CreateFeedRequestFeedInfo) GoString() string

func (*CreateFeedRequestFeedInfo) SetActionType

func (*CreateFeedRequestFeedInfo) SetBelongsTo

func (*CreateFeedRequestFeedInfo) SetFeedCategory

func (*CreateFeedRequestFeedInfo) SetFeedId

func (*CreateFeedRequestFeedInfo) SetFeedTag

func (*CreateFeedRequestFeedInfo) SetFeedType

func (*CreateFeedRequestFeedInfo) SetIndustryId

func (*CreateFeedRequestFeedInfo) SetIntroduction

func (*CreateFeedRequestFeedInfo) SetIntroductionPicUrl

func (s *CreateFeedRequestFeedInfo) SetIntroductionPicUrl(v string) *CreateFeedRequestFeedInfo

func (*CreateFeedRequestFeedInfo) SetMcnId

func (*CreateFeedRequestFeedInfo) SetMediaContents

func (*CreateFeedRequestFeedInfo) SetRecommends

func (*CreateFeedRequestFeedInfo) SetThumbUrl

func (*CreateFeedRequestFeedInfo) SetTitle

func (CreateFeedRequestFeedInfo) String

func (s CreateFeedRequestFeedInfo) String() string

type CreateFeedRequestFeedInfoMediaContents

type CreateFeedRequestFeedInfoMediaContents struct {
	MediaId *string `json:"mediaId,omitempty" xml:"mediaId,omitempty"`
	Title   *string `json:"title,omitempty" xml:"title,omitempty"`
	Type    *int32  `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateFeedRequestFeedInfoMediaContents) GoString

func (*CreateFeedRequestFeedInfoMediaContents) SetMediaId

func (*CreateFeedRequestFeedInfoMediaContents) SetTitle

func (*CreateFeedRequestFeedInfoMediaContents) SetType

func (CreateFeedRequestFeedInfoMediaContents) String

type CreateFeedRequestFeedInfoRecommends

type CreateFeedRequestFeedInfoRecommends struct {
	ObjectId *string `json:"objectId,omitempty" xml:"objectId,omitempty"`
	Type     *int32  `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateFeedRequestFeedInfoRecommends) GoString

func (*CreateFeedRequestFeedInfoRecommends) SetObjectId

func (*CreateFeedRequestFeedInfoRecommends) SetType

func (CreateFeedRequestFeedInfoRecommends) String

type CreateFeedResponse

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

func (CreateFeedResponse) GoString

func (s CreateFeedResponse) GoString() string

func (*CreateFeedResponse) SetBody

func (*CreateFeedResponse) SetHeaders

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

func (*CreateFeedResponse) SetStatusCode

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

func (CreateFeedResponse) String

func (s CreateFeedResponse) String() string

type CreateFeedResponseBody

type CreateFeedResponseBody struct {
	FeedId *string `json:"feedId,omitempty" xml:"feedId,omitempty"`
}

func (CreateFeedResponseBody) GoString

func (s CreateFeedResponseBody) GoString() string

func (*CreateFeedResponseBody) SetFeedId

func (CreateFeedResponseBody) String

func (s CreateFeedResponseBody) String() string

type GetFeedHeaders

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

func (s GetFeedHeaders) GoString() string

func (*GetFeedHeaders) SetCommonHeaders

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

func (*GetFeedHeaders) SetXAcsDingtalkAccessToken

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

func (GetFeedHeaders) String

func (s GetFeedHeaders) String() string

type GetFeedRequest

type GetFeedRequest struct {
	McnId *string `json:"mcnId,omitempty" xml:"mcnId,omitempty"`
}

func (GetFeedRequest) GoString

func (s GetFeedRequest) GoString() string

func (*GetFeedRequest) SetMcnId

func (s *GetFeedRequest) SetMcnId(v string) *GetFeedRequest

func (GetFeedRequest) String

func (s GetFeedRequest) String() string

type GetFeedResponse

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

func (GetFeedResponse) GoString

func (s GetFeedResponse) GoString() string

func (*GetFeedResponse) SetBody

func (*GetFeedResponse) SetHeaders

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

func (*GetFeedResponse) SetStatusCode

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

func (GetFeedResponse) String

func (s GetFeedResponse) String() string

type GetFeedResponseBody

type GetFeedResponseBody struct {
	FeedId   *string                        `json:"feedId,omitempty" xml:"feedId,omitempty"`
	FeedItem []*GetFeedResponseBodyFeedItem `json:"feedItem,omitempty" xml:"feedItem,omitempty" type:"Repeated"`
}

func (GetFeedResponseBody) GoString

func (s GetFeedResponseBody) GoString() string

func (*GetFeedResponseBody) SetFeedId

func (*GetFeedResponseBody) SetFeedItem

func (GetFeedResponseBody) String

func (s GetFeedResponseBody) String() string

type GetFeedResponseBodyFeedItem

type GetFeedResponseBodyFeedItem struct {
	DurationMillis  *int64  `json:"durationMillis,omitempty" xml:"durationMillis,omitempty"`
	FeedContentType *int32  `json:"feedContentType,omitempty" xml:"feedContentType,omitempty"`
	ItemId          *string `json:"itemId,omitempty" xml:"itemId,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
	Url             *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetFeedResponseBodyFeedItem) GoString

func (s GetFeedResponseBodyFeedItem) GoString() string

func (*GetFeedResponseBodyFeedItem) SetDurationMillis

func (*GetFeedResponseBodyFeedItem) SetFeedContentType

func (*GetFeedResponseBodyFeedItem) SetItemId

func (*GetFeedResponseBodyFeedItem) SetTitle

func (*GetFeedResponseBodyFeedItem) SetUrl

func (GetFeedResponseBodyFeedItem) String

type GetMediaCerficateHeaders

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

func (s GetMediaCerficateHeaders) GoString() string

func (*GetMediaCerficateHeaders) SetCommonHeaders

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

func (*GetMediaCerficateHeaders) SetXAcsDingtalkAccessToken

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

func (GetMediaCerficateHeaders) String

func (s GetMediaCerficateHeaders) String() string

type GetMediaCerficateRequest

type GetMediaCerficateRequest struct {
	FileName          *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	McnId             *string `json:"mcnId,omitempty" xml:"mcnId,omitempty"`
	MediaId           *string `json:"mediaId,omitempty" xml:"mediaId,omitempty"`
	MediaIntroduction *string `json:"mediaIntroduction,omitempty" xml:"mediaIntroduction,omitempty"`
	MediaTitle        *string `json:"mediaTitle,omitempty" xml:"mediaTitle,omitempty"`
	ThumbUrl          *string `json:"thumbUrl,omitempty" xml:"thumbUrl,omitempty"`
	UserId            *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetMediaCerficateRequest) GoString

func (s GetMediaCerficateRequest) GoString() string

func (*GetMediaCerficateRequest) SetFileName

func (*GetMediaCerficateRequest) SetMcnId

func (*GetMediaCerficateRequest) SetMediaId

func (*GetMediaCerficateRequest) SetMediaIntroduction

func (s *GetMediaCerficateRequest) SetMediaIntroduction(v string) *GetMediaCerficateRequest

func (*GetMediaCerficateRequest) SetMediaTitle

func (*GetMediaCerficateRequest) SetThumbUrl

func (*GetMediaCerficateRequest) SetUserId

func (GetMediaCerficateRequest) String

func (s GetMediaCerficateRequest) String() string

type GetMediaCerficateResponse

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

func (GetMediaCerficateResponse) GoString

func (s GetMediaCerficateResponse) GoString() string

func (*GetMediaCerficateResponse) SetBody

func (*GetMediaCerficateResponse) SetHeaders

func (*GetMediaCerficateResponse) SetStatusCode

func (GetMediaCerficateResponse) String

func (s GetMediaCerficateResponse) String() string

type GetMediaCerficateResponseBody

type GetMediaCerficateResponseBody struct {
	MediaId            *string `json:"mediaId,omitempty" xml:"mediaId,omitempty"`
	OssAccessKeyId     *string `json:"ossAccessKeyId,omitempty" xml:"ossAccessKeyId,omitempty"`
	OssAccessKeySecret *string `json:"ossAccessKeySecret,omitempty" xml:"ossAccessKeySecret,omitempty"`
	OssBucketName      *string `json:"ossBucketName,omitempty" xml:"ossBucketName,omitempty"`
	OssEndpoint        *string `json:"ossEndpoint,omitempty" xml:"ossEndpoint,omitempty"`
	OssExpiration      *string `json:"ossExpiration,omitempty" xml:"ossExpiration,omitempty"`
	OssFileName        *string `json:"ossFileName,omitempty" xml:"ossFileName,omitempty"`
	OssSecurityToken   *string `json:"ossSecurityToken,omitempty" xml:"ossSecurityToken,omitempty"`
}

func (GetMediaCerficateResponseBody) GoString

func (*GetMediaCerficateResponseBody) SetMediaId

func (*GetMediaCerficateResponseBody) SetOssAccessKeyId

func (*GetMediaCerficateResponseBody) SetOssAccessKeySecret

func (*GetMediaCerficateResponseBody) SetOssBucketName

func (*GetMediaCerficateResponseBody) SetOssEndpoint

func (*GetMediaCerficateResponseBody) SetOssExpiration

func (*GetMediaCerficateResponseBody) SetOssFileName

func (*GetMediaCerficateResponseBody) SetOssSecurityToken

func (GetMediaCerficateResponseBody) String

type ListItemUserDataHeaders

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

func (s ListItemUserDataHeaders) GoString() string

func (*ListItemUserDataHeaders) SetCommonHeaders

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

func (*ListItemUserDataHeaders) SetXAcsDingtalkAccessToken

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

func (ListItemUserDataHeaders) String

func (s ListItemUserDataHeaders) String() string

type ListItemUserDataRequest

type ListItemUserDataRequest struct {
	Body []*string `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (ListItemUserDataRequest) GoString

func (s ListItemUserDataRequest) GoString() string

func (*ListItemUserDataRequest) SetBody

func (ListItemUserDataRequest) String

func (s ListItemUserDataRequest) String() string

type ListItemUserDataResponse

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

func (ListItemUserDataResponse) GoString

func (s ListItemUserDataResponse) GoString() string

func (*ListItemUserDataResponse) SetBody

func (*ListItemUserDataResponse) SetHeaders

func (*ListItemUserDataResponse) SetStatusCode

func (ListItemUserDataResponse) String

func (s ListItemUserDataResponse) String() string

type ListItemUserDataResponseBody

type ListItemUserDataResponseBody struct {
	StudyInfos []*ListItemUserDataResponseBodyStudyInfos `json:"studyInfos,omitempty" xml:"studyInfos,omitempty" type:"Repeated"`
}

func (ListItemUserDataResponseBody) GoString

func (s ListItemUserDataResponseBody) GoString() string

func (*ListItemUserDataResponseBody) SetStudyInfos

func (ListItemUserDataResponseBody) String

type ListItemUserDataResponseBodyStudyInfos

type ListItemUserDataResponseBodyStudyInfos struct {
	DurationMillis *int64  `json:"durationMillis,omitempty" xml:"durationMillis,omitempty"`
	Uid            *string `json:"uid,omitempty" xml:"uid,omitempty"`
}

func (ListItemUserDataResponseBodyStudyInfos) GoString

func (*ListItemUserDataResponseBodyStudyInfos) SetDurationMillis

func (*ListItemUserDataResponseBodyStudyInfos) SetUid

func (ListItemUserDataResponseBodyStudyInfos) String

type PageFeedHeaders

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

func (s PageFeedHeaders) GoString() string

func (*PageFeedHeaders) SetCommonHeaders

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

func (*PageFeedHeaders) SetXAcsDingtalkAccessToken

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

func (PageFeedHeaders) String

func (s PageFeedHeaders) String() string

type PageFeedRequest

type PageFeedRequest struct {
	Body       []*string `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
	MaxResults *int32    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	McnId      *string   `json:"mcnId,omitempty" xml:"mcnId,omitempty"`
	NextToken  *int32    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (PageFeedRequest) GoString

func (s PageFeedRequest) GoString() string

func (*PageFeedRequest) SetBody

func (s *PageFeedRequest) SetBody(v []*string) *PageFeedRequest

func (*PageFeedRequest) SetMaxResults

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

func (*PageFeedRequest) SetMcnId

func (s *PageFeedRequest) SetMcnId(v string) *PageFeedRequest

func (*PageFeedRequest) SetNextToken

func (s *PageFeedRequest) SetNextToken(v int32) *PageFeedRequest

func (PageFeedRequest) String

func (s PageFeedRequest) String() string

type PageFeedResponse

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

func (PageFeedResponse) GoString

func (s PageFeedResponse) GoString() string

func (*PageFeedResponse) SetBody

func (*PageFeedResponse) SetHeaders

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

func (*PageFeedResponse) SetStatusCode

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

func (PageFeedResponse) String

func (s PageFeedResponse) String() string

type PageFeedResponseBody

type PageFeedResponseBody struct {
	FeedList   []*PageFeedResponseBodyFeedList `json:"feedList,omitempty" xml:"feedList,omitempty" type:"Repeated"`
	HasNext    *bool                           `json:"hasNext,omitempty" xml:"hasNext,omitempty"`
	NextCursor *int32                          `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"`
}

func (PageFeedResponseBody) GoString

func (s PageFeedResponseBody) GoString() string

func (*PageFeedResponseBody) SetFeedList

func (*PageFeedResponseBody) SetHasNext

func (*PageFeedResponseBody) SetNextCursor

func (s *PageFeedResponseBody) SetNextCursor(v int32) *PageFeedResponseBody

func (PageFeedResponseBody) String

func (s PageFeedResponseBody) String() string

type PageFeedResponseBodyFeedList

type PageFeedResponseBodyFeedList struct {
	FeedCategory *string `json:"feedCategory,omitempty" xml:"feedCategory,omitempty"`
	FeedId       *string `json:"feedId,omitempty" xml:"feedId,omitempty"`
	FeedType     *int32  `json:"feedType,omitempty" xml:"feedType,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	ThumbUrl     *string `json:"thumbUrl,omitempty" xml:"thumbUrl,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (PageFeedResponseBodyFeedList) GoString

func (s PageFeedResponseBodyFeedList) GoString() string

func (*PageFeedResponseBodyFeedList) SetFeedCategory

func (*PageFeedResponseBodyFeedList) SetFeedId

func (*PageFeedResponseBodyFeedList) SetFeedType

func (*PageFeedResponseBodyFeedList) SetName

func (*PageFeedResponseBodyFeedList) SetThumbUrl

func (*PageFeedResponseBodyFeedList) SetUrl

func (PageFeedResponseBodyFeedList) String

Jump to

Keyboard shortcuts

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