Hierarchy

  • ApiAssetDto

Properties

attributes: Partial<ApiAssetDtoAttributes>
id: string
relationships: {
    active_child?: {
        data: AssetRelationLink;
    };
    children?: {
        data: AssetRelationLink[];
    };
    company?: {
        data: {
            id: string;
            type: "company";
        };
    };
    parent_asset?: {
        data: AssetRelationLink;
    };
}

Type declaration

type: "asset"