module Google::Apis::Core::JsonObjectSupport::ClassMethods
Public Instance Methods
from_json(json)
click to toggle source
# File lib/google/apis/core/json_representation.rb, line 140 def from_json(json) representation = self.const_get(:Representation) representation.new(self.new).from_json(json, unwrap: self) end