Component parameter schema, which contains a list of all component parameters.
| JSON representation |
|---|
{ "key": string, "defaultValue": value, "isRequired": boolean, "type": string } |
| Fields | |
|---|---|
key |
Output only. The key of the parameter. |
defaultValue |
Output only. The default value of the parameter. |
isRequired |
Output only. Whether the parameter is required. |
type |
Output only. The type of the parameter. |