GoogleCloudApigeeV1DocumentationFile constructor

GoogleCloudApigeeV1DocumentationFile({
  1. String? contents,
  2. String? displayName,
})

Implementation

GoogleCloudApigeeV1DocumentationFile({
  this.contents,
  this.displayName,
});