--- 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, ]; ```