GoogleCloudIntegrationsV1alphaTemplate class

Defines the template for Application Integration

Constructors

GoogleCloudIntegrationsV1alphaTemplate.new({String? author, List<String>? categories, List<GoogleCloudIntegrationsV1alphaTemplateComponent>? components, String? createTime, String? description, String? displayName, String? docLink, String? lastUsedTime, String? name, List<String>? sharedWith, List<String>? tags, GoogleCloudIntegrationsV1alphaTemplateBundle? templateBundle, String? updateTime, String? usageCount, String? usageInfo, String? visibility})
GoogleCloudIntegrationsV1alphaTemplate.fromJson(Map json_)

Properties

author String?
Creator of the template.
getter/setter pair
categories List<String>?
Categories associated with the Template.
getter/setter pair
components List<GoogleCloudIntegrationsV1alphaTemplateComponent>?
Components being used in the template.
getter/setter pair
createTime String?
Auto-generated.
getter/setter pair
description String?
Description of the template.
getter/setter pair
displayName String?
The name of the template
getter/setter pair
Link to template documentation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastUsedTime String?
Time the template was last used.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedWith List<String>?
Resource names with which the template is shared for example ProjectNumber/Ord id
getter/setter pair
tags List<String>?
Tags which are used to identify templates.
getter/setter pair
templateBundle GoogleCloudIntegrationsV1alphaTemplateBundle?
Bundle which is part of the templates.
getter/setter pair
updateTime String?
Auto-generated
getter/setter pair
usageCount String?
Number of template usages.
getter/setter pair
usageInfo String?
Information on how to use the template.
getter/setter pair
visibility String?
Visibility of the template.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited