GitLabGroupListResponse Interface
public interface GitLabGroupListResponse
An immutable client-side representation of GitLabGroupListResponse.
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 GitLabGroupListResponseInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.GitLabGroupListResponseInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: The link to the next page of items.
Returns:
value
public abstract List<GitLabGroup> value()
Gets the value property: The GitLabGroup items on this page.
Returns: