Class: DatadogAPIClient::V2::CIAppGitHubAccountUpdateRequestData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb

Overview

Data object for updating a GitHub account's CI Visibility opt-in status.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



32
33
34
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb', line 32

def additional_properties
  @additional_properties
end

#attributesObject

Attributes for updating a GitHub account's CI Visibility opt-in status. At least one of enabled or repository.enabled must be provided.



26
27
28
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb', line 26

def attributes
  @attributes
end

#typeObject

JSON:API type for the GitHub account resource. The value must always be ci_github_account.



30
31
32
# File 'lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb', line 30

def type
  @type
end