GoogleCloudApigeeV1AddonsConfig class
Add-on configurations for the Apigee organization.
Constructors
- GoogleCloudApigeeV1AddonsConfig({GoogleCloudApigeeV1AdvancedApiOpsConfig? advancedApiOpsConfig, GoogleCloudApigeeV1AnalyticsConfig? analyticsConfig, GoogleCloudApigeeV1ApiSecurityConfig? apiSecurityConfig, GoogleCloudApigeeV1ConnectorsPlatformConfig? connectorsPlatformConfig, GoogleCloudApigeeV1IntegrationConfig? integrationConfig, GoogleCloudApigeeV1MonetizationConfig? monetizationConfig})
- GoogleCloudApigeeV1AddonsConfig.fromJson(Map json_)
Properties
- advancedApiOpsConfig ↔ GoogleCloudApigeeV1AdvancedApiOpsConfig?
-
Configuration for the Advanced API Ops add-on.
getter/setter pair
- analyticsConfig ↔ GoogleCloudApigeeV1AnalyticsConfig?
-
Configuration for the Analytics add-on.
getter/setter pair
- apiSecurityConfig ↔ GoogleCloudApigeeV1ApiSecurityConfig?
-
Configuration for the API Security add-on.
getter/setter pair
- connectorsPlatformConfig ↔ GoogleCloudApigeeV1ConnectorsPlatformConfig?
-
Configuration for the Connectors Platform add-on.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrationConfig ↔ GoogleCloudApigeeV1IntegrationConfig?
-
Configuration for the Integration add-on.
getter/setter pair
- monetizationConfig ↔ GoogleCloudApigeeV1MonetizationConfig?
-
Configuration for the Monetization add-on.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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