View Source GoogleApi.CloudSearch.V1.Model.DataSourceRestriction (google_api_cloud_search v0.22.0)
Restriction on Datasource.
Attributes
-
filterOptions
(type:list(GoogleApi.CloudSearch.V1.Model.FilterOptions.t)
, default:nil
) - Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: "objecttype", "type" and "mimetype". For now, schema specific filters cannot be used to filter suggestions. -
source
(type:GoogleApi.CloudSearch.V1.Model.Source.t
, default:nil
) - The source of restriction.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.DataSourceRestriction{ filterOptions: [GoogleApi.CloudSearch.V1.Model.FilterOptions.t()] | nil, source: GoogleApi.CloudSearch.V1.Model.Source.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.