Sha256: f5fc4f7b143502d265de225e7b034a2f13eb898fbad7bcaf77b978db1908fdd1

Contents?: true

Size: 351 Bytes

Versions: 18

Compression:

Stored size: 351 Bytes

Contents

# Bandwidth::DeferredResult

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **result** | **Object** |  | [optional] |
| **set_or_expired** | **Boolean** |  | [optional] |

## Example

```ruby
require 'bandwidth-sdk'

instance = Bandwidth::DeferredResult.new(
  result: null,
  set_or_expired: null
)
```

Version data entries

18 entries across 18 versions & 1 rubygems

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