| UserResponse Class |
Namespace: InstaSharp.Models.Responses
The UserResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| UserResponse | Initializes a new instance of the UserResponse class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Data |
Gets or sets the data.
| |
| Meta |
Gets or sets the meta.
(Inherited from Response.) | |
| RateLimitLimit |
The total number of calls allowed within the 1-hour window
(Inherited from Response.) | |
| RateLimitRemaining |
The remaining number of calls available to your app within the 1-hour window
(Inherited from Response.) |