GoogleCloudApigeeV1ListEnvironmentResourcesResponse constructor

GoogleCloudApigeeV1ListEnvironmentResourcesResponse({
  1. List<GoogleCloudApigeeV1ResourceFile>? resourceFile,
})

Implementation

GoogleCloudApigeeV1ListEnvironmentResourcesResponse({
  this.resourceFile,
});