Show / Hide Table of Contents

Class GithubDotComWebhookResource

The "githubDotComWebhook" collection of methods.

Inheritance
object
GithubDotComWebhookResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class GithubDotComWebhookResource

Constructors

GithubDotComWebhookResource(IClientService)

Constructs a new resource.

Declaration
public GithubDotComWebhookResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Receive(HttpBody)

ReceiveGitHubDotComWebhook is called when the API receives a github.com webhook.

Declaration
public virtual GithubDotComWebhookResource.ReceiveRequest Receive(HttpBody body)
Parameters
Type Name Description
HttpBody body

The body of the request.

Returns
Type Description
GithubDotComWebhookResource.ReceiveRequest
In this article
Back to top Generated by DocFX