Method: SematextCloud::GenericApiResponse#data

Defined in:
lib/SematextCloud/models/generic_api_response.rb

#dataObject

Contains actual data when response is successful. Key and Value is specific to each endpoint



19
20
21
# File 'lib/SematextCloud/models/generic_api_response.rb', line 19

def data
  @data
end