watt_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 CheckInCrowdsByMobileRequest

type CheckInCrowdsByMobileRequest struct {
	CrowdIds []byte  `json:"crowdIds,omitempty" xml:"crowdIds,omitempty"`
	Mobile   *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
}

func (CheckInCrowdsByMobileRequest) GoString

func (s CheckInCrowdsByMobileRequest) GoString() string

func (*CheckInCrowdsByMobileRequest) SetCrowdIds

func (*CheckInCrowdsByMobileRequest) SetMobile

func (CheckInCrowdsByMobileRequest) String

type CheckInCrowdsByMobileResponse

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

func (CheckInCrowdsByMobileResponse) GoString

func (*CheckInCrowdsByMobileResponse) SetBody

func (*CheckInCrowdsByMobileResponse) SetHeaders

func (*CheckInCrowdsByMobileResponse) SetStatusCode

func (CheckInCrowdsByMobileResponse) String

type CheckInCrowdsByMobileResponseBody

type CheckInCrowdsByMobileResponseBody struct {
	Data    *bool  `json:"data,omitempty" xml:"data,omitempty"`
	Success *bool  `json:"success,omitempty" xml:"success,omitempty"`
	Total   *int32 `json:"total,omitempty" xml:"total,omitempty"`
}

func (CheckInCrowdsByMobileResponseBody) GoString

func (*CheckInCrowdsByMobileResponseBody) SetData

func (*CheckInCrowdsByMobileResponseBody) SetSuccess

func (*CheckInCrowdsByMobileResponseBody) SetTotal

func (CheckInCrowdsByMobileResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) CheckInCrowdsByMobile

func (client *Client) CheckInCrowdsByMobile(request *CheckInCrowdsByMobileRequest) (_result *CheckInCrowdsByMobileResponse, _err error)

func (*Client) CheckInCrowdsByMobileWithOptions

func (client *Client) CheckInCrowdsByMobileWithOptions(request *CheckInCrowdsByMobileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckInCrowdsByMobileResponse, _err error)

func (*Client) ConsumePoint added in v1.6.19

func (client *Client) ConsumePoint(request *ConsumePointRequest) (_result *ConsumePointResponse, _err error)

func (*Client) ConsumePointWithOptions added in v1.6.19

func (client *Client) ConsumePointWithOptions(tmpReq *ConsumePointRequest, headers *ConsumePointHeaders, runtime *util.RuntimeOptions) (_result *ConsumePointResponse, _err error)

func (*Client) CreateDeliveryPlan added in v1.6.25

func (client *Client) CreateDeliveryPlan(request *CreateDeliveryPlanRequest) (_result *CreateDeliveryPlanResponse, _err error)

func (*Client) CreateDeliveryPlanWithOptions added in v1.6.25

func (client *Client) CreateDeliveryPlanWithOptions(request *CreateDeliveryPlanRequest, headers *CreateDeliveryPlanHeaders, runtime *util.RuntimeOptions) (_result *CreateDeliveryPlanResponse, _err error)

func (*Client) GetPointInfo added in v1.6.19

func (client *Client) GetPointInfo(request *GetPointInfoRequest) (_result *GetPointInfoResponse, _err error)

func (*Client) GetPointInfoWithOptions added in v1.6.19

func (client *Client) GetPointInfoWithOptions(request *GetPointInfoRequest, headers *GetPointInfoHeaders, runtime *util.RuntimeOptions) (_result *GetPointInfoResponse, _err error)

func (*Client) Init

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

func (*Client) RevertPoint added in v1.6.19

func (client *Client) RevertPoint(request *RevertPointRequest) (_result *RevertPointResponse, _err error)

func (*Client) RevertPointWithOptions added in v1.6.19

func (client *Client) RevertPointWithOptions(tmpReq *RevertPointRequest, headers *RevertPointHeaders, runtime *util.RuntimeOptions) (_result *RevertPointResponse, _err error)

