cloud property

  1. @TagNumber(1)
CloudConfig get cloud

Implementation

@$pb.TagNumber(1)
CloudConfig get cloud => $_getN(0);
  1. @TagNumber(1)
set cloud (CloudConfig v)

Implementation

@$pb.TagNumber(1)
set cloud(CloudConfig v) { setField(1, v); }