mindee-api-dotnet

EndpointAttribute Class

Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

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

Constructors

Name Description
EndpointAttribute(string, string, string)  

Properties

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