[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
ServiceTrialDetails
Defines the properties of the Service trial details.
Properties
integer as int64
endTime
Optional
The end date/ time of the service trial.
integer as int64
startTime
Optional
The start date/ time of the service trial.
status
Optional
Defines the properties of the trial status.
Possible values are: AVAILABLE , ACTIVE , ENDED
JSON Example
{
"endTime": 12345,
"startTime": 12345,
"status": "ACTIVE"
}