GoogleCloudIntegrationsV1alphaClientConfig constructor
GoogleCloudIntegrationsV1alphaClientConfig({
- String? billingType,
- String? clientState,
- GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig,
- String? createTime,
- String? description,
- bool? enableInternalIp,
- bool? enableVariableMasking,
- String? id,
- bool? isGmek,
- String? p4ServiceAccount,
- String? projectId,
- String? region,
- String? runAsServiceAccount,
Implementation
GoogleCloudIntegrationsV1alphaClientConfig({
this.billingType,
this.clientState,
this.cloudKmsConfig,
this.createTime,
this.description,
this.enableInternalIp,
this.enableVariableMasking,
this.id,
this.isGmek,
this.p4ServiceAccount,
this.projectId,
this.region,
this.runAsServiceAccount,
});