Class EditsResource.CommitRequest
Commits an app edit.
Inheritance
EditsResource.CommitRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.CommitRequest : AndroidPublisherBaseServiceRequest<AppEdit>, IClientServiceRequest<AppEdit>, IClientServiceRequest
Constructors
CommitRequest(IClientService, string, string)
Constructs a new Commit request.
Declaration
public CommitRequest(IClientService service, string packageName, string editId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
string | editId |
Properties
ChangesNotSentForReview
Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
Declaration
[RequestParameter("changesNotSentForReview", RequestParameterType.Query)]
public virtual bool? ChangesNotSentForReview { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EditId
Identifier of the edit.
Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Commit parameter list.
Declaration
protected override void InitParameters()