GetRepositoryEndpointResult constructor

const GetRepositoryEndpointResult({
  1. String? domain,
  2. String? domainOwner,
  3. String? format,
  4. String? id,
  5. String? region,
  6. String? repository,
  7. 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.

Implementation

const GetRepositoryEndpointResult({
  this.domain,
  this.domainOwner,
  this.format,
  this.id,
  this.region,
  this.repository,
  this.repositoryEndpoint,
});