Class: OpenApiSDK::Shared::ResyncStatusDto

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(provider: nil, status: nil, timestamp: nil, vertical: nil) ⇒ ResyncStatusDto

Returns a new instance of ResyncStatusDto.



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

def initialize(provider: nil, status: nil, timestamp: nil, vertical: nil)
  @provider = provider
  @status = status
  @timestamp = timestamp
  @vertical = vertical
end