Name | Type | Description | Notes |
---|---|---|---|
DataSource | Pointer to FormElementDynamicDataSource | [optional] |
func NewFormElementPreviewRequest() *FormElementPreviewRequest
NewFormElementPreviewRequest instantiates a new FormElementPreviewRequest 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 NewFormElementPreviewRequestWithDefaults() *FormElementPreviewRequest
NewFormElementPreviewRequestWithDefaults instantiates a new FormElementPreviewRequest 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 *FormElementPreviewRequest) GetDataSource() FormElementDynamicDataSource
GetDataSource returns the DataSource field if non-nil, zero value otherwise.
func (o *FormElementPreviewRequest) GetDataSourceOk() (*FormElementDynamicDataSource, bool)
GetDataSourceOk returns a tuple with the DataSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormElementPreviewRequest) SetDataSource(v FormElementDynamicDataSource)
SetDataSource sets DataSource field to given value.
func (o *FormElementPreviewRequest) HasDataSource() bool
HasDataSource returns a boolean if a field has been set.