Request

Response

    Enum With

    Namespace: Autodesk.Oss.Model
    Assembly: Autodesk.Oss.dll

    Not applicable for Head operation The optional information you can request for. To request more than one of the following, specify this parameter multiple times in the request. Possible values:

    • createdDate
    • lastAccessedDate
    • lastModifiedDate
    • userDefinedMetadata
    [JsonConverter(typeof(StringEnumConverter))]
    public enum With
    

    Fields

    CreatedDate = 0

    Enum CreatedDate for value: createdDate

    LastAccessedDate = 1

    Enum LastAccessedDate for value: lastAccessedDate

    LastModifiedDate = 2

    Enum LastModifiedDate for value: lastModifiedDate

    UserDefinedMetadata = 3

    Enum UserDefinedMetadata for value: userDefinedMetadata