Constructor and Description |
---|
RateLimitCreator(String pathServiceSid,
String uniqueName)
Construct a new RateLimitCreator.
|
Modifier and Type | Method and Description |
---|---|
RateLimit |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
RateLimitCreator |
setDescription(String description)
Description of this Rate Limit.
|
create, createAsync, createAsync
public RateLimitCreator setDescription(String description)
description
- Description of this Rate Limitpublic RateLimit create(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.