GetRepositoryEndpointResult class

Result data returned by getRepositoryEndpoint.

Constructors

GetRepositoryEndpointResult({String? domain, String? domainOwner, String? format, String? id, String? region, String? repository, String? repositoryEndpoint})
Creates a new GetRepositoryEndpointResult. domain Optional. domainOwner Optional. format Optional. id The provider-assigned unique ID for this managed resource. region Optional. repository Optional. repositoryEndpoint URL of the returned endpoint.
const
GetRepositoryEndpointResult.fromMap(Map<String, dynamic> map)
factory

Properties

domain String?
final
domainOwner String?
final
format String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
region String?
final
repository String?
final
repositoryEndpoint String?
URL of the returned endpoint.
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited