GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest constructor

GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest({
  1. String? requestId,
  2. GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo? resourceInfo,
  3. bool? validateOnly,
})

Implementation

GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest({
  this.requestId,
  this.resourceInfo,
  this.validateOnly,
});