class Icalia::ModelCollectionProxy
ModelCollectionProxy: Acts as a stand-in for an associated model collection, which may be awaiting for de-serialization at the time the parent object was being de-serialized
Public Class Methods
new(links: {})
click to toggle source
# File lib/icalia-sdk-event-core/models/model_collection_proxy.rb, line 9 def initialize(links: {}) @links = links end