Sha256: f2cb8978ef0bdb2c1d80841a6821d96fe9f2db9dca92fb234a72b064fc94184b
Contents?: true
Size: 476 Bytes
Versions: 11
Compression:
Stored size: 476 Bytes
Contents
# KlaviyoAPI::ImagePartialUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name for the image. | [optional] | | **hidden** | **Boolean** | If true, this image is not shown in the asset library. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ImagePartialUpdateQueryResourceObjectAttributes.new( name: null, hidden: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems