Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

FormElementPreviewRequest.md

File metadata and controls

56 lines (31 loc) · 1.89 KB

FormElementPreviewRequest

Properties

Name Type Description Notes
DataSource Pointer to FormElementDynamicDataSource [optional]

Methods

NewFormElementPreviewRequest

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

NewFormElementPreviewRequestWithDefaults

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

GetDataSource

func (o *FormElementPreviewRequest) GetDataSource() FormElementDynamicDataSource

GetDataSource returns the DataSource field if non-nil, zero value otherwise.

GetDataSourceOk

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.

SetDataSource

func (o *FormElementPreviewRequest) SetDataSource(v FormElementDynamicDataSource)

SetDataSource sets DataSource field to given value.

HasDataSource

func (o *FormElementPreviewRequest) HasDataSource() bool

HasDataSource returns a boolean if a field has been set.

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