github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vcdss/metric_info_response_vo.go (about)

     1  /*
     2   * api
     3   *
     4   * Cloud Data Streaming Service Open API<br/>https://clouddatastreamingservice.apigw.ntruss.com/api/v1
     5   *
     6   * API version: 2021-12-21T11:54:01Z
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package vcdss
    11  
    12  type MetricInfoResponseVo struct {
    13  	Aggregation string `json:"aggregation,omitempty"`
    14  	Dimensions *DimensionsVo `json:"dimensions,omitempty"`
    15  	Dps [][]interface{} `json:"dps,omitempty"`
    16  	GraphName string `json:"graphName,omitempty"`
    17  	Interval string `json:"interval,omitempty"`
    18  	Metric string `json:"metric,omitempty"`
    19  	ProductName string `json:"productName,omitempty"`
    20  }