Class: DatadogAPIClient::V2::ConfluentResourceResponseAttributes

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

Overview

Model representation of a Confluent Cloud resource.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#resource_typeObject

The resource type of the Resource. Can be kafka, connector, ksql, or schema_registry.



29
30
31
# File 'lib/datadog_api_client/v2/models/confluent_resource_response_attributes.rb', line 29

def resource_type
  @resource_type
end

#tagsObject

A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon.



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

def tags
  @tags
end