GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse constructor
GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse({
- String? errorCode,
- String? message,
- GoogleFirebaseAppdistroV1alphaRelease? release,
- String? status,
Implementation
GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse({
this.errorCode,
this.message,
this.release,
this.status,
});