C# Класс ConoHaNet.Objects.UserCredential

Наследование: ExtensibleJsonObject
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
UserCredential ( string name, string username, string apiKey ) : Providers

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

Описание методов

UserCredential() публичный Метод

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.
Результат Providers