Class AssetPasswords
Represents a list of Asset Passwords returned from the Hudu api endpoint asset_passwords
Inheritance
System.Object
AssetPasswords
Implements
Namespace: HuduAPI.Records
Assembly: HuduAPI.dll
Syntax
public class AssetPasswords : IRecord
Constructors
AssetPasswords()
Declaration
public AssetPasswords()
Properties
AssetPasswordList
Declaration
[JsonProperty("asset_passwords")]
public IList<AssetPassword> AssetPasswordList { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AssetPassword> |
Item[Int32]
Gets the System.Nullable<T> with the specified identifier. Null is returned if no result is found
Declaration
public AssetPassword this[int id] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | The identifier. |
Property Value
| Type | Description |
|---|---|
| AssetPassword | The System.Nullable<T>. |