Class: OpenApiSDK::Shared::CustomFieldResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::CustomFieldResponse
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/customfieldresponse.rb
Instance Method Summary collapse
-
#initialize(created_at: nil, data_type: nil, description: nil, id_attribute: nil, id_consumer: nil, id_entity: nil, id_project: nil, modified_at: nil, remote_id: nil, ressource_owner_type: nil, scope: nil, slug: nil, source: nil, status: nil) ⇒ CustomFieldResponse
constructor
A new instance of CustomFieldResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(created_at: nil, data_type: nil, description: nil, id_attribute: nil, id_consumer: nil, id_entity: nil, id_project: nil, modified_at: nil, remote_id: nil, ressource_owner_type: nil, scope: nil, slug: nil, source: nil, status: nil) ⇒ CustomFieldResponse
Returns a new instance of CustomFieldResponse.
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'lib/open_api_sdk/models/shared/customfieldresponse.rb', line 45 def initialize(created_at: nil, data_type: nil, description: nil, id_attribute: nil, id_consumer: nil, id_entity: nil, id_project: nil, modified_at: nil, remote_id: nil, ressource_owner_type: nil, scope: nil, slug: nil, source: nil, status: nil) @created_at = created_at @data_type = data_type @description = description @id_attribute = id_attribute @id_consumer = id_consumer @id_entity = id_entity @id_project = id_project @modified_at = modified_at @remote_id = remote_id @ressource_owner_type = ressource_owner_type @scope = scope @slug = slug @source = source @status = status end |