id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-expression |
Expression |
Expression |
Expression |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| Expression |
| BetaExpression |
|
/tools/sdk/powershell/beta/models/expression |
| SDK |
| Software Development Kit |
| Expression |
| BetaExpression |
|
Expression
Properties
| Name |
Type |
Description |
Notes |
| Operator |
Pointer to Enum [ "AND", "EQUALS" ] |
Operator for the expression |
[optional] |
| Attribute |
Pointer to String |
Name for the attribute |
[optional] |
| Value |
Pointer to Value |
|
[optional] |
| Children |
Pointer to []Children |
List of expressions |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]