The related tweets object. Represents the result from the related_results/show/:id.json endpoint.
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization.OptIn)] public class TwitterRelatedTweets : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization.OptIn)> _ Public Class TwitterRelatedTweets _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterRelatedTweets()()()() | Initializes a new instance of the TwitterRelatedTweets class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| GroupName |
Gets or sets the name of the group.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Results |
Gets or sets the results.
| |
| ResultType |
Gets or sets the type of the result.
| |
| Score |
Gets or sets the score.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| TwitterObject | ||
| TwitterRelatedTweets | ||
RelatedResultsCommand