func (*Client) SendBanner added in v1.5.89

func (client *Client) SendBanner(request *SendBannerRequest) (_result *SendBannerResponse, _err error)

func (*Client) SendBannerWithOptions added in v1.5.89

func (client *Client) SendBannerWithOptions(request *SendBannerRequest, headers *SendBannerHeaders, runtime *util.RuntimeOptions) (_result *SendBannerResponse, _err error)

func (*Client) SendPopup added in v1.5.89

func (client *Client) SendPopup(request *SendPopupRequest) (_result *SendPopupResponse, _err error)

func (*Client) SendPopupWithOptions added in v1.5.89

func (client *Client) SendPopupWithOptions(request *SendPopupRequest, headers *SendPopupHeaders, runtime *util.RuntimeOptions) (_result *SendPopupResponse, _err error)

func (*Client) SendSearchShade added in v1.5.89

func (client *Client) SendSearchShade(request *SendSearchShadeRequest) (_result *SendSearchShadeResponse, _err error)

func (*Client) SendSearchShadeWithOptions added in v1.5.89

func (client *Client) SendSearchShadeWithOptions(request *SendSearchShadeRequest, headers *SendSearchShadeHeaders, runtime *util.RuntimeOptions) (_result *SendSearchShadeResponse, _err error)

type ConsumePointHeaders added in v1.6.19

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

func (s ConsumePointHeaders) GoString() string

func (*ConsumePointHeaders) SetCommonHeaders added in v1.6.19

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

func (*ConsumePointHeaders) SetXAcsDingtalkAccessToken added in v1.6.19

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

func (ConsumePointHeaders) String added in v1.6.19

func (s ConsumePointHeaders) String() string

type ConsumePointRequest added in v1.6.19

type ConsumePointRequest struct {
	Body *ConsumePointRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Struct"`
}

func (ConsumePointRequest) GoString added in v1.6.19

func (s ConsumePointRequest) GoString() string

func (*ConsumePointRequest) SetBody added in v1.6.19

func (ConsumePointRequest) String added in v1.6.19

func (s ConsumePointRequest) String() string

type ConsumePointRequestBody added in v1.6.19

type ConsumePointRequestBody struct {
	ConsumeDetail *ConsumePointRequestBodyConsumeDetail `json:"consumeDetail,omitempty" xml:"consumeDetail,omitempty" type:"Struct"`
	PointPoolCode *string                               `json:"pointPoolCode,omitempty" xml:"pointPoolCode,omitempty"`
	Points        *int64                                `json:"points,omitempty" xml:"points,omitempty"`
	RequestId     *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ConsumePointRequestBody) GoString added in v1.6.19

func (s ConsumePointRequestBody) GoString() string

func (*ConsumePointRequestBody) SetConsumeDetail added in v1.6.19

func (*ConsumePointRequestBody) SetPointPoolCode added in v1.6.19

func (s *ConsumePointRequestBody) SetPointPoolCode(v string) *ConsumePointRequestBody

func (*ConsumePointRequestBody) SetPoints added in v1.6.19

func (*ConsumePointRequestBody) SetRequestId added in v1.6.19

func (ConsumePointRequestBody) String added in v1.6.19

func (s ConsumePointRequestBody) String() string

type ConsumePointRequestBodyConsumeDetail added in v1.6.19

type ConsumePointRequestBodyConsumeDetail struct {
	Benefit *ConsumePointRequestBodyConsumeDetailBenefit `json:"benefit,omitempty" xml:"benefit,omitempty" type:"Struct"`
	Type    *string                                      `json:"type,omitempty" xml:"type,omitempty"`
}

func (ConsumePointRequestBodyConsumeDetail) GoString added in v1.6.19

func (*ConsumePointRequestBodyConsumeDetail) SetBenefit added in v1.6.19

func (*ConsumePointRequestBodyConsumeDetail) SetType added in v1.6.19

func (ConsumePointRequestBodyConsumeDetail) String added in v1.6.19

