Class: Sink::Models::ComplexQueryArrayQueryResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/sink/models/complex_query_array_query_response.rb

Defined Under Namespace

Classes: Include

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#[], #deconstruct_keys, #inspect, #to_h, #to_s

Constructor Details

#initialize(data = {}) ⇒ ComplexQueryArrayQueryResponse

Create a new instance of ComplexQueryArrayQueryResponse from a Hash of raw data.

Parameters:

  • data (Hash{Symbol => Object}) (defaults to: {})

    . @option data [Array<String>] :include



5
# File 'lib/sink/models/complex_query_array_query_response.rb', line 5

def initialize(data = {}) = super

Instance Attribute Details

#include_Array<Symbol, Sink::Models::ComplexQueryArrayQueryResponse::Include>



8
9
10
# File 'lib/sink/models/complex_query_array_query_response.rb', line 8

required :include_,
Sink::ArrayOf.new(enum: -> { Sink::Models::ComplexQueryArrayQueryResponse::Include }),
api_name: :include