github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vcdss/kafka_config_detail.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 KafkaConfigDetail struct {
    13  	ConfigName    string `json:"configName,omitempty"`
    14  	ConfigNameKey string `json:"configNameKey,omitempty"`
    15  	CustomValue   string `json:"customValue,omitempty"`
    16  	DefaultValue  string `json:"defaultValue,omitempty"`
    17  	ModifyYn      bool   `json:"modifyYn,omitempty"`
    18  	Range_        string `json:"range,omitempty"`
    19  	Type_         string `json:"type,omitempty"`
    20  }