Class: DatadogAPIClient::V2::GetAstRequestDataAttributes

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

Overview

The attributes of the get-AST request, containing the source code to parse.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 33

def additional_properties
  @additional_properties
end

#codeObject

The base64-encoded source code to parse into an abstract syntax tree.



25
26
27
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 25

def code
  @code
end

#file_encodingObject

The encoding of the source code file (must be utf-8).



28
29
30
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 28

def file_encoding
  @file_encoding
end

#languageObject

The programming language of the source code to parse.



31
32
33
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 31

def language
  @language
end