Sha256: 233231450cb966d0e50f38564b30da9d5f7aa1b505ac6c4b923b71b098c7d2cb
Contents?: true
Size: 526 Bytes
Versions: 13
Compression:
Stored size: 526 Bytes
Contents
# KlaviyoAPI::FlowUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**FlowEnum**](FlowEnum.md) | | | | **id** | **String** | ID of the Flow to update. Ex: XVTP5Q | | | **attributes** | [**FlowUpdateQueryResourceObjectAttributes**](FlowUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::FlowUpdateQueryResourceObject.new( type: null, id: null, attributes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems