summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/IPv6CidrRangeModel.go
blob: 71de48bdcf3ca39e32098aee36485d2de79e80c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// IPv6CidrRange undocumented
type IPv6CidrRange struct {
	// IPRange is the base model of IPv6CidrRange
	IPRange
	// CidrAddress undocumented
	CidrAddress *string `json:"cidrAddress,omitempty"`
}