GoogleCloudBeyondcorpAppconnectionsV1AppConnection constructor
GoogleCloudBeyondcorpAppconnectionsV1AppConnection({
- GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint? applicationEndpoint,
- List<
String> ? connectors, - String? createTime,
- String? displayName,
- GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway? gateway,
- Map<
String, String> ? labels, - String? name,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? type,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudBeyondcorpAppconnectionsV1AppConnection({
this.applicationEndpoint,
this.connectors,
this.createTime,
this.displayName,
this.gateway,
this.labels,
this.name,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.type,
this.uid,
this.updateTime,
});