Show / Hide Table of Contents

Class GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest

The ManagePluginInstanceSourceData method's request.

Inheritance
object
GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX