Sha256: dee743680cdd32606bb14995aa1eceb57f766aafdafb310b90cd9fc2ef07f2e7
Contents?: true
Size: 734 Bytes
Versions: 259
Compression:
Stored size: 734 Bytes
Contents
require_relative '../model' module Spaceship class ConnectAPI class BetaAppLocalization include Spaceship::ConnectAPI::Model attr_accessor :feedback_email attr_accessor :marketing_url attr_accessor :privacy_policy_url attr_accessor :tv_os_privacy_policy attr_accessor :description attr_accessor :locale attr_mapping({ "feedbackEmail" => "feedback_email", "marketingUrl" => "marketing_url", "privacyPolicyUrl" => "privacy_policy_url", "tvOsPrivacyPolicy" => "tv_os_privacy_policy", "description" => "description", "locale" => "locale" }) def self.type return "betaAppLocalizations" end end end end
Version data entries
259 entries across 259 versions & 5 rubygems