AWFBatchRequestOptions
Objective-C
@interface AWFBatchRequestOptions : AWFWeatherRequestOptions
Swift
class AWFBatchRequestOptions : AWFWeatherRequestOptions
An AWFBatchRequestOptions
object is a subclass of AWFWeatherRequestOptions
that includes additional parameters necessary when performing batch
requests to the API.
-
The chained endpoint request string for the batch request.
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull requestsUrlPath;
Swift
var requestsUrlPath: String { get set }