id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-form-definition-input |
FormDefinitionInput |
FormDefinitionInput |
FormDefinitionInput |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| FormDefinitionInput |
|
/tools/sdk/powershell/v2024/models/form-definition-input |
| SDK |
| Software Development Kit |
| FormDefinitionInput |
|
FormDefinitionInput
Properties
| Name |
Type |
Description |
Notes |
| Id |
Pointer to String |
Unique identifier for the form input. |
[optional] |
| Type |
Pointer to Enum [ "STRING" ] |
FormDefinitionInputType value. STRING FormDefinitionInputTypeString |
[optional] |
| Label |
Pointer to String |
Name for the form input. |
[optional] |
| Description |
Pointer to String |
Form input's description. |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]