Sha256: 42252e33bf81c30083e5184999aeeccebc2a1785db9c99a258b16d8222436b77

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::DirectorySearchResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **record_set_count** | **Integer** | The count of records in the result set | [optional] |
| **next_link** | **String** | The next page link to get the next set of results. | [optional] |
| **value** | [**Array<DirectorySearchResponseValueInner>**](DirectorySearchResponseValueInner.md) |  | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DirectorySearchResponse.new(
  record_set_count: 500,
  next_link: TODO,
  value: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avalara_sdk-24.12.1 docs/EInvoicing/V1/DirectorySearchResponse.md
avalara_sdk-24.12.0 docs/EInvoicing/V1/DirectorySearchResponse.md