Class GoogleCloudApihubV1CollectApiDataRequest
The CollectApiData method's request.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1CollectApiDataRequest : IDirectResponseSchema
Properties
ActionId
Required. The action ID to be used for collecting the API data. 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 |
ApiData
Required. The API data to be collected.
Declaration
[JsonProperty("apiData")]
public virtual GoogleCloudApihubV1ApiData ApiData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1ApiData |
CollectionType
Required. The type of collection. Applies to all entries in api_data.
Declaration
[JsonProperty("collectionType")]
public virtual string CollectionType { 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
Required. The plugin instance collecting the API data. Format:
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
.
Declaration
[JsonProperty("pluginInstance")]
public virtual string PluginInstance { get; set; }
Property Value
Type | Description |
---|---|
string |