Show / Hide Table of Contents

Class ListReposResponse

Response for ListRepos. The size is not set in the returned repositories.

Inheritance
object
ListReposResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSourceRepositories.v1.Data
Assembly: Google.Apis.CloudSourceRepositories.v1.dll
Syntax
public class ListReposResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If non-empty, additional repositories exist within the project. These can be retrieved by including this value in the next ListReposRequest's page_token field.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Repos

The listed repos.

Declaration
[JsonProperty("repos")]
public virtual IList<Repo> Repos { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><Repo>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX