25 lines
489 B
Markdown
25 lines
489 B
Markdown
---
|
|
title: help_termsOfService
|
|
description: help_termsOfService attributes, type and example
|
|
---
|
|
## Constructor: help\_termsOfService
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|text|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [help\_TermsOfService](../types/help_TermsOfService.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$help_termsOfService = ['_' => 'help_termsOfService', 'text' => string, ];
|
|
``` |