Class SpecificPropertiesPayload
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Represents the request body of a Fetch Specific Properties operation.
[DataContract]
public class SpecificPropertiesPayload
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
SpecificPropertiesPayload()
Initializes a new instance of the
public SpecificPropertiesPayload()
Properties
Fields
Specifies what properties of the objects to return. If you do not specify this attribute, the response returns all properties.
Possible values are:
properties
- Return all properties.properties.something
- Return the property namedsomething
and all its children.properties.some*
- Return all properties with names that begin withsome
and all their children.properties.category.*
- Return the property namedcategory
and all its children.properties.*.property
- Return any property namedproperty
regardless of its parent.
[DataMember(Name = "fields", EmitDefaultValue = false)]
public object Fields { get; set; }
Property Value
Pagination
Gets or Sets Pagination
[DataMember(Name = "pagination", EmitDefaultValue = false)]
public SpecificPropertiesPayloadPagination Pagination { get; set; }
Property Value
Payload
Gets or Sets Payload
[DataMember(Name = "payload", EmitDefaultValue = true)]
public Payload Payload { get; set; }
Property Value
Query
Gets or Sets Query
[DataMember(Name = "query", EmitDefaultValue = false)]
public ISpecificPropertiesPayloadQuery Query { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object