Show / Hide Table of Contents

Class ListCompaniesResponse

The List companies response object.

Inheritance
object
ListCompaniesResponse
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.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class ListCompaniesResponse : IDirectResponseSchema

Properties

Companies

Companies for the current client.

Declaration
[JsonProperty("companies")]
public virtual IList<Company> Companies { get; set; }
Property Value
Type Description
IList<Company>

ETag

The ETag of the item.

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

Metadata

Additional information for the API invocation, such as the request tracking id.

Declaration
[JsonProperty("metadata")]
public virtual ResponseMetadata Metadata { get; set; }
Property Value
Type Description
ResponseMetadata

NextPageToken

A token to retrieve the next page of results.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX