GoogleCloudApigeeV1Reference class

A Reference configuration.

References must refer to a keystore that also exists in the parent environment.

Constructors

GoogleCloudApigeeV1Reference({String? description, String? name, String? refers, String? resourceType})
GoogleCloudApigeeV1Reference.fromJson(Map json_)

Properties

description String?
A human-readable description of this reference.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource id of this reference.
getter/setter pair
refers String?
The id of the resource to which this reference refers.
getter/setter pair
resourceType String?
The type of resource referred to by this reference.
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