Request

Response

    Enum Region

    Namespace: Autodesk.ModelDerivative.Model
    Assembly: Autodesk.ModelDerivative.dll

    Specifies where the referenced files are stored. Possible values are:

    - `US` - Data center for the US region.
    - `EMEA` - Data center for the European Union, Middle East, and Africa. 
    - `APAC` - (Beta) Data center for the Australia region.
    

    Note: Beta features are subject to change. Please avoid using them in production environments.

    [JsonConverter(typeof(StringEnumConverter))]
    public enum Region
    

    Fields

    APAC = 2

    Enum APAC for value: APAC

    EMEA = 1

    Enum EMEA for value: EMEA

    US = 0

    Enum US for value: US