HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class UpdateAsset

    Provides all the properties to update an existing Asset in hudu.

    Inheritance
    System.Object
    Asset
    UpdateAsset
    Implements
    IParameters
    Inherited Members
    Asset.AssetLayoutId
    Asset.CompanyId
    Asset.CustomFields
    Asset.Name
    Asset.PrimaryMail
    Asset.PrimaryManufacturer
    Asset.PrimaryModel
    Asset.PrimarySerial
    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

    Implements

    IParameters

    See Also

    Asset
    © Dracon80. All rights reserved.