27 lines
475 B
Markdown
27 lines
475 B
Markdown
|
---
|
||
|
title: updateDcOptions
|
||
|
description: updateDcOptions attributes, type and example
|
||
|
---
|
||
|
## Constructor: updateDcOptions
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|dc\_options|Array of [DcOption](../types/DcOption.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$updateDcOptions = ['_' => 'updateDcOptions', 'dc_options' => [Vector t], ];
|
||
|
```
|
||
|
|