Request

Response

    Class JsonApiRelationshipsRefs

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    Information on other resources that share a custom relationship with this resource.

    [DataContract]
    public class JsonApiRelationshipsRefs
    

    Inheritance

    object JsonApiRelationshipsRefs

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    JsonApiRelationshipsRefs()

    Initializes a new instance of the class.

    public JsonApiRelationshipsRefs()
    

    Properties

    Data

    An array of objects, where each object represents custom relationship.

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public List<JsonApiRelationshipsRefsData> Data { get; set; }
    

    Property Value

    List <JsonApiRelationshipsRefsData >

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.