ListCodeSigningConfigsResponse constructor
ListCodeSigningConfigsResponse({
- List<
CodeSigningConfig> ? codeSigningConfigs, - String? nextMarker,
Implementation
ListCodeSigningConfigsResponse({
this.codeSigningConfigs,
this.nextMarker,
});