Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Is used to parameterize the associated endpoint on a model.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class EndpointAttribute : Attribute
Inheritance: object → Attribute → EndpointAttribute
Attributes: AttributeUsageAttribute
Name | Description |
---|---|
EndpointAttribute(string, string, string) |
Name | Description |
---|---|
AccountName | The name of the account that owns the API. Useful when using custom builder. Default to mindee. |
EndpointName | The name of the product associated to the expected model. |
Version | The version number of the API. Without the v (for example for the v1.2: 1.2). |
Documentation generated by MdDocs