Class FetchUserRepositoriesResponse
Response message for FetchUserRepositories.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class FetchUserRepositoriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token identifying a page of results the server should return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserRepos
The repositories that the user can access with this account connector.
Declaration
[JsonProperty("userRepos")]
public virtual IList<UserRepository> UserRepos { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<UserRepository> |