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

org.kohsuke.github.SCIMMeta Maven / Gradle / Ivy

package org.kohsuke.github;

import com.fasterxml.jackson.annotation.JsonProperty;

public class SCIMMeta {
    @JsonProperty("created")
    public String created;

    @JsonProperty("lastModified")
    public String lastModified;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy