Sha256: 4b2b4d11e3e4fe816cbdf48302081592b630517e33ea7eaef874d8ad02caf8e0
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 Bytes
Contents
# KlaviyoAPI::GetCampaigns4XXResponseErrorsInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **code** | **String** | | | | **title** | **String** | | | | **detail** | **String** | | | | **source** | [**GetCampaigns4XXResponseErrorsInnerSource**](GetCampaigns4XXResponseErrorsInnerSource.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::GetCampaigns4XXResponseErrorsInner.new( id: null, code: null, title: null, detail: null, source: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/GetCampaigns4XXResponseErrorsInner.md |
klaviyo-api-sdk-1.2.0 | docs/GetCampaigns4XXResponseErrorsInner.md |