GoogleCloudAssetV1Identity constructor

GoogleCloudAssetV1Identity({
  1. IamPolicyAnalysisState? analysisState,
  2. String? name,
})

Implementation

GoogleCloudAssetV1Identity({
  this.analysisState,
  this.name,
});