SettingsBaseImageDetails

The BaseImageDetails structure contains information that provide more details about the base image from the depot.


Properties

string
display_name Required

Display name of the base image.


string
display_version Required

Human readable version of the base image.


string as date-time
release_date Required

Release date of the base image.

JSON Example

{
	"display_name": "string",
	"display_version": "string",
	"release_date": "string"
}

Feedback

Was this page helpful?