Class: DatadogAPIClient::V2::CIAppCreatePipelineEventRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CIAppCreatePipelineEventRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb
Overview
Attributes of the pipeline event to create.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#env ⇒ Object
The Datadog environment.
-
#provider_name ⇒ Object
The name of the CI provider.
-
#resource ⇒ Object
readonly
Details of the CI pipeline event.
-
#service ⇒ Object
If the CI provider is SaaS, use this to differentiate between instances.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 36 def additional_properties @additional_properties end |
#env ⇒ Object
The Datadog environment.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 25 def env @env end |
#provider_name ⇒ Object
The name of the CI provider. By default, this is "custom".
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 28 def provider_name @provider_name end |
#resource ⇒ Object
Details of the CI pipeline event.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 31 def resource @resource end |
#service ⇒ Object
If the CI provider is SaaS, use this to differentiate between instances.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 34 def service @service end |