Sha256: 3ec1708504718f971da6827c34ca689bf7b3804d6763d03a2f64942059ae2e22
Contents?: true
Size: 885 Bytes
Versions: 11
Compression:
Stored size: 885 Bytes
Contents
# KlaviyoAPI::ImageCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name for the image. Defaults to the filename if not provided. If the name matches an existing image, a suffix will be added. | [optional] | | **import_from_url** | **String** | An existing image url to import the image from. Alternatively, you may specify a base-64 encoded data-uri (`data:image/...`). Supported image formats: jpeg,png,gif. Maximum image size: 5MB. | | | **hidden** | **Boolean** | If true, this image is not shown in the asset library. | [optional][default to false] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ImageCreateQueryResourceObjectAttributes.new( name: null, import_from_url: https://www.example.com/example.jpg, hidden: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems