added fqdn field to product struct

master
Piyush Harsh 5 years ago
parent eeab2880e6
commit 8c2fbbdbf8
  1. 1
      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"`

Loading…
Cancel
Save