Class GoogleCloudApihubV1MultiIntValues
The config variable value of data type multi int.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1MultiIntValues : 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 int.
Declaration
[JsonProperty("values")]
public virtual IList<int?> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int?> |