combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.EconReportSettingInput

Econ report setting input. name is required and must contain at least one non-whitespace character. headers is an ordered list of at most five DB well-schema keys, project-custom-header key slots, or supported special criteria. On POST and PUT, omitted headers becomes an empty array; on PATCH, omitted fields are left unchanged.

Properties

Name Type Description Notes
Name string Display name. Must contain at least one non-whitespace character.  
Headers List<string> Ordered aggregation criteria. Entries must be DB well-schema keys, project-custom-header key slots, or `econ_prms_reserves_category`, `econ_prms_reserves_sub_category`, or `econ_group`. [optional]
AllWellsAgg bool? Include Aggregation Grand Total. The read default is `true`. [optional]
RollUpEachLevel bool? Include Aggregation Subtotal. The read default is `false`. [optional]

[Back to Model list] [Back to API list] [Back to README]