Class ProjectsResource.LocationsResource.ConnectionsResource.ListenEventRequest
ListenEvent listens to the event.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.ListenEventRequest
Inherited Members
Namespace: Google.Apis.Connectors.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.ListenEventRequest : ConnectorsBaseServiceRequest<ListenEventResponse>, IClientServiceRequest<ListenEventResponse>, IClientServiceRequest
Constructors
ListenEventRequest(IClientService, ListenEventRequest, string)
Constructs a new ListenEvent request.
Declaration
public ListenEventRequest(IClientService service, ListenEventRequest body, string resourcePath)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ListenEventRequest | body | |
string | resourcePath |
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
ResourcePath
Required. Resource path for request.
Declaration
[RequestParameter("resourcePath", RequestParameterType.Path)]
public virtual string ResourcePath { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ListenEvent parameter list.
Declaration
protected override void InitParameters()