Class: OpenApiSDK::Models::Operations::RetrievePartnerAnalyticsResponseBody

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/open_api_sdk/models/operations/retrievepartneranalytics_responsebody.rb

Overview

Partner analytics data

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initializeRetrievePartnerAnalyticsResponseBody

Returns a new instance of RetrievePartnerAnalyticsResponseBody.



19
# File 'lib/open_api_sdk/models/operations/retrievepartneranalytics_responsebody.rb', line 19

def initialize; end

Instance Method Details

#==(other) ⇒ Object



22
23
24
25
# File 'lib/open_api_sdk/models/operations/retrievepartneranalytics_responsebody.rb', line 22

def ==(other)
  return false unless other.is_a? self.class
  true
end