GitHubOwnerListResponse Interface
public interface GitHubOwnerListResponse
An immutable client-side representation of GitHubOwnerListResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
|
abstract
List<Git |
value()
Gets the value property: The Git |
Method Details
innerModel
public abstract GitHubOwnerListResponseInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.GitHubOwnerListResponseInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: The link to the next page of items.
Returns:
value
public abstract List<GitHubOwner> value()
Gets the value property: The GitHubOwner items on this page.
Returns: