discoverySpec property

  1. @TagNumber(106)
Asset_DiscoverySpec discoverySpec

Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.

Implementation

@$pb.TagNumber(106)
Asset_DiscoverySpec get discoverySpec => $_getN(11);
  1. @TagNumber(106)
void discoverySpec=(Asset_DiscoverySpec v)

Implementation

@$pb.TagNumber(106)
set discoverySpec(Asset_DiscoverySpec v) { setField(106, v); }