Sha256: 3e03752ab97b3d5552394f06ae1124d2f4ad741bf36ad986aa87513fd4031a54
Contents?: true
Size: 588 Bytes
Versions: 11
Compression:
Stored size: 588 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product # https://developer.dji.com/doc/cloud-api-tutorial/en/server-api-reference/mqtt/thing-model/gateway/dock/organization.html#search-for-the-organization-information-that-device-bound-to class AirportOrganizationGetRequestsMessage < RequestsMessage attribute :_method, Types::String.enum("airport_organization_get") attribute :data do attribute :device_binding_code, Types::String | Types::Nil attribute :organization_id, Types::String | Types::Nil end end end end
Version data entries
11 entries across 11 versions & 1 rubygems