cloud property

  1. @TagNumber(1)
CloudConfig cloud

Implementation

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

Implementation

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