GoogleCloudApigeeV1ControlPlaneAccess constructor

GoogleCloudApigeeV1ControlPlaneAccess({
  1. List<String>? analyticsPublisherIdentities,
  2. String? name,
  3. List<String>? synchronizerIdentities,
})

Implementation

GoogleCloudApigeeV1ControlPlaneAccess({
  this.analyticsPublisherIdentities,
  this.name,
  this.synchronizerIdentities,
});