Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type Client
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetMonthAmount(request *GetMonthAmountRequest) (_result *GetMonthAmountResponse, _err error)
- func (client *Client) GetMonthAmountWithOptions(request *GetMonthAmountRequest, headers map[string]*string, ...) (_result *GetMonthAmountResponse, _err error)
- func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)
- func (client *Client) GetUserWithOptions(request *GetUserRequest, headers map[string]*string, ...) (_result *GetUserResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListDayAmount(request *ListDayAmountRequest) (_result *ListDayAmountResponse, _err error)
- func (client *Client) ListDayAmountWithOptions(request *ListDayAmountRequest, headers map[string]*string, ...) (_result *ListDayAmountResponse, _err error)
- func (client *Client) ListRechargeBills(request *ListRechargeBillsRequest) (_result *ListRechargeBillsResponse, _err error)
- func (client *Client) ListRechargeBillsWithOptions(request *ListRechargeBillsRequest, headers map[string]*string, ...) (_result *ListRechargeBillsResponse, _err error)
- type GetMonthAmountRequest
- type GetMonthAmountResponse
- func (s GetMonthAmountResponse) GoString() string
- func (s *GetMonthAmountResponse) SetBody(v *GetMonthAmountResponseBody) *GetMonthAmountResponse
- func (s *GetMonthAmountResponse) SetHeaders(v map[string]*string) *GetMonthAmountResponse
- func (s *GetMonthAmountResponse) SetStatusCode(v int32) *GetMonthAmountResponse
- func (s GetMonthAmountResponse) String() string
- type GetMonthAmountResponseBody
- func (s GetMonthAmountResponseBody) GoString() string
- func (s *GetMonthAmountResponseBody) SetBackgroundAmount(v int32) *GetMonthAmountResponseBody
- func (s *GetMonthAmountResponseBody) SetPostpayAmount(v int32) *GetMonthAmountResponseBody
- func (s *GetMonthAmountResponseBody) SetPrepayAmount(v int32) *GetMonthAmountResponseBody
- func (s *GetMonthAmountResponseBody) SetRequestId(v string) *GetMonthAmountResponseBody
- func (s *GetMonthAmountResponseBody) SetTotalAmount(v int32) *GetMonthAmountResponseBody
- func (s GetMonthAmountResponseBody) String() string
- type GetUserRequest
- type GetUserResponse
- func (s GetUserResponse) GoString() string
- func (s *GetUserResponse) SetBody(v *GetUserResponseBody) *GetUserResponse
- func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
- func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
- func (s GetUserResponse) String() string
- type GetUserResponseBody
- func (s GetUserResponseBody) GoString() string
- func (s *GetUserResponseBody) SetAppId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetCode(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetHost(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetMessage(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetRequestId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetToken(v string) *GetUserResponseBody
- func (s GetUserResponseBody) String() string
- type ListDayAmountRequest
- func (s ListDayAmountRequest) GoString() string
- func (s *ListDayAmountRequest) SetEndTime(v string) *ListDayAmountRequest
- func (s *ListDayAmountRequest) SetSceneType(v string) *ListDayAmountRequest
- func (s *ListDayAmountRequest) SetStartTime(v string) *ListDayAmountRequest
- func (s ListDayAmountRequest) String() string
- type ListDayAmountResponse
- func (s ListDayAmountResponse) GoString() string
- func (s *ListDayAmountResponse) SetBody(v *ListDayAmountResponseBody) *ListDayAmountResponse
- func (s *ListDayAmountResponse) SetHeaders(v map[string]*string) *ListDayAmountResponse
- func (s *ListDayAmountResponse) SetStatusCode(v int32) *ListDayAmountResponse
- func (s ListDayAmountResponse) String() string
- type ListDayAmountResponseBody
- func (s ListDayAmountResponseBody) GoString() string
- func (s *ListDayAmountResponseBody) SetDayAmounts(v []*ListDayAmountResponseBodyDayAmounts) *ListDayAmountResponseBody
- func (s *ListDayAmountResponseBody) SetRequestId(v string) *ListDayAmountResponseBody
- func (s ListDayAmountResponseBody) String() string
- type ListDayAmountResponseBodyDayAmounts
- func (s ListDayAmountResponseBodyDayAmounts) GoString() string
- func (s *ListDayAmountResponseBodyDayAmounts) SetAmount(v int32) *ListDayAmountResponseBodyDayAmounts
- func (s *ListDayAmountResponseBodyDayAmounts) SetDate(v string) *ListDayAmountResponseBodyDayAmounts
- func (s ListDayAmountResponseBodyDayAmounts) String() string
- type ListRechargeBillsRequest
- func (s ListRechargeBillsRequest) GoString() string
- func (s *ListRechargeBillsRequest) SetPageNumber(v int32) *ListRechargeBillsRequest
- func (s *ListRechargeBillsRequest) SetPageSize(v int32) *ListRechargeBillsRequest
- func (s *ListRechargeBillsRequest) SetSceneType(v string) *ListRechargeBillsRequest
- func (s ListRechargeBillsRequest) String() string
- type ListRechargeBillsResponse
- func (s ListRechargeBillsResponse) GoString() string
- func (s *ListRechargeBillsResponse) SetBody(v *ListRechargeBillsResponseBody) *ListRechargeBillsResponse
- func (s *ListRechargeBillsResponse) SetHeaders(v map[string]*string) *ListRechargeBillsResponse
- func (s *ListRechargeBillsResponse) SetStatusCode(v int32) *ListRechargeBillsResponse
- func (s ListRechargeBillsResponse) String() string
- type ListRechargeBillsResponseBody
- func (s ListRechargeBillsResponseBody) GoString() string
- func (s *ListRechargeBillsResponseBody) SetInstanseInfos(v []*ListRechargeBillsResponseBodyInstanseInfos) *ListRechargeBillsResponseBody
- func (s *ListRechargeBillsResponseBody) SetRequestId(v string) *ListRechargeBillsResponseBody
- func (s *ListRechargeBillsResponseBody) SetResidueAmount(v int32) *ListRechargeBillsResponseBody
- func (s *ListRechargeBillsResponseBody) SetTotalCount(v int32) *ListRechargeBillsResponseBody
- func (s ListRechargeBillsResponseBody) String() string
- type ListRechargeBillsResponseBodyInstanseInfos
- func (s ListRechargeBillsResponseBodyInstanseInfos) GoString() string
- func (s *ListRechargeBillsResponseBodyInstanseInfos) SetCurrTimes(v int32) *ListRechargeBillsResponseBodyInstanseInfos
- func (s *ListRechargeBillsResponseBodyInstanseInfos) SetGmtEndTime(v string) *ListRechargeBillsResponseBodyInstanseInfos
- func (s *ListRechargeBillsResponseBodyInstanseInfos) SetInitTimes(v int32) *ListRechargeBillsResponseBodyInstanseInfos
- func (s *ListRechargeBillsResponseBodyInstanseInfos) SetInstanceId(v string) *ListRechargeBillsResponseBodyInstanseInfos
- func (s *ListRechargeBillsResponseBodyInstanseInfos) SetSource(v string) *ListRechargeBillsResponseBodyInstanseInfos
- func (s ListRechargeBillsResponseBodyInstanseInfos) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetEndpoint ¶
func (*Client) GetMonthAmount ¶
func (client *Client) GetMonthAmount(request *GetMonthAmountRequest) (_result *GetMonthAmountResponse, _err error)
Summary:
获取当月的使用量
@param request - GetMonthAmountRequest
@return GetMonthAmountResponse
func (*Client) GetMonthAmountWithOptions ¶
func (client *Client) GetMonthAmountWithOptions(request *GetMonthAmountRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMonthAmountResponse, _err error)
Summary:
获取当月的使用量
@param request - GetMonthAmountRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetMonthAmountResponse
func (*Client) GetUser ¶
func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)
Summary:
获取user相关的appid, token等信息
@param request - GetUserRequest
@return GetUserResponse
func (*Client) GetUserWithOptions ¶
func (client *Client) GetUserWithOptions(request *GetUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)
Summary:
获取user相关的appid, token等信息
@param request - GetUserRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetUserResponse
func (*Client) ListDayAmount ¶
func (client *Client) ListDayAmount(request *ListDayAmountRequest) (_result *ListDayAmountResponse, _err error)
Summary:
每天的调用量列表
@param request - ListDayAmountRequest
@return ListDayAmountResponse
func (*Client) ListDayAmountWithOptions ¶
func (client *Client) ListDayAmountWithOptions(request *ListDayAmountRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDayAmountResponse, _err error)
Summary:
每天的调用量列表
@param request - ListDayAmountRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListDayAmountResponse
func (*Client) ListRechargeBills ¶
func (client *Client) ListRechargeBills(request *ListRechargeBillsRequest) (_result *ListRechargeBillsResponse, _err error)
Summary:
用户充值列表
@param request - ListRechargeBillsRequest
@return ListRechargeBillsResponse
func (*Client) ListRechargeBillsWithOptions ¶
func (client *Client) ListRechargeBillsWithOptions(request *ListRechargeBillsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRechargeBillsResponse, _err error)
Summary:
用户充值列表
@param request - ListRechargeBillsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListRechargeBillsResponse
type GetMonthAmountRequest ¶
type GetMonthAmountRequest struct { // This parameter is required. SceneType *string `json:"SceneType,omitempty" xml:"SceneType,omitempty"` }
func (GetMonthAmountRequest) GoString ¶
func (s GetMonthAmountRequest) GoString() string
func (*GetMonthAmountRequest) SetSceneType ¶
func (s *GetMonthAmountRequest) SetSceneType(v string) *GetMonthAmountRequest
func (GetMonthAmountRequest) String ¶
func (s GetMonthAmountRequest) String() string
type GetMonthAmountResponse ¶
type GetMonthAmountResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetMonthAmountResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetMonthAmountResponse) GoString ¶
func (s GetMonthAmountResponse) GoString() string
func (*GetMonthAmountResponse) SetBody ¶
func (s *GetMonthAmountResponse) SetBody(v *GetMonthAmountResponseBody) *GetMonthAmountResponse
func (*GetMonthAmountResponse) SetHeaders ¶
func (s *GetMonthAmountResponse) SetHeaders(v map[string]*string) *GetMonthAmountResponse
func (*GetMonthAmountResponse) SetStatusCode ¶
func (s *GetMonthAmountResponse) SetStatusCode(v int32) *GetMonthAmountResponse
func (GetMonthAmountResponse) String ¶
func (s GetMonthAmountResponse) String() string
type GetMonthAmountResponseBody ¶
type GetMonthAmountResponseBody struct { BackgroundAmount *int32 `json:"BackgroundAmount,omitempty" xml:"BackgroundAmount,omitempty"` PostpayAmount *int32 `json:"PostpayAmount,omitempty" xml:"PostpayAmount,omitempty"` PrepayAmount *int32 `json:"PrepayAmount,omitempty" xml:"PrepayAmount,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalAmount *int32 `json:"TotalAmount,omitempty" xml:"TotalAmount,omitempty"` }
func (GetMonthAmountResponseBody) GoString ¶
func (s GetMonthAmountResponseBody) GoString() string
func (*GetMonthAmountResponseBody) SetBackgroundAmount ¶
func (s *GetMonthAmountResponseBody) SetBackgroundAmount(v int32) *GetMonthAmountResponseBody
func (*GetMonthAmountResponseBody) SetPostpayAmount ¶
func (s *GetMonthAmountResponseBody) SetPostpayAmount(v int32) *GetMonthAmountResponseBody
func (*GetMonthAmountResponseBody) SetPrepayAmount ¶
func (s *GetMonthAmountResponseBody) SetPrepayAmount(v int32) *GetMonthAmountResponseBody
func (*GetMonthAmountResponseBody) SetRequestId ¶
func (s *GetMonthAmountResponseBody) SetRequestId(v string) *GetMonthAmountResponseBody
func (*GetMonthAmountResponseBody) SetTotalAmount ¶
func (s *GetMonthAmountResponseBody) SetTotalAmount(v int32) *GetMonthAmountResponseBody
func (GetMonthAmountResponseBody) String ¶
func (s GetMonthAmountResponseBody) String() string
type GetUserRequest ¶
type GetUserRequest struct { // example: // // image_label SceneType *string `json:"SceneType,omitempty" xml:"SceneType,omitempty"` }
func (GetUserRequest) GoString ¶
func (s GetUserRequest) GoString() string
func (*GetUserRequest) SetSceneType ¶
func (s *GetUserRequest) SetSceneType(v string) *GetUserRequest
func (GetUserRequest) String ¶
func (s GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetUserResponse) GoString ¶
func (s GetUserResponse) GoString() string
func (*GetUserResponse) SetBody ¶
func (s *GetUserResponse) SetBody(v *GetUserResponseBody) *GetUserResponse
func (*GetUserResponse) SetHeaders ¶
func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
func (*GetUserResponse) SetStatusCode ¶
func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
func (GetUserResponse) String ¶
func (s GetUserResponse) String() string
type GetUserResponseBody ¶
type GetUserResponseBody struct { // example: // // 20200425****** AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // ai-service.******.alicontainer.com Host *string `json:"Host,omitempty" xml:"Host,omitempty"` // example: // // success Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 897658D5-1FB8-5CFA-A030-727CCAE59EB0 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // Njk0Njk****** Token *string `json:"Token,omitempty" xml:"Token,omitempty"` }
func (GetUserResponseBody) GoString ¶
func (s GetUserResponseBody) GoString() string
func (*GetUserResponseBody) SetAppId ¶
func (s *GetUserResponseBody) SetAppId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetCode ¶
func (s *GetUserResponseBody) SetCode(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetHost ¶
func (s *GetUserResponseBody) SetHost(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetMessage ¶
func (s *GetUserResponseBody) SetMessage(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetRequestId ¶
func (s *GetUserResponseBody) SetRequestId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetToken ¶
func (s *GetUserResponseBody) SetToken(v string) *GetUserResponseBody
func (GetUserResponseBody) String ¶
func (s GetUserResponseBody) String() string
type ListDayAmountRequest ¶
type ListDayAmountRequest struct { EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` // example: // // sales_pick SceneType *string `json:"SceneType,omitempty" xml:"SceneType,omitempty"` // This parameter is required. StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (ListDayAmountRequest) GoString ¶
func (s ListDayAmountRequest) GoString() string
func (*ListDayAmountRequest) SetEndTime ¶
func (s *ListDayAmountRequest) SetEndTime(v string) *ListDayAmountRequest
func (*ListDayAmountRequest) SetSceneType ¶
func (s *ListDayAmountRequest) SetSceneType(v string) *ListDayAmountRequest
func (*ListDayAmountRequest) SetStartTime ¶
func (s *ListDayAmountRequest) SetStartTime(v string) *ListDayAmountRequest
func (ListDayAmountRequest) String ¶
func (s ListDayAmountRequest) String() string
type ListDayAmountResponse ¶
type ListDayAmountResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListDayAmountResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListDayAmountResponse) GoString ¶
func (s ListDayAmountResponse) GoString() string
func (*ListDayAmountResponse) SetBody ¶
func (s *ListDayAmountResponse) SetBody(v *ListDayAmountResponseBody) *ListDayAmountResponse
func (*ListDayAmountResponse) SetHeaders ¶
func (s *ListDayAmountResponse) SetHeaders(v map[string]*string) *ListDayAmountResponse
func (*ListDayAmountResponse) SetStatusCode ¶
func (s *ListDayAmountResponse) SetStatusCode(v int32) *ListDayAmountResponse
func (ListDayAmountResponse) String ¶
func (s ListDayAmountResponse) String() string
type ListDayAmountResponseBody ¶
type ListDayAmountResponseBody struct { DayAmounts []*ListDayAmountResponseBodyDayAmounts `json:"DayAmounts,omitempty" xml:"DayAmounts,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListDayAmountResponseBody) GoString ¶
func (s ListDayAmountResponseBody) GoString() string
func (*ListDayAmountResponseBody) SetDayAmounts ¶
func (s *ListDayAmountResponseBody) SetDayAmounts(v []*ListDayAmountResponseBodyDayAmounts) *ListDayAmountResponseBody
func (*ListDayAmountResponseBody) SetRequestId ¶
func (s *ListDayAmountResponseBody) SetRequestId(v string) *ListDayAmountResponseBody
func (ListDayAmountResponseBody) String ¶
func (s ListDayAmountResponseBody) String() string
type ListDayAmountResponseBodyDayAmounts ¶
type ListDayAmountResponseBodyDayAmounts struct { Amount *int32 `json:"Amount,omitempty" xml:"Amount,omitempty"` Date *string `json:"Date,omitempty" xml:"Date,omitempty"` }
func (ListDayAmountResponseBodyDayAmounts) GoString ¶
func (s ListDayAmountResponseBodyDayAmounts) GoString() string
func (*ListDayAmountResponseBodyDayAmounts) SetAmount ¶
func (s *ListDayAmountResponseBodyDayAmounts) SetAmount(v int32) *ListDayAmountResponseBodyDayAmounts
func (*ListDayAmountResponseBodyDayAmounts) SetDate ¶
func (s *ListDayAmountResponseBodyDayAmounts) SetDate(v string) *ListDayAmountResponseBodyDayAmounts
func (ListDayAmountResponseBodyDayAmounts) String ¶
func (s ListDayAmountResponseBodyDayAmounts) String() string
type ListRechargeBillsRequest ¶
type ListRechargeBillsRequest struct { // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // sales_pick SceneType *string `json:"SceneType,omitempty" xml:"SceneType,omitempty"` }
func (ListRechargeBillsRequest) GoString ¶
func (s ListRechargeBillsRequest) GoString() string
func (*ListRechargeBillsRequest) SetPageNumber ¶
func (s *ListRechargeBillsRequest) SetPageNumber(v int32) *ListRechargeBillsRequest
func (*ListRechargeBillsRequest) SetPageSize ¶
func (s *ListRechargeBillsRequest) SetPageSize(v int32) *ListRechargeBillsRequest
func (*ListRechargeBillsRequest) SetSceneType ¶
func (s *ListRechargeBillsRequest) SetSceneType(v string) *ListRechargeBillsRequest
func (ListRechargeBillsRequest) String ¶
func (s ListRechargeBillsRequest) String() string
type ListRechargeBillsResponse ¶
type ListRechargeBillsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListRechargeBillsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListRechargeBillsResponse) GoString ¶
func (s ListRechargeBillsResponse) GoString() string
func (*ListRechargeBillsResponse) SetBody ¶
func (s *ListRechargeBillsResponse) SetBody(v *ListRechargeBillsResponseBody) *ListRechargeBillsResponse
func (*ListRechargeBillsResponse) SetHeaders ¶
func (s *ListRechargeBillsResponse) SetHeaders(v map[string]*string) *ListRechargeBillsResponse
func (*ListRechargeBillsResponse) SetStatusCode ¶
func (s *ListRechargeBillsResponse) SetStatusCode(v int32) *ListRechargeBillsResponse
func (ListRechargeBillsResponse) String ¶
func (s ListRechargeBillsResponse) String() string
type ListRechargeBillsResponseBody ¶
type ListRechargeBillsResponseBody struct { InstanseInfos []*ListRechargeBillsResponseBodyInstanseInfos `json:"InstanseInfos,omitempty" xml:"InstanseInfos,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResidueAmount *int32 `json:"ResidueAmount,omitempty" xml:"ResidueAmount,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListRechargeBillsResponseBody) GoString ¶
func (s ListRechargeBillsResponseBody) GoString() string
func (*ListRechargeBillsResponseBody) SetInstanseInfos ¶
func (s *ListRechargeBillsResponseBody) SetInstanseInfos(v []*ListRechargeBillsResponseBodyInstanseInfos) *ListRechargeBillsResponseBody
func (*ListRechargeBillsResponseBody) SetRequestId ¶
func (s *ListRechargeBillsResponseBody) SetRequestId(v string) *ListRechargeBillsResponseBody
func (*ListRechargeBillsResponseBody) SetResidueAmount ¶
func (s *ListRechargeBillsResponseBody) SetResidueAmount(v int32) *ListRechargeBillsResponseBody
func (*ListRechargeBillsResponseBody) SetTotalCount ¶
func (s *ListRechargeBillsResponseBody) SetTotalCount(v int32) *ListRechargeBillsResponseBody
func (ListRechargeBillsResponseBody) String ¶
func (s ListRechargeBillsResponseBody) String() string
type ListRechargeBillsResponseBodyInstanseInfos ¶
type ListRechargeBillsResponseBodyInstanseInfos struct { CurrTimes *int32 `json:"CurrTimes,omitempty" xml:"CurrTimes,omitempty"` GmtEndTime *string `json:"GmtEndTime,omitempty" xml:"GmtEndTime,omitempty"` InitTimes *int32 `json:"InitTimes,omitempty" xml:"InitTimes,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` Source *string `json:"Source,omitempty" xml:"Source,omitempty"` }
func (ListRechargeBillsResponseBodyInstanseInfos) GoString ¶
func (s ListRechargeBillsResponseBodyInstanseInfos) GoString() string
func (*ListRechargeBillsResponseBodyInstanseInfos) SetCurrTimes ¶
func (s *ListRechargeBillsResponseBodyInstanseInfos) SetCurrTimes(v int32) *ListRechargeBillsResponseBodyInstanseInfos
func (*ListRechargeBillsResponseBodyInstanseInfos) SetGmtEndTime ¶
func (s *ListRechargeBillsResponseBodyInstanseInfos) SetGmtEndTime(v string) *ListRechargeBillsResponseBodyInstanseInfos
func (*ListRechargeBillsResponseBodyInstanseInfos) SetInitTimes ¶
func (s *ListRechargeBillsResponseBodyInstanseInfos) SetInitTimes(v int32) *ListRechargeBillsResponseBodyInstanseInfos
func (*ListRechargeBillsResponseBodyInstanseInfos) SetInstanceId ¶
func (s *ListRechargeBillsResponseBodyInstanseInfos) SetInstanceId(v string) *ListRechargeBillsResponseBodyInstanseInfos
func (*ListRechargeBillsResponseBodyInstanseInfos) SetSource ¶
func (s *ListRechargeBillsResponseBodyInstanseInfos) SetSource(v string) *ListRechargeBillsResponseBodyInstanseInfos
func (ListRechargeBillsResponseBodyInstanseInfos) String ¶
func (s ListRechargeBillsResponseBodyInstanseInfos) String() string