Show / Hide Table of Contents

Class EditsResource.DetailsResource

The "details" collection of methods.

Inheritance
System.Object
EditsResource.DetailsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DetailsResource

Constructors

DetailsResource(IClientService)

Constructs a new resource.

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

Methods

Get(String, String)

Gets details of an app.

Declaration
public virtual EditsResource.DetailsResource.GetRequest Get(string packageName, string editId)
Parameters
Type Name Description
System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

Returns
Type Description
EditsResource.DetailsResource.GetRequest

Patch(AppDetails, String, String)

Patches details of an app.

Declaration
public virtual EditsResource.DetailsResource.PatchRequest Patch(AppDetails body, string packageName, string editId)
Parameters
Type Name Description
AppDetails body

The body of the request.

System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

Returns
Type Description
EditsResource.DetailsResource.PatchRequest

Update(AppDetails, String, String)

Updates details of an app.

Declaration
public virtual EditsResource.DetailsResource.UpdateRequest Update(AppDetails body, string packageName, string editId)
Parameters
Type Name Description
AppDetails body

The body of the request.

System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

Returns
Type Description
EditsResource.DetailsResource.UpdateRequest
In This Article
Back to top Generated by DocFX