Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.69 KB

ContentSelectorApiUpdateRequest.md

File metadata and controls

82 lines (45 loc) · 2.69 KB

ContentSelectorApiUpdateRequest

Properties

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]

Methods

NewContentSelectorApiUpdateRequest

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

NewContentSelectorApiUpdateRequestWithDefaults

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

GetDescription

func (o *ContentSelectorApiUpdateRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ContentSelectorApiUpdateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ContentSelectorApiUpdateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetExpression

func (o *ContentSelectorApiUpdateRequest) GetExpression() string

GetExpression returns the Expression field if non-nil, zero value otherwise.

GetExpressionOk

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.

SetExpression

func (o *ContentSelectorApiUpdateRequest) SetExpression(v string)

SetExpression sets Expression field to given value.

HasExpression

func (o *ContentSelectorApiUpdateRequest) HasExpression() bool

HasExpression returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]