GoogleCloudApigeeV1ApiDoc constructor

GoogleCloudApigeeV1ApiDoc({
  1. bool? anonAllowed,
  2. String? apiProductName,
  3. List<String>? categoryIds,
  4. String? description,
  5. String? edgeAPIProductName,
  6. String? graphqlEndpointUrl,
  7. String? graphqlSchema,
  8. String? graphqlSchemaDisplayName,
  9. String? id,
  10. String? imageUrl,
  11. String? modified,
  12. bool? published,
  13. bool? requireCallbackUrl,
  14. String? siteId,
  15. String? specId,
  16. String? title,
  17. bool? visibility,
})

Implementation

GoogleCloudApigeeV1ApiDoc({
  this.anonAllowed,
  this.apiProductName,
  this.categoryIds,
  this.description,
  this.edgeAPIProductName,
  this.graphqlEndpointUrl,
  this.graphqlSchema,
  this.graphqlSchemaDisplayName,
  this.id,
  this.imageUrl,
  this.modified,
  this.published,
  this.requireCallbackUrl,
  this.siteId,
  this.specId,
  this.title,
  this.visibility,
});