type Type struct {
// MapOfStringToString should be included. MapOfStringToString map[string]string// MapOfMapsToMaps should be included. MapOfMapsToMaps map[string]map[string]string// MapOfMapValue should be included. MapOfMapValue map[string]MapValue
}