C# Class ConoHaNet.Objects.UserCredential

Inheritance: ExtensibleJsonObject
Exibir arquivo Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
UserCredential ( string name, string username, string apiKey ) : Providers

Initializes a new instance of the UserCredential class with the specified name, username, and API key.

Method Details

UserCredential() public method

Initializes a new instance of the UserCredential class with the specified name, username, and API key.
public UserCredential ( string name, string username, string apiKey ) : Providers
name string The name.
username string The username.
apiKey string The API key.
return Providers