C# Класс ConoHaNet.Objects.Identity.UpdateUserCredentialRequest

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
UpdateUserCredentialRequest ( string username, string apiKey ) : System

Initializes a new instance of the UpdateUserCredentialRequest class with the specified API Key credentials.

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

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

Initializes a new instance of the UpdateUserCredentialRequest class with the specified API Key credentials.
/// If is . /// -or- /// If is . /// /// If is empty. /// -or- /// If is empty. ///
public UpdateUserCredentialRequest ( string username, string apiKey ) : System
username string The new username.
apiKey string The new API key.
Результат System