Skip to content

Commit

Permalink
Fix: contractNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
pennycoders committed Aug 20, 2020
1 parent 2bac541 commit d3f7044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contractresources.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type ContractResources struct {

//ContractResourcesProperties object
type ContractResourcesProperties struct {
PBContractNumber string `json:"contractNumber,omitempty"`
PBContractNumber int64 `json:"contractNumber,omitempty"`
Owner string `json:"owner,omitempty"`
Status string `json:"status,omitempty"`
ResourceLimits *ResourcesLimits `json:"resourceLimits,omitempty"`
Expand Down

0 comments on commit d3f7044

Please sign in to comment.