Sha256: 088c1c25020158e0121f906081a488d4eb00125240faee974c830f7e43f591f8

Contents?: true

Size: 661 Bytes

Versions: 87

Compression:

Stored size: 661 Bytes

Contents

require_relative '../model'
module Spaceship
  class ConnectAPI
    class AppDataUsageDataProtection
      include Spaceship::ConnectAPI::Model

      attr_accessor :deleted

      attr_mapping({
        "deleted" => "deleted"
      })

      # Found at https://appstoreconnect.apple.com/iris/v1/appDataUsageDataProtections
      module ID
        DATA_USED_TO_TRACK_YOU = "DATA_USED_TO_TRACK_YOU"
        DATA_LINKED_TO_YOU = "DATA_LINKED_TO_YOU"
        DATA_NOT_LINKED_TO_YOU = "DATA_NOT_LINKED_TO_YOU"

        DATA_NOT_COLLECTED = "DATA_NOT_COLLECTED"
      end

      def self.type
        return "appDataUsageDataProtections"
      end
    end
  end
end

Version data entries

87 entries across 87 versions & 4 rubygems

Version Path
fastlane-2.227.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.226.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.225.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.224.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.223.1 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.223.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.222.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.221.1 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.221.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.220.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.219.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.218.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-security-patched-2.216.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.217.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.216.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.215.1 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.215.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-mercafacil-2.214.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.214.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
fastlane-2.213.0 spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb