| 123456789101112131415161718192021222324252627282930313233343536373839 |
- package scdn
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // DataModule is a nested struct in scdn response
- type DataModule struct {
- HttpAccValue string `json:"HttpAccValue" xml:"HttpAccValue"`
- BpsValue string `json:"BpsValue" xml:"BpsValue"`
- HttpQpsValue string `json:"HttpQpsValue" xml:"HttpQpsValue"`
- ByteHitRate string `json:"ByteHitRate" xml:"ByteHitRate"`
- HttpsTrafficValue string `json:"HttpsTrafficValue" xml:"HttpsTrafficValue"`
- AccValue string `json:"AccValue" xml:"AccValue"`
- TrafficValue string `json:"TrafficValue" xml:"TrafficValue"`
- TimeStamp string `json:"TimeStamp" xml:"TimeStamp"`
- QpsValue string `json:"QpsValue" xml:"QpsValue"`
- ReqHitRate string `json:"ReqHitRate" xml:"ReqHitRate"`
- HttpBpsValue string `json:"HttpBpsValue" xml:"HttpBpsValue"`
- HttpsQpsValue string `json:"HttpsQpsValue" xml:"HttpsQpsValue"`
- HttpsBpsValue string `json:"HttpsBpsValue" xml:"HttpsBpsValue"`
- HttpTrafficValue string `json:"HttpTrafficValue" xml:"HttpTrafficValue"`
- HttpsAccValue string `json:"HttpsAccValue" xml:"HttpsAccValue"`
- OriginBpsValue string `json:"OriginBpsValue" xml:"OriginBpsValue"`
- HttpsOriginBpsValue string `json:"HttpsOriginBpsValue" xml:"HttpsOriginBpsValue"`
- HttpOriginBpsValue string `json:"HttpOriginBpsValue" xml:"HttpOriginBpsValue"`
- HttpCodeDataPerInterval HttpCodeDataPerInterval `json:"HttpCodeDataPerInterval" xml:"HttpCodeDataPerInterval"`
- }
|