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

     1  /*
     2   * vnks
     3   *
     4   * <br/>https://nks.apigw.ntruss.com/vnks/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vnks
    10  
    11  type IpAclsEntriesRes struct {
    12  	Action *string `json:"action,omitempty"`
    13  
    14  	Address *string `json:"address,omitempty"`
    15  
    16  	Comment *string `json:"comment,omitempty"`
    17  }