AWSTranslateListTerminologiesRequest
Objective-C
@interface AWSTranslateListTerminologiesRequest
Swift
class AWSTranslateListTerminologiesRequest
-
The maximum number of custom terminologies returned per list request.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }