GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings class
Settings of integration with GitHub.
Constructors
-
GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings({String? accessToken, List<
String> ? branches, String? displayName, String? repositoryUri, String? trackingBranch}) - GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings.fromJson(Map json_)
Properties
- accessToken ↔ String?
-
The access token used to authenticate the access to the GitHub repository.
getter/setter pair
-
branches
↔ List<
String> ? -
A list of branches configured to be used from Dialogflow.
getter/setter pair
- displayName ↔ String?
-
The unique repository display name for the GitHub repository.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- repositoryUri ↔ String?
-
The GitHub repository URI related to the agent.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trackingBranch ↔ String?
-
The branch of the GitHub repository tracked for this agent.
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