Publishing constructor
Publishing({
- String? apiShortName,
- List<
String> ? codeownerGithubTeams, - String? docTagPrefix,
- String? documentationUri,
- String? githubLabel,
- List<
ClientLibrarySettings> ? librarySettings, - List<
MethodSettings> ? methodSettings, - String? newIssueUri,
- String? organization,
- String? protoReferenceDocumentationUri,
- 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,
});