Show / Hide Table of Contents

Class GoogleCloudResourcesettingsV1ValueEnumValue

A enum value that can hold any enum type setting values. Each enum type is represented by a number, this representation is stored in the definitions.

Inheritance
object
GoogleCloudResourcesettingsV1ValueEnumValue
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.ResourceSettings.v1.Data
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public class GoogleCloudResourcesettingsV1ValueEnumValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Value

The value of this enum

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX