Class GoogleCloudResourcesettingsV1SettingMetadata
Metadata about a setting which is not editable by the end user.
Implements
Inherited Members
Namespace: Google.Apis.ResourceSettings.v1.Data
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public class GoogleCloudResourcesettingsV1SettingMetadata : IDirectResponseSchema
Properties
DataType
The data type for this setting.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultValue
The value provided by Setting.effective_value if no setting value is explicitly set. Note: not all settings have a default value.
Declaration
[JsonProperty("defaultValue")]
public virtual GoogleCloudResourcesettingsV1Value DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudResourcesettingsV1Value |
Description
A detailed description of what this setting does.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The human readable name for this setting.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadOnly__
A flag indicating that values of this setting cannot be modified. See documentation for the specific setting for updates and reasons.
Declaration
[JsonProperty("readOnly")]
public virtual bool? ReadOnly__ { get; set; }
Property Value
Type | Description |
---|---|
bool? |