Class: Stigg::Models::V1::Customers::IntegrationLinkParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::Customers::IntegrationLinkParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/stigg/models/v1/customers/integration_link_params.rb
Overview
Defined Under Namespace
Modules: VendorIdentifier
Instance Attribute Summary collapse
-
#body_id ⇒ String
Integration details.
- #path_id ⇒ String
-
#synced_entity_id ⇒ String
Synced entity id.
-
#vendor_identifier ⇒ Symbol, Stigg::Models::V1::Customers::IntegrationLinkParams::VendorIdentifier
The vendor identifier of integration.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(path_id:, body_id:, synced_entity_id:, vendor_identifier:, request_options: {}) ⇒ Object constructor
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(path_id:, body_id:, synced_entity_id:, vendor_identifier:, request_options: {}) ⇒ Object
|
|
# File 'lib/stigg/models/v1/customers/integration_link_params.rb', line 37
|
Instance Attribute Details
#body_id ⇒ String
Integration details
21 |
# File 'lib/stigg/models/v1/customers/integration_link_params.rb', line 21 required :body_id, String, api_name: :id |
#path_id ⇒ String
15 |
# File 'lib/stigg/models/v1/customers/integration_link_params.rb', line 15 required :path_id, String |
#synced_entity_id ⇒ String
Synced entity id
27 |
# File 'lib/stigg/models/v1/customers/integration_link_params.rb', line 27 required :synced_entity_id, String, api_name: :syncedEntityId |
#vendor_identifier ⇒ Symbol, Stigg::Models::V1::Customers::IntegrationLinkParams::VendorIdentifier
The vendor identifier of integration
33 34 35 |
# File 'lib/stigg/models/v1/customers/integration_link_params.rb', line 33 required :vendor_identifier, enum: -> { Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier }, api_name: :vendorIdentifier |