WebhookScopeConfiguration class

Constructors

WebhookScopeConfiguration({Input<String?>? domain, required Input<String> name, required Input<String> scope})
Creates a new WebhookScopeConfiguration. domain The domain of the GitHub Enterprise organization. Required if your project's source type is GITHUB_ENTERPRISE. name The name of either the enterprise or organization. scope The type of scope for a GitHub webhook. Valid values for this parameter are: GITHUB_ORGANIZATION, GITHUB_GLOBAL.
const
WebhookScopeConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

domain → Input<String?>?
The domain of the GitHub Enterprise organization. Required if your project's source type is GITHUB_ENTERPRISE.
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String>
The name of either the enterprise or organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope → Input<String>
The type of scope for a GitHub webhook. Valid values for this parameter are: GITHUB_ORGANIZATION, GITHUB_GLOBAL.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited