Sha256: a73f796f66b4ac6a7fd4a05f90623c066d08226062a89db77276e6fb4d962efc
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 Bytes
Contents
# KlaviyoAPI::SegmentCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**SegmentEnum**](SegmentEnum.md) | | | | **attributes** | [**SegmentCreateQueryResourceObjectAttributes**](SegmentCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SegmentCreateQueryResourceObject.new( type: null, attributes: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems