Show / Hide Table of Contents

Class GoogleCloudApihubV1PluginActionConfig

PluginActionConfig represents the configuration of an action supported by a plugin.

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

Properties

Description

Required. The description of the operation performed by the action.

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

DisplayName

Required. The display name of the action.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Id

Required. The id of the action.

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

TriggerMode

Required. The trigger mode supported by the action.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX