Sha256: 93c864b44118ba0cae5774c94f3f5ad7929a3888cafa8387a342c8f214d5182f

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

# Buildium::CreateVideoLinkRequestRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **video_url** | **String** | The URL of the video. Only Youtube and Vimeo URLs are supported. The URL cannot exceed 255 characters. |  |
| **show_in_listing** | **Boolean** | Indicates whether the video will be shown in the listing. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::CreateVideoLinkRequestRequest.new(
  video_url: null,
  show_in_listing: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/CreateVideoLinkRequestRequest.md