GoogleCloudResourcesettingsV1Setting class
The schema for settings.
Constructors
- GoogleCloudResourcesettingsV1Setting({GoogleCloudResourcesettingsV1Value? effectiveValue, String? etag, GoogleCloudResourcesettingsV1Value? localValue, GoogleCloudResourcesettingsV1SettingMetadata? metadata, String? name})
- GoogleCloudResourcesettingsV1Setting.fromJson(Map json_)
Properties
- effectiveValue ↔ GoogleCloudResourcesettingsV1Value?
-
The effective value of the setting at the given parent resource, evaluated
based on the resource hierarchy The effective value evaluates to one of
the following options, in this order.
getter/setter pair
- etag ↔ String?
-
A fingerprint used for optimistic concurrency.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- localValue ↔ GoogleCloudResourcesettingsV1Value?
-
The configured value of the setting at the given parent resource, ignoring
the resource hierarchy.
getter/setter pair
- metadata ↔ GoogleCloudResourcesettingsV1SettingMetadata?
-
Metadata about a setting which is not editable by the end user.
getter/setter pair
- name ↔ String?
-
The resource name of the setting.
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