Documentation
¶
Index ¶
Constants ¶
View Source
const ApiVersion = "2019-08-08"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClient ¶
func NewClient(credential *common.Credential, region string, clientProfile *profile.ClientProfile) (client *Client, err error)
func (*Client) DescribeSubjects ¶
func (c *Client) DescribeSubjects(request *DescribeSubjectsRequest) (response *DescribeSubjectsResponse, err error)
type DescribeSubjectsRequest ¶
type DescribeSubjectsRequest struct {
*cdshttp.BaseRequest
}
func NewDescribeSubjectsRequest ¶
func NewDescribeSubjectsRequest() (request *DescribeSubjectsRequest)
func (*DescribeSubjectsRequest) FromJsonString ¶
func (request *DescribeSubjectsRequest) FromJsonString(s string) error
func (*DescribeSubjectsRequest) ToJsonString ¶
func (request *DescribeSubjectsRequest) ToJsonString() string
type DescribeSubjectsResponse ¶
type DescribeSubjectsResponse struct {
*cdshttp.BaseResponse
Code *string `json:"Code,omitempty"`
Msg *string `json:"Msg,omitempty"`
Data DescribeSubjectsResponseData `json:"Data,omitempty"`
RequestId *string `json:"RequestId,omitempty"`
}
func NewDescribeSubjectsResponse ¶
func NewDescribeSubjectsResponse() (response *DescribeSubjectsResponse)
func (*DescribeSubjectsResponse) FromJsonString ¶
func (request *DescribeSubjectsResponse) FromJsonString(s string) error
func (*DescribeSubjectsResponse) ToJsonString ¶
func (request *DescribeSubjectsResponse) ToJsonString() string
type DescribeSubjectsResponseData ¶
type DescribeSubjectsResponseData struct {
Total *int `json:"Total,omitempty"`
Currency *string `json:"Currency,omitempty"`
SubjectList []*DescribeSubjectsResponseSubjectList `json:"SubjectList,omitempty"`
}
type DescribeSubjectsResponseSubjectList ¶
type DescribeSubjectsResponseSubjectList struct {
Id *int `json:"Id,omitempty"`
Name *string `json:"Name,omitempty"`
Balance *string `json:"Balance,omitempty"`
BeginTime *string `json:"BeginTime,omitempty"`
EndTime *string `json:"EndTime,omitempty"`
BillMethod *string `json:"BillMethod,omitempty"`
BillMethodDisplay *string `json:"BillMethodDisplay,omitempty"`
GoodsIds *string `json:"GoodsIds,omitempty"`
GoodsNames *string `json:"GoodsNames,omitempty"`
SiteIds *string `json:"SiteIds,omitempty"`
SiteNames *string `json:"SiteNames,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.