Class: OpenApiSDK::Shared::CustomFieldCreateDto
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::CustomFieldCreateDto
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/customfieldcreatedto.rb
Instance Method Summary collapse
-
#initialize(data_type: nil, description: nil, linked_user_id: nil, name: nil, object_type_owner: nil, source_custom_field_id: nil, source_provider: nil) ⇒ CustomFieldCreateDto
constructor
A new instance of CustomFieldCreateDto.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(data_type: nil, description: nil, linked_user_id: nil, name: nil, object_type_owner: nil, source_custom_field_id: nil, source_provider: nil) ⇒ CustomFieldCreateDto
Returns a new instance of CustomFieldCreateDto.
31 32 33 34 35 36 37 38 39 |
# File 'lib/open_api_sdk/models/shared/customfieldcreatedto.rb', line 31 def initialize(data_type: nil, description: nil, linked_user_id: nil, name: nil, object_type_owner: nil, source_custom_field_id: nil, source_provider: nil) @data_type = data_type @description = description @linked_user_id = linked_user_id @name = name @object_type_owner = object_type_owner @source_custom_field_id = source_custom_field_id @source_provider = source_provider end |