Class GoogleCloudApihubV1DisablePluginInstanceActionRequest
The DisablePluginInstanceAction method's request.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1DisablePluginInstanceActionRequest : IDirectResponseSchema
Properties
ActionId
Required. The action id to disable.
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 |