17 lines
371 B
Go
17 lines
371 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
|
|
|
|
// EventResource struct for EventResource
|
|
type EventResource struct {
|
|
Id string `json:"id"`
|
|
Type string `json:"type"`
|
|
}
|