Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | An optional description of this content selector | [optional] |
Expression | Pointer to string | The expression used to identify content | [optional] |
func NewContentSelectorApiUpdateRequest() *ContentSelectorApiUpdateRequest
NewContentSelectorApiUpdateRequest instantiates a new ContentSelectorApiUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContentSelectorApiUpdateRequestWithDefaults() *ContentSelectorApiUpdateRequest
NewContentSelectorApiUpdateRequestWithDefaults instantiates a new ContentSelectorApiUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ContentSelectorApiUpdateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ContentSelectorApiUpdateRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentSelectorApiUpdateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ContentSelectorApiUpdateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ContentSelectorApiUpdateRequest) GetExpression() string
GetExpression returns the Expression field if non-nil, zero value otherwise.
func (o *ContentSelectorApiUpdateRequest) GetExpressionOk() (*string, bool)
GetExpressionOk returns a tuple with the Expression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentSelectorApiUpdateRequest) SetExpression(v string)
SetExpression sets Expression field to given value.
func (o *ContentSelectorApiUpdateRequest) HasExpression() bool
HasExpression returns a boolean if a field has been set.