cloudConfig method

GeneralAsset cloudConfig(
  1. CloudConfig cloudConfig
)

Implementation

GeneralAsset cloudConfig(CloudConfig cloudConfig) {
  _cloudConfig = cloudConfig;
  return this;
}