Method: KlaviyoAPI::TagUpdateQueryResourceObject.build_from_hash

Defined in:
lib/klaviyo-api-sdk/models/tag_update_query_resource_object.rb

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



135
136
137
# File 'lib/klaviyo-api-sdk/models/tag_update_query_resource_object.rb', line 135

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end