Class UpdateAsset
Provides all the properties to update an existing Asset in hudu.
Implements
Inherited Members
Namespace: HuduAPI.Endpoints.Parameters
Assembly: HuduAPI.dll
Syntax
public class UpdateAsset : Asset, IParameters
Constructors
UpdateAsset(Int32, Int32, Int32, String)
Initializes a new instance of the UpdateAsset class.
Declaration
public UpdateAsset(int asset_id, int companyId, int assetLayoutId, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | asset_id | The asset identifier. |
| System.Int32 | companyId | The company identifier. |
| System.Int32 | assetLayoutId | The asset layout identifier. |
| System.String | name | The name. |
Properties
AssetId
Gets the asset identifier.
Declaration
[JsonIgnore]
public int AssetId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The asset identifier. |
PayloadType
Declaration
[JsonIgnore]
public string PayloadType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |