GoogleCloudResourcesettingsV1SettingMetadata class
Metadata about a setting which is not editable by the end user.
Constructors
- GoogleCloudResourcesettingsV1SettingMetadata({String? dataType, GoogleCloudResourcesettingsV1Value? defaultValue, String? description, String? displayName, bool? readOnly})
 - GoogleCloudResourcesettingsV1SettingMetadata.fromJson(Map json_)
 
Properties
- dataType ↔ String?
 - 
  The data type for this setting.
Possible string values are:
  getter/setter pair
 - defaultValue ↔ GoogleCloudResourcesettingsV1Value?
 - 
  The value provided by Setting.effective_value if no setting value is
explicitly set.
  getter/setter pair
 - description ↔ String?
 - 
  A detailed description of what this setting does.
  getter/setter pair
 - displayName ↔ String?
 - 
  The human readable name for this setting.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - readOnly ↔ bool?
 - 
  A flag indicating that values of this setting cannot be modified.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited