Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

File metadata and controls

22 lines (16 loc) · 489 Bytes

GbRetailapiClient::QueryPatternTrigger

Properties

Name Type Description Notes
type QueryPatternTriggerType
values Array<String> [optional]
patterns Array<Object> [optional]

Example

require 'gb_retailapi_client'

instance = GbRetailapiClient::QueryPatternTrigger.new(
  type: null,
  values: null,
  patterns: null
)