github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/apiservice/batch_request_item.go (about)

     1  /* Copyright © 2017 VMware, Inc. All Rights Reserved.
     2     SPDX-License-Identifier: BSD-2-Clause
     3  
     4     Generated by: https://github.com/swagger-api/swagger-codegen.git */
     5  
     6  package apiservice
     7  
     8  type BatchRequestItem struct {
     9  	Body *interface{} `json:"body,omitempty"`
    10  
    11  	// http method type
    12  	Method string `json:"method"`
    13  
    14  	// relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters
    15  	Uri string `json:"uri"`
    16  }