GoogleCloudIntegrationsV1alphaCloudLoggingDetails constructor

GoogleCloudIntegrationsV1alphaCloudLoggingDetails({
  1. String? cloudLoggingSeverity,
  2. bool? enableCloudLogging,
})

Implementation

GoogleCloudIntegrationsV1alphaCloudLoggingDetails({
  this.cloudLoggingSeverity,
  this.enableCloudLogging,
});