Show / Hide Table of Contents

Class GoogleCloudApihubV1MultiSelectValues

The config variable value of data type multi select.

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

Properties

ETag

The ETag of the item.

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

Values

Optional. The config variable value of data type multi select.

Declaration
[JsonProperty("values")]
public virtual IList<GoogleCloudApihubV1ConfigValueOption> Values { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1ConfigValueOption>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX