Show / Hide Table of Contents

Class GoogleCloudApihubV1ManageAddonConfigRequest

The ManageAddonConfig method's request.

Inheritance
object
GoogleCloudApihubV1ManageAddonConfigRequest
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 GoogleCloudApihubV1ManageAddonConfigRequest : IDirectResponseSchema

Properties

Config

Required. The config of the addon to be managed. This config will replace the config present in the addon. The type of the config should match the config type already present in the addon.

Declaration
[JsonProperty("config")]
public virtual GoogleCloudApihubV1AddonConfig Config { get; set; }
Property Value
Type Description
GoogleCloudApihubV1AddonConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX