All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.octopusden.octopus.vcsfacade.document.PullRequestReviewerDocument.kt Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.vcsfacade.document

import org.springframework.data.elasticsearch.annotations.Field
import org.springframework.data.elasticsearch.annotations.FieldType

data class PullRequestReviewerDocument(
    @Field(type = FieldType.Object) val user: UserDocument,
    @Field(type = FieldType.Boolean) val approved: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy