From 8c2fbbdbf8bbff969955f3c5f7de30ee94e526f6 Mon Sep 17 00:00:00 2001 From: Piyush Harsh Date: Tue, 10 Dec 2019 10:02:25 +0100 Subject: [PATCH] added fqdn field to product struct --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 23ffd2d..dc61d70 100644 --- a/types.go +++ b/types.go @@ -11,6 +11,7 @@ type Product struct { ProductId string `json:"productId"` ResourceId string `json:"resourceId"` ProjectId string `json:"projectId"` + Fqdn string `json:"fqdn"` CustomerId string `json:"customerId"` BelongsTo string `json:"belongsTo"` Name string `json:"name"`