openapi-generator/samples/client/petstore/objc/SwaggerClient/SWGInlineResponse200.h

33 lines
637 B
Objective-C

#import <Foundation/Foundation.h>
#import "SWGObject.h"
/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
#import "SWGTag.h"
@protocol SWGInlineResponse200
@end
@interface SWGInlineResponse200 : SWGObject
@property(nonatomic) NSArray<SWGTag>* tags;
@property(nonatomic) NSNumber* _id;
@property(nonatomic) NSObject* category;
/* pet status in the store [optional]
*/
@property(nonatomic) NSString* status;
@property(nonatomic) NSString* name;
@property(nonatomic) NSArray* /* NSString */ photoUrls;
@end