Class: Lithic::Models::ExternalResource
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ExternalResource
- Defined in:
- lib/lithic/models/external_resource.rb
Instance Attribute Summary collapse
-
#external_resource_sub_token ⇒ String?
Token identifying the external resource sub-resource.
-
#external_resource_token ⇒ String
Token identifying the external resource.
-
#external_resource_type ⇒ Symbol, Lithic::Models::ExternalResourceType
Type of external resource associated with the management operation.
Instance Method Summary collapse
-
#initialize(external_resource_token:, external_resource_type:, external_resource_sub_token: nil) ⇒ Object
constructor
External resource associated with the management operation.
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(external_resource_token:, external_resource_type:, external_resource_sub_token: nil) ⇒ Object
External resource associated with the management operation
|
|
# File 'lib/lithic/models/external_resource.rb', line 24
|
Instance Attribute Details
#external_resource_sub_token ⇒ String?
Token identifying the external resource sub-resource
22 |
# File 'lib/lithic/models/external_resource.rb', line 22 optional :external_resource_sub_token, String |
#external_resource_token ⇒ String
Token identifying the external resource
10 |
# File 'lib/lithic/models/external_resource.rb', line 10 required :external_resource_token, String |
#external_resource_type ⇒ Symbol, Lithic::Models::ExternalResourceType
Type of external resource associated with the management operation
16 |
# File 'lib/lithic/models/external_resource.rb', line 16 required :external_resource_type, enum: -> { Lithic::ExternalResourceType } |