Class: OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdRequest
- Inherits:
- 
      Utils::FieldAugmented
      
        - Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdRequest
 
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_request.rb
Instance Method Summary collapse
- 
  
    
      #initialize(workflow_id: nil)  ⇒ GetV1WorkflowsWorkflowIdRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetV1WorkflowsWorkflowIdRequest. 
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(workflow_id: nil) ⇒ GetV1WorkflowsWorkflowIdRequest
Returns a new instance of GetV1WorkflowsWorkflowIdRequest.
| 19 20 21 | # File 'lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_request.rb', line 19 def initialize(workflow_id: nil) @workflow_id = workflow_id end |