Class: DatadogAPIClient::V2::CIAppGitHubAccountData

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#attributesObject

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

#idObject

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

#typeObject

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