Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
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