Class PaginationInfoSelf
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
A container for the link to the current page of the response.
[DataContract]
public class PaginationInfoSelf
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
PaginationInfoSelf()
Initializes a new instance of the
public PaginationInfoSelf()
Properties
Href
A hypertext reference to the location of the referenced resource.
[DataMember(Name = "href", EmitDefaultValue = false)]
public string Href { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.