Class ListUnmappedIdentitiesResponse
Inheritance
ListUnmappedIdentitiesResponse
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ListUnmappedIdentitiesResponse : 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
UnmappedIdentities
Declaration
[JsonProperty("unmappedIdentities")]
public virtual IList<UnmappedIdentity> UnmappedIdentities { get; set; }
Property Value
Implements