GoogleCloudIntegrationsV1alphaIntegrationConfigParameter class

Integration Config Parameter is defined in the integration config and are used to provide external configuration for integration.

It provide information about data types of the expected parameters and provide any default values or value. They can also be used to add custom attributes.

Properties

hashCode int
The hash code for this object.
no setterinherited
parameter GoogleCloudIntegrationsV1alphaIntegrationParameter?
Integration Parameter to provide the default value, data type and attributes required for the Integration config variables.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value GoogleCloudIntegrationsV1alphaValueType?
Values for the defined keys.
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