Method: OCI::LogAnalytics::Models::ExtendedFieldsValidationResult#to_hash

Defined in:
lib/oci/log_analytics/models/extended_fields_validation_result.rb

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



118
119
120
121
122
123
124
125
126
127
# File 'lib/oci/log_analytics/models/extended_fields_validation_result.rb', line 118

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = public_method(attr).call
    next if value.nil? && !instance_variable_defined?("@#{attr}")

    hash[param] = _to_hash(value)
  end
  hash
end