Class GoogleCloudResourcesettingsV1Value
The data in a setting value.
Implements
Inherited Members
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 |