Class: OpenApiSDK::Operations::ListCrmStagesRequest

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/listcrmstages_request.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(x_connection_token: nil, cursor: nil, limit: nil, remote_data: nil) ⇒ ListCrmStagesRequest

Returns a new instance of ListCrmStagesRequest.



25
26
27
28
29
30
# File 'lib/open_api_sdk/models/operations/listcrmstages_request.rb', line 25

def initialize(x_connection_token: nil, cursor: nil, limit: nil, remote_data: nil)
  @x_connection_token = x_connection_token
  @cursor = cursor
  @limit = limit
  @remote_data = remote_data
end