module Google::Apis::Core::JsonRepresentationSupport
Support for serializing hashes + property value/nil/unset tracking To be included in representers as a feature. @private
Public Class Methods
Source
# File lib/google/apis/core/json_representation.rb, line 27 def self.included(base) base.extend(JsonSupport) end