type DataStructureResponse struct {
    //List of map config for the cluster. For more information, see [Map Configuration](https://docs.cloud.hazelcast.com/docs/map-configurations)
    MapConfigs []MapConfigResponse `json:"mapConfigs"`
    //List of JCache config for the cluster. For more information, see [JCache](https://docs.cloud.hazelcast.com/docs/jcache)
    JCacheConfigs []JCacheConfigResponse `json:"jCacheConfigs"`