Validations Profile Response
data class ValidationsProfileResponse(val executedValidations: List<ExecutedValidationResponse>? = null, val platformAttributes: List<PlatformAttributeResponse>? = null, val validationEtag: String? = null)
This is the validations profile of a Gallery Image Version.
Constructors
Link copied to clipboard
constructor(executedValidations: List<ExecutedValidationResponse>? = null, platformAttributes: List<PlatformAttributeResponse>? = null, validationEtag: String? = null)