GoogleCloudApihubV1ExternalApi class

An external API represents an API being provided by external sources.

This can be used to model third-party APIs and can be used to define dependencies.

Constructors

GoogleCloudApihubV1ExternalApi.new({Map<String, GoogleCloudApihubV1AttributeValues>? attributes, String? createTime, String? description, String? displayName, GoogleCloudApihubV1Documentation? documentation, List<String>? endpoints, String? name, List<String>? paths, String? updateTime})
GoogleCloudApihubV1ExternalApi.fromJson(Map json_)

Properties

attributes Map<String, GoogleCloudApihubV1AttributeValues>?
The list of user defined attributes associated with the Version resource.
getter/setter pair
createTime String?
Creation timestamp.
getter/setter pair
description String?
Description of the external API.
getter/setter pair
displayName String?
Display name of the external API.
getter/setter pair
documentation GoogleCloudApihubV1Documentation?
Documentation of the external API.
getter/setter pair
endpoints List<String>?
List of endpoints on which this API is accessible.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
paths List<String>?
List of paths served by this API.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Last update timestamp.
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