GetRepositoryEndpointResult constructor
const
GetRepositoryEndpointResult({})
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.
Implementation
const GetRepositoryEndpointResult({
this.domain,
this.domainOwner,
this.format,
this.id,
this.region,
this.repository,
this.repositoryEndpoint,
});