ProjectConfig class

Cloud Source Repositories configuration of a project.

Constructors

ProjectConfig({bool? enablePrivateKeyCheck, String? name, Map<String, PubsubConfig>? pubsubConfigs})
ProjectConfig.fromJson(Map json_)

Properties

enablePrivateKeyCheck bool?
Reject a Git push that contains a private key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the project.
getter/setter pair
pubsubConfigs Map<String, PubsubConfig>?
How this project publishes a change in the repositories through Cloud Pub/Sub.
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