Ejemplo n.º 1
0
 /// <summary>
 /// Sets the CustomOriginConfig property
 /// </summary>
 /// <param name="customOriginConfig">The value to set for the CustomOriginConfig property </param>
 /// <returns>this instance</returns>
 public Origin WithCustomOriginConfig(CustomOriginConfig customOriginConfig)
 {
     this.customOriginConfig = customOriginConfig;
     return(this);
 }
Ejemplo n.º 2
0
 public Origin WithCustomOriginConfig(CustomOriginConfig customOriginConfig)
 {
     this.customOriginConfig = customOriginConfig;
     return this;
 }