forked from loafle/openapi-generator-original
15 lines
338 B
Go
15 lines
338 B
Go
package swagger
|
|
|
|
import (
|
|
)
|
|
|
|
type InlineResponse200 struct {
|
|
Tags []Tag `json:"tags,omitempty"`
|
|
Id int64 `json:"id,omitempty"`
|
|
Category Object `json:"category,omitempty"`
|
|
Status string `json:"status,omitempty"`
|
|
Name string `json:"name,omitempty"`
|
|
PhotoUrls []string `json:"photoUrls,omitempty"`
|
|
|
|
}
|