Show / Hide Table of Contents

Class GoogleCloudRetailV2betaListServingConfigsResponse

Response for ListServingConfigs method.

Inheritance
object
GoogleCloudRetailV2betaListServingConfigsResponse
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.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaListServingConfigsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

Pagination token, if not returned indicates the last page.

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

ServingConfigs

All the ServingConfigs for a given catalog.

Declaration
[JsonProperty("servingConfigs")]
public virtual IList<GoogleCloudRetailV2betaServingConfig> ServingConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2betaServingConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX