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.
-
#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.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 33 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 |
#resource ⇒ Object
Details of the CI pipeline event.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 28 def resource @resource end |
#service ⇒ Object
If the CI provider is SaaS, use this to differentiate between instances.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb', line 31 def service @service end |