GoogleCloudApigeeV1Operation class
Represents the pairing of REST resource path and the actions (verbs) allowed on the resource path.
Constructors
-
GoogleCloudApigeeV1Operation({List<
String> ? methods, String? resource}) - GoogleCloudApigeeV1Operation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
methods
↔ List<
String> ? -
methods refers to the REST verbs as in
https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html.
getter/setter pair
- resource ↔ String?
-
REST resource path associated with the API proxy or remote service.
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