Class OperationCallFileRecord
This class represents the file layout of an OperationCall when serialized.
public class OperationCallFileRecord
- Inheritance
-
OperationCallFileRecord
- Inherited Members
- Extension Methods
Properties
Input
The associated input for this call.
public InputFileRecord Input { get; set; }
Property Value
Name
A unique name for this operation call.
public string Name { get; set; }