GoogleCloudIntegrationsV1alphaTemplate constructor

GoogleCloudIntegrationsV1alphaTemplate({
  1. String? author,
  2. List<String>? categories,
  3. List<GoogleCloudIntegrationsV1alphaTemplateComponent>? components,
  4. String? createTime,
  5. String? description,
  6. String? displayName,
  7. String? docLink,
  8. String? lastUsedTime,
  9. String? name,
  10. List<String>? sharedWith,
  11. List<String>? tags,
  12. GoogleCloudIntegrationsV1alphaTemplateBundle? templateBundle,
  13. String? updateTime,
  14. String? usageCount,
  15. String? usageInfo,
  16. String? visibility,
})

Implementation

GoogleCloudIntegrationsV1alphaTemplate({
  this.author,
  this.categories,
  this.components,
  this.createTime,
  this.description,
  this.displayName,
  this.docLink,
  this.lastUsedTime,
  this.name,
  this.sharedWith,
  this.tags,
  this.templateBundle,
  this.updateTime,
  this.usageCount,
  this.usageInfo,
  this.visibility,
});