Class: DatadogAPIClient::V2::CIAppGitHubAccountData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CIAppGitHubAccountData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_git_hub_account_data.rb
Overview
Data object for a GitHub account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes describing a GitHub account's CI Visibility opt-in status.
-
#id ⇒ Object
readonly
The account's unique identifier, in the form
<host>/<account name>(for examplegithub.com/datadog). -
#type ⇒ Object
readonly
JSON:API type for the GitHub account resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_data.rb', line 35 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes describing a GitHub account's CI Visibility opt-in status.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The account's unique identifier, in the form <host>/<account name>
(for example github.com/datadog).
29 30 31 |
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_data.rb', line 29 def id @id end |
#type ⇒ Object
JSON:API type for the GitHub account resource.
The value must always be ci_github_account.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_data.rb', line 33 def type @type end |