Skip to content

Commit

Permalink
Update EquipmentObjectModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kundu-ramit123 committed Oct 17, 2023
1 parent 4409954 commit 4f091e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HubSpot.NET/Api/CustomObject/EquipmentObjectModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public class HubspotEquipmentObjectModel : IHubSpotModel
public string? ZipCode { get; set; }

[DataMember(Name = "name")]
public string? Name { get; set; }
public virtual string? Name { get; set; }

[DataMember(Name = "model")]
public string? Model { get; set; }
Expand Down

0 comments on commit 4f091e1

Please sign in to comment.