Bulktaggedobjectresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectRefs | []Taggedobjectdto | [optional] | |
| Tags | []String | Label to be applied to an Object | [optional] |
Examples
- Prepare the resource
$Bulktaggedobjectresponse = Initialize-Bulktaggedobjectresponse -ObjectRefs null `
-Tags ["BU_FINANCE","PCI"]
- Convert the resource to JSON
$Bulktaggedobjectresponse | ConvertTo-JSON