SettingsClustersDepotOverridesInfo

The DepotOverrides.Info structure defines the information regarding depot overrides for a given cluster.


Properties

depots Required

List of the depot overrides.

JSON Example

{
	"depots": [
		{
			"location": "string"
		}
	]
}

Feedback

Was this page helpful?