Class GoogleCloudApihubV1ExecutePluginInstanceActionRequest
The ExecutePluginInstanceAction method's request.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ExecutePluginInstanceActionRequest : IDirectResponseSchema
Properties
ActionExecutionDetail
Required. The execution details for the action to execute.
Declaration
[JsonProperty("actionExecutionDetail")]
public virtual GoogleCloudApihubV1ActionExecutionDetail ActionExecutionDetail { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1ActionExecutionDetail |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |