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

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

package org.kohsuke.github;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * Represents the result of a GraphQL team member edge.
 *
 * @author Hiroyuki Wada
 */
public class GraphQLTeamMemberEdge extends GraphQLEdge {
    @JsonProperty("role")
    public GraphQLTeamMemberRole role;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy