ValidateCustomConnectorSpecRequest constructor

ValidateCustomConnectorSpecRequest({
  1. String? serviceAccount,
  2. String? specLocation,
  3. String? specType,
})

Implementation

ValidateCustomConnectorSpecRequest({
  this.serviceAccount,
  this.specLocation,
  this.specType,
});