$DocumentationRule class
Used by:
- servicemanagement:v1 : DocumentationRule
- serviceusage:v1 : DocumentationRule
Constructors
- $DocumentationRule({String? deprecationDescription, String? description, String? disableReplacementWords, String? selector})
- $DocumentationRule.fromJson(Map json_)
Properties
- deprecationDescription ↔ String?
-
Deprecation description of the selected element(s).
getter/setter pair
- description ↔ String?
-
Description of the selected proto element (e.g. a message, a method, a
'service' definition, or a field).
getter/setter pair
- disableReplacementWords ↔ String?
-
String of comma or space separated case-sensitive words for which
method/field name replacement will be disabled by go/api-docgen.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selector ↔ String?
-
The selector is a comma-separated list of patterns for any element such as
a method, a field, an enum value.
getter/setter pair
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