GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest constructor

GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest({
  1. String? action,
  2. List<String>? apiProducts,
  3. GoogleCloudApigeeV1AppGroupAppKey? appGroupAppKey,
})

Implementation

GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest({
  this.action,
  this.apiProducts,
  this.appGroupAppKey,
});