PublishItemRequest constructor
PublishItemRequest({
- bool? blockOnWarnings,
- List<
DeployInfo> ? deployInfos, - String? publishType,
- bool? skipReview,
Implementation
PublishItemRequest({
this.blockOnWarnings,
this.deployInfos,
this.publishType,
this.skipReview,
});