Class GoogleCloudApihubV1ResourceConfig
The configuration of resources created for a given plugin instance action.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ResourceConfig : IDirectResponseSchema
Properties
ActionType
Output only. The type of the action.
Declaration
[JsonProperty("actionType")]
public virtual string ActionType { 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 |
PubsubTopic
Output only. The pubsub topic to publish the data to. Format is projects/{project}/topics/{topic}
Declaration
[JsonProperty("pubsubTopic")]
public virtual string PubsubTopic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |