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