Class ResellernotifyResource.UnregisterRequest
Unregisters a Reseller for receiving notifications.
Inheritance
ResellernotifyResource.UnregisterRequest
Inherited Members
Namespace: Google.Apis.Reseller.v1
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class ResellernotifyResource.UnregisterRequest : ResellerBaseServiceRequest<ResellernotifyResource>, IClientServiceRequest<ResellernotifyResource>, IClientServiceRequest
Constructors
UnregisterRequest(IClientService)
Constructs a new Unregister request.
Declaration
public UnregisterRequest(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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Reseller.v1.Data.ResellernotifyResource>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Reseller.v1.Data.ResellernotifyResource>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Reseller.v1.Data.ResellernotifyResource>.RestPath
ServiceAccountEmailAddress
The service account which owns the Cloud-PubSub topic.
Declaration
[RequestParameter("serviceAccountEmailAddress", RequestParameterType.Query)]
public virtual string ServiceAccountEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Unregister parameter list.
Declaration
protected override void InitParameters()