Show / Hide Table of Contents

Class InappproductsListResponse

Inheritance
System.Object
InappproductsListResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class InappproductsListResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Inappproduct

Declaration
public virtual IList<InAppProduct> Inappproduct { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<InAppProduct>

Kind

Identifies what kind of resource this is. Value: the fixed string "androidpublisher#inappproductsListResponse".

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

PageInfo

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

TokenPagination

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

Implements

IDirectResponseSchema
Back to top