Sha256: 3a52a1dd7b02570afeeff9bccd58e116ffce6165530fd6cb9cd755ab0f871c7a
Contents?: true
Size: 408 Bytes
Versions: 9
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true module AppStoreDevApi module Requests module V1 module PromotedPurchasesImage class Update < Request::Body data do id type 'promotedPurchaseImages' attributes do property :uploaded property :source_file_checksum end end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems