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"`