methodId property
Method ID, or Request Class
Can be freely specified to classify the request type so corresponding throttling rules will be applied. Requests belong to the same class when:
APIRequestA.methodId == APIRequestB.methodId
Implementation
final String? methodId;