Show / Hide Table of Contents

Class ListConversionSourcesResponse

Response message for the ListConversionSources method.

Inheritance
object
ListConversionSourcesResponse
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ListConversionSourcesResponse : IDirectResponseSchema

Properties

ConversionSources

List of conversion sources.

Declaration
[JsonProperty("conversionSources")]
public virtual IList<ConversionSource> ConversionSources { get; set; }
Property Value
Type Description
IList<ConversionSource>

ETag

The ETag of the item.

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

NextPageToken

Token to be used to fetch the next results page.

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