github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Bucket.md (about)

     1  # VerifyV2Bucket
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Bucket. |
     8  **RateLimitSid** | Pointer to **string** | The Twilio-provided string that uniquely identifies the Rate Limit resource. |
     9  **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. |
    10  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Rate Limit resource. |
    11  **Max** | Pointer to **int** | Maximum number of requests permitted in during the interval. |
    12  **Interval** | Pointer to **int** | Number of seconds that the rate limit will be enforced over. |
    13  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    14  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    15  **Url** | Pointer to **string** | The URL of this resource. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19