GoogleCloudIntegrationsV1alphaIntegration class

The integration definition.

Constructors

GoogleCloudIntegrationsV1alphaIntegration({bool? active, String? createTime, String? creatorEmail, String? description, String? lastModifierEmail, String? name, String? updateTime})
GoogleCloudIntegrationsV1alphaIntegration.fromJson(Map json_)

Properties

active bool?
If any integration version is published.
getter/setter pair
createTime String?
Auto-generated.
getter/setter pair
creatorEmail String?
The creator's email address.
getter/setter pair
description String?
Optional.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifierEmail String?
The last modifier of this integration
getter/setter pair
name String?
The resource name of the integration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Auto-generated.
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