GoogleCloudApigeeV1ApiProxyRevision constructor

GoogleCloudApigeeV1ApiProxyRevision({
  1. String? archive,
  2. List<String>? basepaths,
  3. GoogleCloudApigeeV1ConfigVersion? configurationVersion,
  4. String? contextInfo,
  5. String? createdAt,
  6. String? description,
  7. String? displayName,
  8. Map<String, String>? entityMetaDataAsProperties,
  9. bool? hasExtensiblePolicy,
  10. List<String>? integrationEndpoints,
  11. String? lastModifiedAt,
  12. String? name,
  13. List<String>? policies,
  14. List<String>? proxies,
  15. List<String>? proxyEndpoints,
  16. GoogleCloudApigeeV1ResourceFiles? resourceFiles,
  17. List<String>? resources,
  18. String? revision,
  19. List<String>? sharedFlows,
  20. String? spec,
  21. List<String>? targetEndpoints,
  22. List<String>? targetServers,
  23. List<String>? targets,
  24. List<String>? teams,
  25. String? type,
})

Implementation

GoogleCloudApigeeV1ApiProxyRevision({
  this.archive,
  this.basepaths,
  this.configurationVersion,
  this.contextInfo,
  this.createdAt,
  this.description,
  this.displayName,
  this.entityMetaDataAsProperties,
  this.hasExtensiblePolicy,
  this.integrationEndpoints,
  this.lastModifiedAt,
  this.name,
  this.policies,
  this.proxies,
  this.proxyEndpoints,
  this.resourceFiles,
  this.resources,
  this.revision,
  this.sharedFlows,
  this.spec,
  this.targetEndpoints,
  this.targetServers,
  this.targets,
  this.teams,
  this.type,
});