Show / Hide Table of Contents

Class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails

The details of the Application Integration endpoint to be triggered for curation.

Inheritance
object
GoogleCloudApihubV1ApplicationIntegrationEndpointDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TriggerId

Required. The API trigger ID of the Application Integration workflow.

Declaration
[JsonProperty("triggerId")]
public virtual string TriggerId { get; set; }
Property Value
Type Description
string

Uri

Required. The endpoint URI should be a valid REST URI for triggering an Application Integration. Format: https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute or https://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX