Class: SignwellSDK::Models::V1::DocumentTemplate::Field::Option
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- SignwellSDK::Models::V1::DocumentTemplate::Field::Option
- Defined in:
- lib/signwell_sdk/models/v1/document_template.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(page:, x:, y_:, allow_other: nil, api_id: nil, date_format: nil, default_option: nil, fixed_width: nil, height: nil, label: nil, lock_sign_date: nil, name: nil, options: nil, placeholder_name: nil, recipient: nil, recipient_id: nil, required: nil, signing_elements_group_id: nil, type: nil, validation: nil, value: nil, width: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see SignwellSDK::Models::V1::DocumentTemplate::Field for more details.
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(page:, x:, y_:, allow_other: nil, api_id: nil, date_format: nil, default_option: nil, fixed_width: nil, height: nil, label: nil, lock_sign_date: nil, name: nil, options: nil, placeholder_name: nil, recipient: nil, recipient_id: nil, required: nil, signing_elements_group_id: nil, type: nil, validation: nil, value: nil, width: nil) ⇒ Object
Some parameter documentations has been truncated, see SignwellSDK::Models::V1::DocumentTemplate::Field for more details.
394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 |
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 394 class Option < SignwellSDK::Internal::Type::BaseModel # @!attribute api_id # # @return [String, nil] optional :api_id, String # @!attribute is_other # # @return [Boolean, nil] optional :is_other, SignwellSDK::Internal::Type::Boolean # @!attribute name # # @return [String, nil] optional :name, String # @!method initialize(api_id: nil, is_other: nil, name: nil) # @param api_id [String] # @param is_other [Boolean] # @param name [String] end |
Instance Attribute Details
#api_id ⇒ String?
398 |
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 398 optional :api_id, String |
#is_other ⇒ Boolean?
403 |
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 403 optional :is_other, SignwellSDK::Internal::Type::Boolean |
#name ⇒ String?
408 |
# File 'lib/signwell_sdk/models/v1/document_template.rb', line 408 optional :name, String |