Class EnterprisesResource.AcknowledgeNotificationSetRequest
Acknowledges notifications that were received from Enterprises.PullNotificationSet to prevent subsequent calls from returning the same notifications.
Inheritance
EnterprisesResource.AcknowledgeNotificationSetRequest
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class EnterprisesResource.AcknowledgeNotificationSetRequest : AndroidEnterpriseBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
AcknowledgeNotificationSetRequest(IClientService)
Constructs a new AcknowledgeNotificationSet request.
Declaration
public AcknowledgeNotificationSetRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
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
NotificationSetId
The notification set ID as returned by Enterprises.PullNotificationSet. This must be provided.
Declaration
[RequestParameter("notificationSetId", RequestParameterType.Query)]
public virtual string NotificationSetId { get; set; }
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 AcknowledgeNotificationSet parameter list.
Declaration
protected override void InitParameters()