ListCodeSigningConfigsResponse constructor

ListCodeSigningConfigsResponse({
  1. List<CodeSigningConfig>? codeSigningConfigs,
  2. String? nextMarker,
})

Implementation

ListCodeSigningConfigsResponse({
  this.codeSigningConfigs,
  this.nextMarker,
});