Show / Hide Table of Contents

Class GoogleCloudApihubV1PluginInstanceActionID

The plugin instance and associated action that is using the curation.

Inheritance
object
GoogleCloudApihubV1PluginInstanceActionID
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 GoogleCloudApihubV1PluginInstanceActionID : IDirectResponseSchema

Properties

ActionId

Output only. The action ID that is using the curation. This should map to one of the action IDs specified in action configs in the plugin.

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. Plugin instance that is using the curation. Format is projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX