Sha256: 00e1f6ead5bb755c9d9e27163991d47ab8b6d62628f259c05768b593fce56eca

Contents?: true

Size: 323 Bytes

Versions: 16

Compression:

Stored size: 323 Bytes

Contents

# Bandwidth::VerifyCodeResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **valid** | **Boolean** | Whether or not the supplied code is valid. | [optional] |

## Example

```ruby
require 'bandwidth-sdk'

instance = Bandwidth::VerifyCodeResponse.new(
  valid: true
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bandwidth-sdk-13.1.2 docs/VerifyCodeResponse.md
bandwidth-sdk-13.1.1 docs/VerifyCodeResponse.md
bandwidth-sdk-13.1.0 docs/VerifyCodeResponse.md
bandwidth-sdk-13.0.0 docs/VerifyCodeResponse.md
bandwidth-sdk-12.1.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.3.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.2.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.1.1 docs/VerifyCodeResponse.md
bandwidth-sdk-11.1.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0.pre.beta.4.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0.pre.beta.3.1 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0.pre.beta.3.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0.pre.beta.2.0 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0.pre.beta.1.1 docs/VerifyCodeResponse.md
bandwidth-sdk-11.0.0.pre.beta.1 docs/VerifyCodeResponse.md