SetLoggingServiceRequest constructor

SetLoggingServiceRequest({
  1. String? clusterId,
  2. String? loggingService,
  3. String? name,
  4. String? projectId,
  5. String? zone,
})

Implementation

SetLoggingServiceRequest({
  this.clusterId,
  this.loggingService,
  this.name,
  this.projectId,
  this.zone,
});