CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.Withheld Class Reference

Contains withholding details for withheld content. More...

Inheritance diagram for CoreTweet.V2.Withheld:
CoreTweet.Core.CoreBase

Properties

bool? Copyright [get, set]
 Indicates if the content is being withheld for on the basis of copyright infringement. More...
 
string[] CountryCodes [get, set]
 Provides a list of countries where this user is not available. More...
 
WithheldScope Scope [get, set]
 Indicates whether the content being withheld is a Tweet or a user. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Contains withholding details for withheld content.

Property Documentation

◆ Copyright

bool? CoreTweet.V2.Withheld.Copyright
getset

Indicates if the content is being withheld for on the basis of copyright infringement.

◆ CountryCodes

string [] CoreTweet.V2.Withheld.CountryCodes
getset

Provides a list of countries where this user is not available.

◆ Scope

WithheldScope CoreTweet.V2.Withheld.Scope
getset

Indicates whether the content being withheld is a Tweet or a user.


The documentation for this class was generated from the following file: