Class: OpenApiSDK::Shared::UnifiedTicketingCollectionOutput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedTicketingCollectionOutput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedticketingcollectionoutput.rb
Instance Method Summary collapse
-
#initialize(name: nil, collection_type: nil, created_at: nil, description: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedTicketingCollectionOutput
constructor
A new instance of UnifiedTicketingCollectionOutput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(name: nil, collection_type: nil, created_at: nil, description: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedTicketingCollectionOutput
Returns a new instance of UnifiedTicketingCollectionOutput.
33 34 35 36 37 38 39 40 41 42 |
# File 'lib/open_api_sdk/models/shared/unifiedticketingcollectionoutput.rb', line 33 def initialize(name: nil, collection_type: nil, created_at: nil, description: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil) @name = name @collection_type = collection_type @created_at = created_at @description = description @id = id @modified_at = modified_at @remote_data = remote_data @remote_id = remote_id end |