github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/api/types/service_update_response.go (about)

     1  package types
     2  
     3  // This file was generated by the swagger tool.
     4  // Editing this file might prove futile when you re-run the swagger generate command
     5  
     6  // ServiceUpdateResponse service update response
     7  // swagger:model ServiceUpdateResponse
     8  type ServiceUpdateResponse struct {
     9  
    10  	// Optional warning messages
    11  	Warnings []string `json:"Warnings"`
    12  }