GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails constructor

GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails({
  1. String? displayName,
  2. String? gateway,
  3. String? gatewayType,
  4. String? resourceUri,
  5. String? sourceProject,
})

Implementation

GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails({
  this.displayName,
  this.gateway,
  this.gatewayType,
  this.resourceUri,
  this.sourceProject,
});