Show / Hide Table of Contents

Class AppsResource

The "apps" collection of methods.

Inheritance
object
AppsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Playdeveloperreporting.v1beta1
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class AppsResource

Constructors

AppsResource(IClientService)

Constructs a new resource.

Declaration
public AppsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

FetchReleaseFilterOptions(string)

Describes filtering options for releases.

Declaration
public virtual AppsResource.FetchReleaseFilterOptionsRequest FetchReleaseFilterOptions(string name)
Parameters
Type Name Description
string name

Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app}

Returns
Type Description
AppsResource.FetchReleaseFilterOptionsRequest

Search()

Searches for Apps accessible by the user.

Declaration
public virtual AppsResource.SearchRequest Search()
Returns
Type Description
AppsResource.SearchRequest
In this article
Back to top Generated by DocFX