Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShowDomainLocationStatsRequest ¶
type ShowDomainLocationStatsRequest struct { Action string `json:"action"` StartTime int64 `json:"start_time"` EndTime int64 `json:"end_time"` DomainName string `json:"domain_name"` StatType string `json:"stat_type"` Interval *int64 `json:"interval,omitempty"` Country *string `json:"country,omitempty"` Province *string `json:"province,omitempty"` Isp *string `json:"isp,omitempty"` GroupBy *string `json:"group_by,omitempty"` EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"` }
Request Object
func (ShowDomainLocationStatsRequest) String ¶
func (o ShowDomainLocationStatsRequest) String() string
type ShowDomainLocationStatsResponse ¶
type ShowDomainLocationStatsResponse struct { GroupBy *string `json:"group_by,omitempty"` Result map[string]interface{} `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowDomainLocationStatsResponse) String ¶
func (o ShowDomainLocationStatsResponse) String() string
type ShowDomainStatsRequest ¶
type ShowDomainStatsRequest struct { Action string `json:"action"` StartTime int64 `json:"start_time"` EndTime int64 `json:"end_time"` DomainName string `json:"domain_name"` StatType string `json:"stat_type"` Interval *int64 `json:"interval,omitempty"` GroupBy *string `json:"group_by,omitempty"` ServiceArea *string `json:"service_area,omitempty"` EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"` }
Request Object
func (ShowDomainStatsRequest) String ¶
func (o ShowDomainStatsRequest) String() string
type ShowDomainStatsResponse ¶
type ShowDomainStatsResponse struct { Result map[string]interface{} `json:"result,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowDomainStatsResponse) String ¶
func (o ShowDomainStatsResponse) String() string
type ShowTopUrlRequest ¶
type ShowTopUrlRequest struct { StartTime int64 `json:"start_time"` EndTime int64 `json:"end_time"` DomainName string `json:"domain_name"` StatType string `json:"stat_type"` ServiceArea *string `json:"service_area,omitempty"` EnterpriseProjectId *string `json:"enterprise_project_id,omitempty"` }
Request Object
func (ShowTopUrlRequest) String ¶
func (o ShowTopUrlRequest) String() string
type ShowTopUrlResponse ¶
type ShowTopUrlResponse struct { ServiceArea *string `json:"service_area,omitempty"` TopUrlSummary *[]map[string]interface{} `json:"top_url_summary,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowTopUrlResponse) String ¶
func (o ShowTopUrlResponse) String() string
Click to show internal directories.
Click to hide internal directories.