type ConsumePointRequestBodyConsumeDetailBenefit added in v1.6.19

type ConsumePointRequestBodyConsumeDetailBenefit struct {
	BenefitId    *string `json:"benefitId,omitempty" xml:"benefitId,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	SupplierName *string `json:"supplierName,omitempty" xml:"supplierName,omitempty"`
	UseUrl       *string `json:"useUrl,omitempty" xml:"useUrl,omitempty"`
}

func (ConsumePointRequestBodyConsumeDetailBenefit) GoString added in v1.6.19

func (*ConsumePointRequestBodyConsumeDetailBenefit) SetBenefitId added in v1.6.19

func (*ConsumePointRequestBodyConsumeDetailBenefit) SetName added in v1.6.19

func (*ConsumePointRequestBodyConsumeDetailBenefit) SetSupplierName added in v1.6.19

func (*ConsumePointRequestBodyConsumeDetailBenefit) SetUseUrl added in v1.6.19

func (ConsumePointRequestBodyConsumeDetailBenefit) String added in v1.6.19

type ConsumePointResponse added in v1.6.19

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

func (ConsumePointResponse) GoString added in v1.6.19

func (s ConsumePointResponse) GoString() string

func (*ConsumePointResponse) SetBody added in v1.6.19

func (*ConsumePointResponse) SetHeaders added in v1.6.19

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

func (*ConsumePointResponse) SetStatusCode added in v1.6.19

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

func (ConsumePointResponse) String added in v1.6.19

func (s ConsumePointResponse) String() string

type ConsumePointResponseBody added in v1.6.19

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

func (ConsumePointResponseBody) GoString added in v1.6.19

func (s ConsumePointResponseBody) GoString() string

func (*ConsumePointResponseBody) SetResult added in v1.6.19

func (*ConsumePointResponseBody) SetSuccess added in v1.6.19

func (ConsumePointResponseBody) String added in v1.6.19

func (s ConsumePointResponseBody) String() string

type ConsumePointResponseBodyResult added in v1.6.19

type ConsumePointResponseBodyResult struct {
	ConsumedPoints *int64 `json:"consumedPoints,omitempty" xml:"consumedPoints,omitempty"`
}

func (ConsumePointResponseBodyResult) GoString added in v1.6.19

func (*ConsumePointResponseBodyResult) SetConsumedPoints added in v1.6.19

func (ConsumePointResponseBodyResult) String added in v1.6.19

type ConsumePointShrinkRequest added in v1.6.19

type ConsumePointShrinkRequest struct {
	BodyShrink *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (ConsumePointShrinkRequest) GoString added in v1.6.19

func (s ConsumePointShrinkRequest) GoString() string

func (*ConsumePointShrinkRequest) SetBodyShrink added in v1.6.19

func (ConsumePointShrinkRequest) String added in v1.6.19

func (s ConsumePointShrinkRequest) String() string

type CreateDeliveryPlanHeaders added in v1.6.25

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

func (s CreateDeliveryPlanHeaders) GoString() string

func (*CreateDeliveryPlanHeaders) SetCommonHeaders added in v1.6.25

func (*CreateDeliveryPlanHeaders) SetXAcsDingtalkAccessToken added in v1.6.25

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

func (CreateDeliveryPlanHeaders) String added in v1.6.25

func (s CreateDeliveryPlanHeaders) String() string

type CreateDeliveryPlanRequest added in v1.6.25

type CreateDeliveryPlanRequest struct {
	Content    map[string]interface{} `json:"content,omitempty" xml:"content,omitempty"`
	EndTime    *int64                 `json:"endTime,omitempty" xml:"endTime,omitempty"`
	ResId      *string                `json:"resId,omitempty" xml:"resId,omitempty"`
	StartTime  *int64                 `json:"startTime,omitempty" xml:"startTime,omitempty"`
	UserIdList []*string              `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (CreateDeliveryPlanRequest) GoString added in v1.6.25

func (s CreateDeliveryPlanRequest) GoString() string

func (*CreateDeliveryPlanRequest) SetContent added in v1.6.25

func (s *CreateDeliveryPlanRequest) SetContent(v map[string]interface{}) *CreateDeliveryPlanRequest

func (*CreateDeliveryPlanRequest) SetEndTime added in v1.6.25

func (*CreateDeliveryPlanRequest) SetResId added in v1.6.25

func (*CreateDeliveryPlanRequest) SetStartTime added in v1.6.25

func (*CreateDeliveryPlanRequest) SetUserIdList added in v1.6.25

func (CreateDeliveryPlanRequest) String added in v1.6.25

func (s CreateDeliveryPlanRequest) String() string

type CreateDeliveryPlanResponse added in v1.6.25

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

func (CreateDeliveryPlanResponse) GoString added in v1.6.25

func (s CreateDeliveryPlanResponse) GoString() string

func (*CreateDeliveryPlanResponse) SetBody added in v1.6.25

func (*CreateDeliveryPlanResponse) SetHeaders added in v1.6.25

func (*CreateDeliveryPlanResponse) SetStatusCode added in v1.6.25

func (CreateDeliveryPlanResponse) String added in v1.6.25

type CreateDeliveryPlanResponseBody added in v1.6.25

type CreateDeliveryPlanResponseBody struct {
	Arguments []interface{} `json:"arguments,omitempty" xml:"arguments,omitempty" type:"Repeated"`
	Success   *bool         `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateDeliveryPlanResponseBody) GoString added in v1.6.25

func (*CreateDeliveryPlanResponseBody) SetArguments added in v1.6.25

func (s *CreateDeliveryPlanResponseBody) SetArguments(v []interface{}) *CreateDeliveryPlanResponseBody

func (*CreateDeliveryPlanResponseBody) SetSuccess added in v1.6.25

func (CreateDeliveryPlanResponseBody) String added in v1.6.25

type GetPointInfoHeaders added in v1.6.19

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

func (s GetPointInfoHeaders) GoString() string

func (*GetPointInfoHeaders) SetCommonHeaders added in v1.6.19

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

func (*GetPointInfoHeaders) SetXAcsDingtalkAccessToken added in v1.6.19

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

func (GetPointInfoHeaders) String added in v1.6.19

func (s GetPointInfoHeaders) String() string

type GetPointInfoRequest added in v1.6.19

type GetPointInfoRequest struct {
	PointPoolCode *string `json:"pointPoolCode,omitempty" xml:"pointPoolCode,omitempty"`
}

func (GetPointInfoRequest) GoString added in v1.6.19

func (s GetPointInfoRequest) GoString() string

func (*GetPointInfoRequest) SetPointPoolCode added in v1.6.19

func (s *GetPointInfoRequest) SetPointPoolCode(v string) *GetPointInfoRequest

func (GetPointInfoRequest) String added in v1.6.19

func (s GetPointInfoRequest) String() string

type GetPointInfoResponse added in v1.6.19

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

func (GetPointInfoResponse) GoString added in v1.6.19

func (s GetPointInfoResponse) GoString() string

func (*GetPointInfoResponse) SetBody added in v1.6.19

func (*GetPointInfoResponse) SetHeaders added in v1.6.19

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

func (*GetPointInfoResponse) SetStatusCode added in v1.6.19

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

func (GetPointInfoResponse) String added in v1.6.19

func (s GetPointInfoResponse) String() string

type GetPointInfoResponseBody added in v1.6.19

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

func (GetPointInfoResponseBody) GoString added in v1.6.19

func (s GetPointInfoResponseBody) GoString() string

func (*GetPointInfoResponseBody) SetResult added in v1.6.19

func (*GetPointInfoResponseBody) SetSuccess added in v1.6.19

func (GetPointInfoResponseBody) String added in v1.6.19

func (s GetPointInfoResponseBody) String() string

type GetPointInfoResponseBodyResult added in v1.6.19

type GetPointInfoResponseBodyResult struct {
	UserPoints *int64 `json:"userPoints,omitempty" xml:"userPoints,omitempty"`
}

func (GetPointInfoResponseBodyResult) GoString added in v1.6.19

func (*GetPointInfoResponseBodyResult) SetUserPoints added in v1.6.19

func (GetPointInfoResponseBodyResult) String added in v1.6.19

type RevertPointHeaders added in v1.6.19

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

func (s RevertPointHeaders) GoString() string

func (*RevertPointHeaders) SetCommonHeaders added in v1.6.19

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

func (*RevertPointHeaders) SetXAcsDingtalkAccessToken added in v1.6.19

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

func (RevertPointHeaders) String added in v1.6.19

func (s RevertPointHeaders) String() string

type RevertPointRequest added in v1.6.19

type RevertPointRequest struct {
	Body *RevertPointRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Struct"`
}

func (RevertPointRequest) GoString added in v1.6.19

func (s RevertPointRequest) GoString() string

func (*RevertPointRequest) SetBody added in v1.6.19

func (RevertPointRequest) String added in v1.6.19

func (s RevertPointRequest) String() string

type RevertPointRequestBody added in v1.6.19

type RevertPointRequestBody struct {
	PointPoolCode *string `json:"pointPoolCode,omitempty" xml:"pointPoolCode,omitempty"`
	RequestId     *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (RevertPointRequestBody) GoString added in v1.6.19

func (s RevertPointRequestBody) GoString() string

func (*RevertPointRequestBody) SetPointPoolCode added in v1.6.19

func (s *RevertPointRequestBody) SetPointPoolCode(v string) *RevertPointRequestBody

func (*RevertPointRequestBody) SetRequestId added in v1.6.19

func (RevertPointRequestBody) String added in v1.6.19

func (s RevertPointRequestBody) String() string

type RevertPointResponse added in v1.6.19

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

func (RevertPointResponse) GoString added in v1.6.19

func (s RevertPointResponse) GoString() string

func (*RevertPointResponse) SetBody added in v1.6.19

func (*RevertPointResponse) SetHeaders added in v1.6.19

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

func (*RevertPointResponse) SetStatusCode added in v1.6.19

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

func (RevertPointResponse) String added in v1.6.19

func (s RevertPointResponse) String() string

type RevertPointResponseBody added in v1.6.19

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

func (RevertPointResponseBody) GoString added in v1.6.19

func (s RevertPointResponseBody) GoString() string

func (*RevertPointResponseBody) SetResult added in v1.6.19

func (*RevertPointResponseBody) SetSuccess added in v1.6.19

func (RevertPointResponseBody) String added in v1.6.19

func (s RevertPointResponseBody) String() string

type RevertPointResponseBodyResult added in v1.6.19

type RevertPointResponseBodyResult struct {
	RevertedPoints *int64 `json:"revertedPoints,omitempty" xml:"revertedPoints,omitempty"`
}

func (RevertPointResponseBodyResult) GoString added in v1.6.19

func (*RevertPointResponseBodyResult) SetRevertedPoints added in v1.6.19

func (RevertPointResponseBodyResult) String added in v1.6.19

type RevertPointShrinkRequest added in v1.6.19

type RevertPointShrinkRequest struct {
	BodyShrink *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (RevertPointShrinkRequest) GoString added in v1.6.19

func (s RevertPointShrinkRequest) GoString() string

func (*RevertPointShrinkRequest) SetBodyShrink added in v1.6.19

func (RevertPointShrinkRequest) String added in v1.6.19

func (s RevertPointShrinkRequest) String() string

type SendBannerHeaders added in v1.5.89

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

func (s SendBannerHeaders) GoString() string

func (*SendBannerHeaders) SetCommonHeaders added in v1.5.89

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

func (*SendBannerHeaders) SetXAcsDingtalkAccessToken added in v1.5.89

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

func (SendBannerHeaders) String added in v1.5.89

func (s SendBannerHeaders) String() string

type SendBannerRequest added in v1.5.89

type SendBannerRequest struct {
	Content   map[string]interface{} `json:"content,omitempty" xml:"content,omitempty"`
	EndTime   *int64                 `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime *int64                 `json:"startTime,omitempty" xml:"startTime,omitempty"`
	UserId    *string                `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (SendBannerRequest) GoString added in v1.5.89

func (s SendBannerRequest) GoString() string

func (*SendBannerRequest) SetContent added in v1.5.89

func (s *SendBannerRequest) SetContent(v map[string]interface{}) *SendBannerRequest

func (*SendBannerRequest) SetEndTime added in v1.5.89

func (s *SendBannerRequest) SetEndTime(v int64) *SendBannerRequest

func (*SendBannerRequest) SetStartTime added in v1.5.89

func (s *SendBannerRequest) SetStartTime(v int64) *SendBannerRequest

func (*SendBannerRequest) SetUserId added in v1.5.89

func (s *SendBannerRequest) SetUserId(v string) *SendBannerRequest

func (SendBannerRequest) String added in v1.5.89

func (s SendBannerRequest) String() string

type SendBannerResponse added in v1.5.89

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

func (SendBannerResponse) GoString added in v1.5.89

func (s SendBannerResponse) GoString() string

func (*SendBannerResponse) SetBody added in v1.5.89

func (*SendBannerResponse) SetHeaders added in v1.5.89

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

func (*SendBannerResponse) SetStatusCode added in v1.5.89

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

func (SendBannerResponse) String added in v1.5.89

func (s SendBannerResponse) String() string

type SendBannerResponseBody added in v1.5.89

type SendBannerResponseBody struct {
	Arguments []interface{} `json:"arguments,omitempty" xml:"arguments,omitempty" type:"Repeated"`
	Success   *bool         `json:"success,omitempty" xml:"success,omitempty"`
}

func (SendBannerResponseBody) GoString added in v1.5.89

func (s SendBannerResponseBody) GoString() string

func (*SendBannerResponseBody) SetArguments added in v1.5.89

func (s *SendBannerResponseBody) SetArguments(v []interface{}) *SendBannerResponseBody

func (*SendBannerResponseBody) SetSuccess added in v1.5.89

func (SendBannerResponseBody) String added in v1.5.89

func (s SendBannerResponseBody) String() string

type SendPopupHeaders added in v1.5.89

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

func (s SendPopupHeaders) GoString() string

func (*SendPopupHeaders) SetCommonHeaders added in v1.5.89

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

func (*SendPopupHeaders) SetXAcsDingtalkAccessToken added in v1.5.89

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

func (SendPopupHeaders) String added in v1.5.89

func (s SendPopupHeaders) String() string

type SendPopupRequest added in v1.5.89

type SendPopupRequest struct {
	Content   map[string]interface{} `json:"content,omitempty" xml:"content,omitempty"`
	EndTime   *int64                 `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime *int64                 `json:"startTime,omitempty" xml:"startTime,omitempty"`
	UserId    *string                `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (SendPopupRequest) GoString added in v1.5.89

func (s SendPopupRequest) GoString() string

func (*SendPopupRequest) SetContent added in v1.5.89

func (s *SendPopupRequest) SetContent(v map[string]interface{}) *SendPopupRequest

func (*SendPopupRequest) SetEndTime added in v1.5.89

func (s *SendPopupRequest) SetEndTime(v int64) *SendPopupRequest

func (*SendPopupRequest) SetStartTime added in v1.5.89

func (s *SendPopupRequest) SetStartTime(v int64) *SendPopupRequest

func (*SendPopupRequest) SetUserId added in v1.5.89

func (s *SendPopupRequest) SetUserId(v string) *SendPopupRequest

func (SendPopupRequest) String added in v1.5.89

func (s SendPopupRequest) String() string

type SendPopupResponse added in v1.5.89

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

func (SendPopupResponse) GoString added in v1.5.89

func (s SendPopupResponse) GoString() string

func (*SendPopupResponse) SetBody added in v1.5.89

func (*SendPopupResponse) SetHeaders added in v1.5.89

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

func (*SendPopupResponse) SetStatusCode added in v1.5.89

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

func (SendPopupResponse) String added in v1.5.89

func (s SendPopupResponse) String() string

type SendPopupResponseBody added in v1.5.89

type SendPopupResponseBody struct {
	Arguments []interface{} `json:"arguments,omitempty" xml:"arguments,omitempty" type:"Repeated"`
	Success   *bool         `json:"success,omitempty" xml:"success,omitempty"`
}

func (SendPopupResponseBody) GoString added in v1.5.89

func (s SendPopupResponseBody) GoString() string

func (*SendPopupResponseBody) SetArguments added in v1.5.89

func (s *SendPopupResponseBody) SetArguments(v []interface{}) *SendPopupResponseBody

func (*SendPopupResponseBody) SetSuccess added in v1.5.89

func (SendPopupResponseBody) String added in v1.5.89

func (s SendPopupResponseBody) String() string

type SendSearchShadeHeaders added in v1.5.89

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

func (s SendSearchShadeHeaders) GoString() string

func (*SendSearchShadeHeaders) SetCommonHeaders added in v1.5.89

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

func (*SendSearchShadeHeaders) SetXAcsDingtalkAccessToken added in v1.5.89

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

func (SendSearchShadeHeaders) String added in v1.5.89

func (s SendSearchShadeHeaders) String() string

type SendSearchShadeRequest added in v1.5.89

type SendSearchShadeRequest struct {
	Content   map[string]interface{} `json:"content,omitempty" xml:"content,omitempty"`
	EndTime   *int64                 `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime *int64                 `json:"startTime,omitempty" xml:"startTime,omitempty"`
	UserId    *string                `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (SendSearchShadeRequest) GoString added in v1.5.89

func (s SendSearchShadeRequest) GoString() string

func (*SendSearchShadeRequest) SetContent added in v1.5.89

func (s *SendSearchShadeRequest) SetContent(v map[string]interface{}) *SendSearchShadeRequest

func (*SendSearchShadeRequest) SetEndTime added in v1.5.89

func (*SendSearchShadeRequest) SetStartTime added in v1.5.89

func (*SendSearchShadeRequest) SetUserId added in v1.5.89

func (SendSearchShadeRequest) String added in v1.5.89

func (s SendSearchShadeRequest) String() string

type SendSearchShadeResponse added in v1.5.89

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

func (SendSearchShadeResponse) GoString added in v1.5.89

func (s SendSearchShadeResponse) GoString() string

func (*SendSearchShadeResponse) SetBody added in v1.5.89

func (*SendSearchShadeResponse) SetHeaders added in v1.5.89

func (*SendSearchShadeResponse) SetStatusCode added in v1.5.89

func (SendSearchShadeResponse) String added in v1.5.89

func (s SendSearchShadeResponse) String() string

type SendSearchShadeResponseBody added in v1.5.89

type SendSearchShadeResponseBody struct {
	Arguments []interface{} `json:"arguments,omitempty" xml:"arguments,omitempty" type:"Repeated"`
	Success   *bool         `json:"success,omitempty" xml:"success,omitempty"`
}

func (SendSearchShadeResponseBody) GoString added in v1.5.89

func (s SendSearchShadeResponseBody) GoString() string

func (*SendSearchShadeResponseBody) SetArguments added in v1.5.89

func (s *SendSearchShadeResponseBody) SetArguments(v []interface{}) *SendSearchShadeResponseBody

func (*SendSearchShadeResponseBody) SetSuccess added in v1.5.89

func (SendSearchShadeResponseBody) String added in v1.5.89

Jump to

Keyboard shortcuts

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