Class ListDataSourceResponse
Inheritance
ListDataSourceResponse
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ListDataSourceResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Sources
Declaration
[JsonProperty("sources")]
public virtual IList<DataSource> Sources { get; set; }
Property Value
Implements