Show / Hide Table of Contents

Class GoogleCloudResourcesettingsV1Value

The data in a setting value.

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

Properties

BooleanValue

Defines this value as being a boolean value.

Declaration
[JsonProperty("booleanValue")]
public virtual bool? BooleanValue { get; set; }
Property Value
Type Description
bool?

DurationValue

Defines this value as being a Duration.

Declaration
[JsonProperty("durationValue")]
public virtual object DurationValue { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

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

EnumValue

Defines this value as being a Enum.

Declaration
[JsonProperty("enumValue")]
public virtual GoogleCloudResourcesettingsV1ValueEnumValue EnumValue { get; set; }
Property Value
Type Description
GoogleCloudResourcesettingsV1ValueEnumValue

StringMapValue

Defines this value as being a StringMap.

Declaration
[JsonProperty("stringMapValue")]
public virtual GoogleCloudResourcesettingsV1ValueStringMap StringMapValue { get; set; }
Property Value
Type Description
GoogleCloudResourcesettingsV1ValueStringMap

StringSetValue

Defines this value as being a StringSet.

Declaration
[JsonProperty("stringSetValue")]
public virtual GoogleCloudResourcesettingsV1ValueStringSet StringSetValue { get; set; }
Property Value
Type Description
GoogleCloudResourcesettingsV1ValueStringSet

StringValue

Defines this value as being a string value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX