New NotionColumnListBlock - fasteiner/Notion GitHub Wiki
Creates a new Notion column list block object.
New-NotionColumnListBlock [-Children <Object[]>] [<CommonParameters>]
This function creates a new instance of the notion_column_list_block class. You can create an empty column list block or provide child blocks for the column list.
New-NotionColumnListBlock -Children $childBlocks
New-NotionColumnListBlock
The child blocks to include in the column list.
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.