16 lines
356 B
Go
16 lines
356 B
Go
/*
|
|
* HyperOne API
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* API version: 0.0.2
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
*/
|
|
|
|
package openapi
|
|
|
|
type NetadpAssigned struct {
|
|
Resource string `json:"resource,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
}
|