Class GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest
The ManagePluginInstanceSourceData method's request.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest : IDirectResponseSchema
Properties
Action
Required. Action to be performed.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Data
Required. Data to be managed.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataType
Required. Type of data to be managed.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { 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 |
RelativePath
Required. Relative path of data being managed for a given plugin instance.
Declaration
[JsonProperty("relativePath")]
public virtual string RelativePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |