Class: DatadogAPIClient::V2::CIAppCreatePipelineEventRequestAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#envObject

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

#resourceObject

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

#serviceObject

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