Sha256: c36ace396a46c3a534cc7b0add3ed42328344f5982f37ec7e79ee8b3cb14ab05

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

# PinterestSdkClient::BoardSection

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  | [optional][readonly] |
| **name** | **String** |  | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::BoardSection.new(
  id: 549755885175,
  name: Salads
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest_sdk-1.1.0 docs/BoardSection.md
pinterest_sdk-1.0.0 docs/BoardSection.md