Class ListItemNamesForUnmappedIdentityResponse
Inheritance
ListItemNamesForUnmappedIdentityResponse
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ListItemNamesForUnmappedIdentityResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ItemNames
Declaration
[JsonProperty("itemNames")]
public virtual IList<string> ItemNames { 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
Implements