Interface Repo


  • public interface Repo
    An immutable client-side representation of Repo.
    • Method Detail

      • url

        String url()
        Gets the url property: The url to access the repository.
        Returns:
        the url value.
      • fullName

        String fullName()
        Gets the fullName property: The name of the repository.
        Returns:
        the fullName value.
      • branches

        List<String> branches()
        Gets the branches property: Array of branches.
        Returns:
        the branches value.
      • innerModel

        RepoInner innerModel()
        Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.RepoInner object.
        Returns:
        the inner object.