Sha256: 194e5a87868907a11f8bbd50e9ee020c06daadde6095c421f5ee368d321800b2
Contents?: true
Size: 488 Bytes
Versions: 4
Compression:
Stored size: 488 Bytes
Contents
module Ecoportal module API class GraphQL module Payload module LocationStructure class CommandExecutionResult < Ecoportal::API::GraphQL::Base::Model embeds_one :command, klass: Ecoportal::API::GraphQL::Payload::LocationStructure::CommandInterface embeds_one :error, nullable: true, klass: Ecoportal::API::GraphQL::Error::LocationsError passboolean :ok end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems