GoogleCloudIntegrationsV1alphaTemplate constructor
GoogleCloudIntegrationsV1alphaTemplate({
- String? author,
- List<
String> ? categories, - List<
GoogleCloudIntegrationsV1alphaTemplateComponent> ? components, - String? createTime,
- String? description,
- String? displayName,
- String? docLink,
- String? lastUsedTime,
- String? name,
- List<
String> ? tags, - GoogleCloudIntegrationsV1alphaTemplateBundle? templateBundle,
- String? updateTime,
- String? usageCount,
- String? usageInfo,
- 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,
});