Class InappproductsListResponse
Inheritance
System.Object
InappproductsListResponse
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class InappproductsListResponse : object, IDirectResponseSchema
Properties
ETag
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
TokenPagination
Declaration
public virtual TokenPagination TokenPagination { get; set; }
Property Value
Implements