Class: Cadenya::Models::OperationMetadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::OperationMetadata
- Defined in:
- lib/cadenya/models/operation_metadata.rb,
sig/cadenya/models/operation_metadata.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String
Returns the value of attribute account_id.
-
#created_at ⇒ Time
Returns the value of attribute created_at.
-
#external_id ⇒ String?
External ID for the operation (e.g., a workflow ID from an external system).
-
#id ⇒ String
Returns the value of attribute id.
-
#labels ⇒ Hash{Symbol=>String}?
Arbitrary key-value pairs for categorization and filtering Examples: "high", "source": "api", "workflow": "onboarding".
-
#profile_id ⇒ String
Returns the value of attribute profile_id.
-
#workspace_id ⇒ String
Returns the value of attribute workspace_id.
Instance Method Summary collapse
-
#initialize(id:, account_id:, created_at:, profile_id:, workspace_id:, external_id: nil, labels: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see OperationMetadata for more details.
- #to_hash ⇒ {
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(id:, account_id:, created_at:, profile_id:, workspace_id:, external_id: nil, labels: nil) ⇒ Object
Some parameter documentations has been truncated, see Cadenya::Models::OperationMetadata for more details.
Metadata for ephemeral operations and activities (e.g., objectives, executions, runs)
|
|
# File 'lib/cadenya/models/operation_metadata.rb', line 52
|
Instance Attribute Details
#account_id ⇒ String
Returns the value of attribute account_id.
25 26 27 |
# File 'sig/cadenya/models/operation_metadata.rbs', line 25 def account_id @account_id end |
#created_at ⇒ Time
Returns the value of attribute created_at.
27 28 29 |
# File 'sig/cadenya/models/operation_metadata.rbs', line 27 def created_at @created_at end |
#external_id ⇒ String?
External ID for the operation (e.g., a workflow ID from an external system)
10 |
# File 'lib/cadenya/models/operation_metadata.rb', line 10 optional :external_id, String, api_name: :externalId |
#id ⇒ String
Returns the value of attribute id.
23 24 25 |
# File 'sig/cadenya/models/operation_metadata.rbs', line 23 def id @id end |
#labels ⇒ Hash{Symbol=>String}?
Arbitrary key-value pairs for categorization and filtering Examples: "high", "source": "api", "workflow": "onboarding"
17 |
# File 'lib/cadenya/models/operation_metadata.rb', line 17 optional :labels, Cadenya::Internal::Type::HashOf[String] |
#profile_id ⇒ String
Returns the value of attribute profile_id.
29 30 31 |
# File 'sig/cadenya/models/operation_metadata.rbs', line 29 def profile_id @profile_id end |
#workspace_id ⇒ String
Returns the value of attribute workspace_id.
31 32 33 |
# File 'sig/cadenya/models/operation_metadata.rbs', line 31 def workspace_id @workspace_id end |
Instance Method Details
#to_hash ⇒ {
43 |
# File 'sig/cadenya/models/operation_metadata.rbs', line 43
def to_hash: -> {
|