GoogleCloudApigeeV1RuntimeConfig class

Runtime configuration for the organization.

Response for GetRuntimeConfig.

Constructors

GoogleCloudApigeeV1RuntimeConfig({String? analyticsBucket, String? name, String? tenantProjectId, String? traceBucket})
GoogleCloudApigeeV1RuntimeConfig.fromJson(Map json_)

Properties

analyticsBucket String?
Cloud Storage bucket used for uploading Analytics records.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the resource in the following format: organizations/{org}/runtimeConfig.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantProjectId String?
Tenant project ID associated with the Apigee organization.
getter/setter pair
traceBucket String?
Cloud Storage bucket used for uploading Trace records.
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