TwitterModelFactory.UserDetailsModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.Connectors.Sdk.Twitter.Models.UserDetailsModel UserDetailsModel(string name = default, string location = default, long? userId = default, string userName = default, long? followersCount = default, string description = default, long? statusesCount = default, long? friendsCount = default, long? favouritesCount = default, string profileImageUrl = default);
static member UserDetailsModel : string * string * Nullable<int64> * string * Nullable<int64> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Azure.Connectors.Sdk.Twitter.Models.UserDetailsModel
Public Shared Function UserDetailsModel (Optional name As String = Nothing, Optional location As String = Nothing, Optional userId As Nullable(Of Long) = Nothing, Optional userName As String = Nothing, Optional followersCount As Nullable(Of Long) = Nothing, Optional description As String = Nothing, Optional statusesCount As Nullable(Of Long) = Nothing, Optional friendsCount As Nullable(Of Long) = Nothing, Optional favouritesCount As Nullable(Of Long) = Nothing, Optional profileImageUrl As String = Nothing) As UserDetailsModel
Parameters
- name
- String
- location
- String
- userName
- String
- description
- String
- profileImageUrl
- String