Sha256: b932cb75463d96d618d193d364aaa801a6ed503de89a46fd7afcfb84a8411980

Contents?: true

Size: 189 Bytes

Versions: 10

Compression:

Stored size: 189 Bytes

Contents

@namespace("Gnomon")

protocol SearchParam {

  record SearchParam {
    /** Required search params */
    union {null, int, array<int>} customer_id;
  }

  array<SearchParam> index();
  
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
service_contract-0.6.0 test/sample/2/source/search_param.avdl
service_contract-0.5.1 test/sample/2/source/search_param.avdl
service_contract-0.5.0 test/sample/2/source/search_param.avdl
service_contract-0.4.1 test/sample/2/source/search_param.avdl
service_contract-0.4.0 test/sample/2/source/search_param.avdl
service_contract-0.3.0 test/sample/2/source/search_param.avdl
service_contract-0.2.1 test/sample/2/source/search_param.avdl
service_contract-0.2.0 test/sample/2/source/search_param.avdl
service_contract-0.1.1 test/sample/2/source/search_param.avdl
service_contract-0.1.0 test/sample/2/source/search_param.avdl