C# Class ConoHaNet.Objects.Identity.Role

Inheritance: ExtensibleJsonObject
Mostra file Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Role ( string name, string description ) : System.Diagnostics

Initializes a new instance of the Role class with the specified name and description.

Method Details

Role() public method

Initializes a new instance of the Role class with the specified name and description.
public Role ( string name, string description ) : System.Diagnostics
name string The name of the role.
description string The description of the role.
return System.Diagnostics