Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
adambarreiro committed Jun 13, 2024
1 parent f44519e commit 275ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/v56/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ type InstantiationParams struct {
// Description: Represents an Org VDC network in the vCloud model.
// Since: 5.1
type OrgVDCNetwork struct {
// XMLName xml.Name `xml:"OrgVdcNetwork"`
XMLName xml.Name `xml:"OrgVdcNetwork"`
Xmlns string `xml:"xmlns,attr,omitempty"`
HREF string `xml:"href,attr,omitempty" json:"href,omitempty"`
Type string `xml:"type,attr,omitempty" json:"type,omitempty"`
Expand Down

0 comments on commit 275ddc0

Please sign in to comment.