GoogleCloudApigeeV1ApiDoc constructor
      
      GoogleCloudApigeeV1ApiDoc({ 
    
    
- bool? anonAllowed,
 - String? apiProductName,
 - List<
String> ? categoryIds, - String? description,
 - String? edgeAPIProductName,
 - String? graphqlEndpointUrl,
 - String? graphqlSchema,
 - String? graphqlSchemaDisplayName,
 - String? id,
 - String? imageUrl,
 - String? modified,
 - bool? published,
 - bool? requireCallbackUrl,
 - String? siteId,
 - String? specId,
 - String? title,
 - 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,
});