Sha256: 5fcf09d052380ae018bcee222072ef92fc9e4b1d7b464915d6581007688c177e
Contents?: true
Size: 971 Bytes
Versions: 1
Compression:
Stored size: 971 Bytes
Contents
# VoucherifySdk::FilterConditionsString ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_in** | **Array<String>** | Array of resource values that should be included in the results. (multiple values) | [optional] | | **not_in** | **Array<String>** | Array of resource values that should be included in the results. (multiple values) | [optional] | | **is** | **String** | Value is exactly this value. (single value) | [optional] | | **is_not** | **String** | Results omit this value. (single value) | [optional] | | **has_value** | **String** | Value is NOT null. The value for this parameter is an empty string. | [optional] | | **is_unknown** | **String** | Value is null. The value for this parameter is an empty string. | [optional] | | **starts_with** | **String** | Value starts with the specified string. | [optional] | | **ends_with** | **String** | Value ends with the specified string. | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/FilterConditionsString.md |