Publishing constructor

Publishing({
  1. String? apiShortName,
  2. List<String>? codeownerGithubTeams,
  3. String? docTagPrefix,
  4. String? documentationUri,
  5. String? githubLabel,
  6. List<ClientLibrarySettings>? librarySettings,
  7. List<MethodSettings>? methodSettings,
  8. String? newIssueUri,
  9. String? organization,
  10. String? protoReferenceDocumentationUri,
  11. String? restReferenceDocumentationUri,
})

Implementation

Publishing({
  this.apiShortName,
  this.codeownerGithubTeams,
  this.docTagPrefix,
  this.documentationUri,
  this.githubLabel,
  this.librarySettings,
  this.methodSettings,
  this.newIssueUri,
  this.organization,
  this.protoReferenceDocumentationUri,
  this.restReferenceDocumentationUri,
});