VGGetCallLegsParameters
@interface VGGetCallLegsParameters : NSObject
@property VGPresentingOrder order;
@property NSInteger pageSize;
@property (nullable) NSString* cursor;
-(instancetype) initWithOrder:(VGPresentingOrder)order
pageSize:(NSInteger)pageSize
cursor:(NSString * _Nullable)cursor;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property VGPresentingOrder order -
Undocumented
Declaration
Objective-C
@property NSInteger pageSize -
Undocumented
Declaration
Objective-C
@property (nullable) NSString* cursor -
Undocumented
Declaration
Objective-C
-(instancetype) initWithOrder:(VGPresentingOrder)order pageSize:(NSInteger)pageSize cursor:(NSString * _Nullable)cursor;
Install in Dash