GoogleCloudApigeeV1SecurityAssessmentResultResource constructor

GoogleCloudApigeeV1SecurityAssessmentResultResource({
  1. GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails? apiHubDeploymentDetails,
  2. String? name,
  3. String? resourceRevisionId,
  4. String? type,
})

Implementation

GoogleCloudApigeeV1SecurityAssessmentResultResource({
  this.apiHubDeploymentDetails,
  this.name,
  this.resourceRevisionId,
  this.type,
});