Class GitHubRepoEvidence

java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.GitHubRepoEvidence
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class GitHubRepoEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Git Hub Repo Evidence.
  • Field Details

    • baseUrl

      @SerializedName(value="baseUrl", alternate="BaseUrl") @Expose @Nullable public String baseUrl
      The Base Url.
    • login

      @SerializedName(value="login", alternate="Login") @Expose @Nullable public String login
      The Login.
    • owner

      @SerializedName(value="owner", alternate="Owner") @Expose @Nullable public String owner
      The Owner.
    • ownerType

      @SerializedName(value="ownerType", alternate="OwnerType") @Expose @Nullable public String ownerType
      The Owner Type.
    • repoId

      @SerializedName(value="repoId", alternate="RepoId") @Expose @Nullable public String repoId
      The Repo Id.
  • Constructor Details

    • GitHubRepoEvidence

      public GitHubRepoEvidence()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AlertEvidence
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to