Class AppEdit
Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
Inheritance
System.Object
AppEdit
Implements
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class AppEdit : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpiryTimeSeconds
The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch).
Declaration
public virtual string ExpiryTimeSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The ID of the edit that can be used in subsequent API calls.
Declaration
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |