GitHubOAuthListResponse Interface
public interface GitHubOAuthListResponse
An immutable client-side representation of GitHubOAuthListResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
innerModel()
Gets the inner com. |
|
abstract
List<Git |
value()
Gets the value property: Singleton list response containing one Git |
Method Details
innerModel
public abstract GitHubOAuthListResponseInner innerModel()
Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthListResponseInner object.
Returns:
value
public abstract List<GitHubOAuthResponse> value()
Gets the value property: Singleton list response containing one GitHubOAuthResponse response.
Returns: