Sha256: 6260a90b028e69ac82c75a83b7cb47ee52a3bd50b63a9dbe52cab8784eb3a515
Contents?: true
Size: 500 Bytes
Versions: 7
Compression:
Stored size: 500 Bytes
Contents
# KlaviyoAPI::SegmentCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **definition** | [**SegmentDefinition**](SegmentDefinition.md) | | | | **is_starred** | **Boolean** | | [optional][default to false] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SegmentCreateQueryResourceObjectAttributes.new( name: null, definition: null, is_starred: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems