# Widgets.PlacementBase

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**entityId** | **String** | The specific instance of a page that you would like to target. | [optional] 
**sortOrder** | **Number** | The sort order to control the position of a content widget in a region. | [optional] 
**region** | **String** | The name of the region in which to insert content widgets. | [optional] 
**status** | **String** | Sets the placement as either inactive or active. | [optional] [default to &#x27;inactive&#x27;]

<a name="StatusEnum"></a>
## Enum: StatusEnum

* `inactive` (value: `"inactive"`)
* `active` (value: `"active"`)

