Skip to content

Commit

Permalink
add extensions in instance
Browse files Browse the repository at this point in the history
  • Loading branch information
JunliWang authored and hkantare committed Jul 14, 2020
1 parent fb57d39 commit c7ecb3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/resource_service_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type MetadataType struct {
ID string `json:"id"`
ID string `json:"id"`
Guid string `json:"guid"`
Url string `json:"url"`
CreatedAt *time.Time `json:"created_at"`
Expand All @@ -26,6 +26,7 @@ type ServiceInstance struct {
Crn crn.CRN `json:"crn,omitempty"`
Tags []string `json:"tags,omitempty"`
Parameters map[string]interface{} `json:"parameters,omitempty"`
Extensions map[string]interface{} `json:"extensions,omitempty"`
CreateTime int64 `json:"create_time"`
State string `json:"state"`
Type string `json:"type"`
Expand Down

0 comments on commit c7ecb3b

Please sign in to comment.