Name | Type | Description | Notes |
---|---|---|---|
AggregationBucketField | Pointer to string | AggregationBucketField is the aggregation bucket field name | [optional] |
Indices | Pointer to []string | Indices is a list of indices to use | [optional] |
ObjectType | Pointer to string | ObjectType is a PreDefinedSelectOption value IDENTITY PreDefinedSelectOptionIdentity ACCESS_PROFILE PreDefinedSelectOptionAccessProfile SOURCES PreDefinedSelectOptionSources ROLE PreDefinedSelectOptionRole ENTITLEMENT PreDefinedSelectOptionEntitlement | [optional] |
Query | Pointer to string | Query is a text | [optional] |
func NewFormElementDynamicDataSourceConfig() *FormElementDynamicDataSourceConfig
NewFormElementDynamicDataSourceConfig instantiates a new FormElementDynamicDataSourceConfig 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 NewFormElementDynamicDataSourceConfigWithDefaults() *FormElementDynamicDataSourceConfig
NewFormElementDynamicDataSourceConfigWithDefaults instantiates a new FormElementDynamicDataSourceConfig 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 *FormElementDynamicDataSourceConfig) GetAggregationBucketField() string
GetAggregationBucketField returns the AggregationBucketField field if non-nil, zero value otherwise.
func (o *FormElementDynamicDataSourceConfig) GetAggregationBucketFieldOk() (*string, bool)
GetAggregationBucketFieldOk returns a tuple with the AggregationBucketField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormElementDynamicDataSourceConfig) SetAggregationBucketField(v string)
SetAggregationBucketField sets AggregationBucketField field to given value.
func (o *FormElementDynamicDataSourceConfig) HasAggregationBucketField() bool
HasAggregationBucketField returns a boolean if a field has been set.
func (o *FormElementDynamicDataSourceConfig) GetIndices() []string
GetIndices returns the Indices field if non-nil, zero value otherwise.
func (o *FormElementDynamicDataSourceConfig) GetIndicesOk() (*[]string, bool)
GetIndicesOk returns a tuple with the Indices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormElementDynamicDataSourceConfig) SetIndices(v []string)
SetIndices sets Indices field to given value.
func (o *FormElementDynamicDataSourceConfig) HasIndices() bool
HasIndices returns a boolean if a field has been set.
func (o *FormElementDynamicDataSourceConfig) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *FormElementDynamicDataSourceConfig) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormElementDynamicDataSourceConfig) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *FormElementDynamicDataSourceConfig) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (o *FormElementDynamicDataSourceConfig) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *FormElementDynamicDataSourceConfig) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormElementDynamicDataSourceConfig) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *FormElementDynamicDataSourceConfig) HasQuery() bool
HasQuery returns a boolean if a field has been set.