Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 527 Bytes

CustomWordPositionWordResponse.md

File metadata and controls

20 lines (14 loc) · 527 Bytes

EzmaxApi::CustomWordPositionWordResponse

Properties

Name Type Description Notes
s_word String The searched word
a_obj_word_position_occurence Array<CustomWordPositionOccurenceResponse> The found occurences for the seached word

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomWordPositionWordResponse.new(
  s_word: null,
  a_obj_word_position_occurence: null
)