C# Class ConoHaNet.Objects.Identity.UpdateUserCredentialRequest

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
UpdateUserCredentialRequest ( string username, string apiKey ) : System

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

Method Details

UpdateUserCredentialRequest() public method

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.
return System