Class GoogleCloudApihubV1PluginInstanceActionSource
PluginInstanceActionSource represents the plugin instance action source.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1PluginInstanceActionSource : IDirectResponseSchema
Properties
ActionId
Output only. The id of the plugin instance action.
Declaration
[JsonProperty("actionId")]
public virtual string ActionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PluginInstance
Output only. The resource name of the source plugin instance. Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
Declaration
[JsonProperty("pluginInstance")]
public virtual string PluginInstance { get; set; }
Property Value
Type | Description |
---|---|
string |