Sha256: 1fa6678d8175b0dd8ce7b6b93908c4a8869d1ff865dd066bc3f874c76bc105f4
Contents?: true
Size: 562 Bytes
Versions: 32
Compression:
Stored size: 562 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 attribute :organization_id, Types::String end end end end
Version data entries
32 entries across 32 versions & 1 rubygems