Class: DatadogAPIClient::V2::GcpUcConfigResponseDataAttributes

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

Overview

The definition of ‘GcpUcConfigResponseDataAttributes` object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

The ‘attributes` `account_id`.



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

def 
  @account_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



63
64
65
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 63

def additional_properties
  @additional_properties
end

#bucket_nameObject

The ‘attributes` `bucket_name`.



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

def bucket_name
  @bucket_name
end

#created_atObject

The ‘attributes` `created_at`.



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

def created_at
  @created_at
end

#datasetObject

The ‘attributes` `dataset`.



34
35
36
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 34

def dataset
  @dataset
end

#error_messagesObject

The ‘attributes` `error_messages`.



37
38
39
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 37

def error_messages
  @error_messages
end

#export_prefixObject

The ‘attributes` `export_prefix`.



40
41
42
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 40

def export_prefix
  @export_prefix
end

#export_project_nameObject

The ‘attributes` `export_project_name`.



43
44
45
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 43

def export_project_name
  @export_project_name
end

#monthsObject

The ‘attributes` `months`.



46
47
48
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 46

def months
  @months
end

#project_idObject

The ‘attributes` `project_id`.



49
50
51
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 49

def project_id
  @project_id
end

#service_accountObject

The ‘attributes` `service_account`.



52
53
54
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 52

def 
  
end

#statusObject

The ‘attributes` `status`.



55
56
57
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 55

def status
  @status
end

#status_updated_atObject

The ‘attributes` `status_updated_at`.



58
59
60
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 58

def status_updated_at
  @status_updated_at
end

#updated_atObject

The ‘attributes` `updated_at`.



61
62
63
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 61

def updated_at
  @updated_at
end