package swagger import ( ) type Name struct { Name int32 `json:"name,omitempty"` SnakeCase int32 `json:"snake_case,omitempty"` }