GoogleCloudIntegrationsV1alphaUseTemplateRequest class
Request to Use template
Constructors
-
GoogleCloudIntegrationsV1alphaUseTemplateRequest.new({GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails? integrationDetails, String? integrationRegion, Map<
String, GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails> ? subIntegrations}) - GoogleCloudIntegrationsV1alphaUseTemplateRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrationDetails ↔ GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails?
-
Integration details which would be created via templates.
getter/setter pair
- integrationRegion ↔ String?
-
The region of the Integration to be created.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subIntegrations
↔ Map<
String, GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails> ? -
Sub Integration which would be created via templates.
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